Metadata-Version: 2.1
Name: mold
Version: 0.2.2
Summary: Package / repository initialisation
Home-page: https://pymold.rtfd.org
Author: Felix Hildén
Author-email: felix.hilden@gmail.com
Maintainer: Felix Hildén
Maintainer-email: felix.hilden@gmail.com
License: MIT
Download-URL: https://pypi.org/project/mold
Project-URL: Source, https://github.com/felix-hilden/mold
Project-URL: Issues, https://github.com/felix-hilden/mold/issues
Project-URL: Documentation, https://pymold.rtfd.org
Keywords: package repository template initialisation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: build
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: checks
Provides-Extra: dev
License-File: LICENSE

Mold
====
|license| |pyversions| |downloads| |readthedocs|

   "Not the green kind."

Extensible and configurable project initialisation.
We provide a command line tool that generates various types of
text-based projects with simple dialogue.
Mold your new projects to get up to speed quickly and confidently
while following best practices.
Create initialisation configurations to fit your own needs.

.. code:: sh

    $ mold --help
    $ mold python-library

Mold elsewhere:

- Online documentation on `Read The Docs <https://pymold.rtfd.org>`_
- Development on `GitHub <https://github.com/felix-hilden/mold>`_

Installation
------------
Mold can be installed from the Package Index via ``pip``.

.. code:: sh

   $ pip install mold


.. |license| image:: https://img.shields.io/badge/License-MIT-blue.svg
   :target: https://choosealicense.com/licenses/mit
   :alt: License: MIT

.. |pyversions| image:: https://img.shields.io/pypi/pyversions/mold
   :alt: Python versions

.. |downloads| image:: https://img.shields.io/pypi/dm/mold
   :alt: monthly downloads

.. |readthedocs| image:: https://rtfd.org/projects/pymold/badge/?version=stable
   :target: https://pymold.rtfd.org/en/stable/
   :alt: documentation


