Metadata-Version: 2.1
Name: mold
Version: 0.1.0
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
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Jinja2
Provides-Extra: build
Requires-Dist: build ; extra == 'build'
Requires-Dist: twine ; extra == 'build'
Provides-Extra: checks
Requires-Dist: tox ; extra == 'checks'
Requires-Dist: doc8 (>=0.9) ; extra == 'checks'
Requires-Dist: flake8 ; extra == 'checks'
Requires-Dist: flake8-bugbear ; extra == 'checks'
Requires-Dist: pydocstyle[toml] (>=6.1) ; extra == 'checks'
Requires-Dist: pygments ; extra == 'checks'
Provides-Extra: dev
Requires-Dist: build ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: sphinx (>=4) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: coverage[toml] (>=5) ; extra == 'dev'
Requires-Dist: pytest (>=6) ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Requires-Dist: doc8 (>=0.9) ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: flake8-bugbear ; extra == 'dev'
Requires-Dist: pydocstyle[toml] (>=6.1) ; extra == 'dev'
Requires-Dist: pygments ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx (>=4) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage[toml] (>=5) ; extra == 'tests'
Requires-Dist: pytest (>=6) ; extra == 'tests'

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-package

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


