Metadata-Version: 2.1
Name: pypi-mobans-pkg
Version: 0.0.12
Summary: Scaffolding mobans for your Python project.
Home-page: https://github.com/moremoban/pypi-mobans-pkg
Download-URL: https://github.com/moremoban/pypi-mobans-pkg/archive/0.0.12.tar.gz
Author: C.W.
Author-email: wangc_2011@hotmail.com
License: public license
Keywords: python
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
License-File: LICENSE

================================================================================
pypi-mobans-pkg
================================================================================

.. image:: https://api.travis-ci.org/moremoban/pypi-mobans-pkg.svg
   :target: http://travis-ci.org/moremoban/pypi-mobans-pkg

.. image:: https://codecov.io/github/moremoban/pypi-mobans-pkg/coverage.png
   :target: https://codecov.io/github/moremoban/pypi-mobans-pkg

.. image:: https://badge.fury.io/py/pypi-mobans-pkg.svg
   :target: https://pypi.org/project/pypi-mobans-pkg

.. image:: https://pepy.tech/badge/pypi-mobans-pkg/month
   :target: https://pepy.tech/project/pypi-mobans-pkg/month

.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
   :target: https://gitter.im/chfw_moban/Lobby


The project packages `pypi-mobans <https://github.com/moremoban/pypi-mobans>`_, `gitignore <https://github.com/github/gitignore>`_ and distributes it via pypi.

Installation
================================================================================


You can install pypi-mobans-pkg via pip:

.. code-block:: bash

    $ pip install pypi-mobans-pkg


or clone it and install it:

.. code-block:: bash

    $ git clone https://github.com/moremoban/pypi-mobans-pkg.git
    $ cd pypi-mobans-pkg


Maintenance
==================

$ git submodule update --init --recursive

Change log
================================================================================

0.0.12 - 14-1-2020
--------------------------------------------------------------------------------

**Updated**

#. use pypi-mobans version 0.0.9

0.0.7 - 04-05-2019
--------------------------------------------------------------------------------

**Updated**

#. use pypi-mobans version 0.0.7

0.0.5 - 04-05-2019
--------------------------------------------------------------------------------

**Updated**

#. use pypi-mobans version 0.0.5

0.0.3.1 - 22-01-2019
--------------------------------------------------------------------------------

**Updated**

#. fix the bug where the pypi-mobans were completely missing

0.0.3 - 18-01-2019
--------------------------------------------------------------------------------

**Updated**

#. use pypi-mobans version 0.0.2 and 0.0.3
#. added License file

0.0.2 - 08-11-2018
--------------------------------------------------------------------------------

**First release**

#. use pypi as pacakge distribution source
#. versioning is applied

