Metadata-Version: 2.1
Name: project-composer
Version: 0.7.0
Summary: A system to compose project parts from applications enabled in a manifest
Home-page: https://github.com/sveetch/project-composer
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Keywords: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/x-rst
Provides-Extra: dev
Provides-Extra: quality
Provides-Extra: doc
Provides-Extra: release
License-File: LICENCE.txt

.. _Python: https://www.python.org/
.. _click: https://palletsprojects.com/p/click/
.. _colorlog: https://github.com/borntyping/python-colorlog
.. _tomli: https://github.com/hukkin/tomli

================
Project composer
================

This is a Python composer for modular projects.

Basically, you give it a project manifest that will be uses to organize your various
project parts. Parts can be classes, text files or you can implement another part
kind.


Dependencies
************

* `Python`_>=3.8;
* `click`_ >=8.0;
* `colorlog`_;
* `tomli`_;


Links
*****

* Read the documentation on `Read the docs <https://project-composer.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.python.org/pypi/project-composer>`_;
* Clone it on its `Github repository <https://github.com/sveetch/project-composer>`_;
