Metadata-Version: 2.1
Name: et-micc
Version: 0.8.2
Summary: A practical Python project skeleton generator.
Home-page: https://github.com/etijskens/et-micc
License: MIT
Keywords: project management
Author: Engelbert Tijskens
Author-email: engelbert.tijskens@uantwerpen.be
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: bump2version (>=0.5.11,<0.6.0)
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: cookiecutter (>=1.6.0,<2.0.0)
Requires-Dist: et-micc-tools (>=0.0.5,<0.0.6)
Requires-Dist: pytest (>=4.4.2,<5.0.0)
Requires-Dist: sphinx-click (>=2.3.0,<3.0.0)
Requires-Dist: sphinx-rtd-theme (>=0.4.3,<0.5.0)
Requires-Dist: walkdir (>=0.4.1,<0.5.0)
Project-URL: Repository, https://github.com/etijskens/et-micc
Description-Content-Type: text/x-rst

****
Micc
****

This is work in progress!

.. image:: https://img.shields.io/pypi/v/micc.svg
        :target: https://pypi.python.org/pypi/micc

.. image:: https://img.shields.io/travis/etijskens/micc.svg
        :target: https://travis-ci.org/etijskens/micc

.. image:: https://readthedocs.org/projects/micc/badge/?version=latest
        :target: https://micc.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


*Micc* is a Python project manager: it can

* create new projects
* add python modules and applications
* add and build binary extension modules written in C++ and Fortran.
* build documentation (using `sphinx <http://www.sphinx-doc.org/>`_)
* do version management and control (using `git <https://www.git-scm.com/>`_)
* test your code (using `pytest <https://www.git-scm.com/>`_)


TODO 

* facilitates publishing, e.g. `readthedocs <https://readthedocs.org>`_, `PyPI <https://pypi.org>`_  
* facilitates CI

.. _Cookiecutter: https://github.com/audreyr/cookiecutter

