Metadata-Version: 2.1
Name: cookietemple
Version: 1.3.7
Summary: A cookiecutter based project template creation tool supporting several domains and languages with advanced linting, syncing and standardized workflows to get your project kickstarted in no time.
Home-page: https://cookietemple.com
License: Apache2.0
Author: Philipp Ehmele
Author-email: philipp_ehm@protonmail.com
Requires-Python: >=3.6.1,<3.10
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: GitPython (>=3.1.17,<4.0.0)
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: autopep8 (>=1.5.6,<2.0.0)
Requires-Dist: cffi (>=1.14.5,<2.0.0)
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: cookiecutter (>=1.7.2,<2.0.0)
Requires-Dist: cryptography (>=3.4.7,<4.0.0)
Requires-Dist: packaging (>=20.9,<21.0)
Requires-Dist: pygithub (>=1.54.1,<2.0.0)
Requires-Dist: pynacl (>=1.4.0,<2.0.0)
Requires-Dist: questionary (>=1.9.0,<2.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: rich (>=10.2.2,<11.0.0)
Requires-Dist: ruamel.yaml (>=0.17.4,<0.18.0)
Project-URL: Documentation, https://cookietemple.readthedocs.io
Project-URL: Repository, https://github.com/cookiejar/cookietemple
Description-Content-Type: text/x-rst

|pic1|

.. |pic1| image:: https://user-images.githubusercontent.com/21954664/83797925-a7019400-a6a3-11ea-86ad-44ad00e24234.png
   :width: 75%

-----------------------------------------------------------

|

.. image:: https://github.com/zethson/cookietemple/workflows/Build%20Cookietemple%20Package/badge.svg
        :target: https://github.com/zethson/cookietemple/workflows/Build%20Cookietemple%20Package/badge.svg
        :alt: Github Workflow Build cookietemple Status

.. image:: https://github.com/cookiejar/cookietemple/actions/workflows/run_tests.yml/badge.svg
        :target: https://github.com/cookiejar/cookietemple/actions/workflows/run_tests.yml/badge.svg
        :alt: Github Workflow Tests Status

.. image:: https://img.shields.io/pypi/v/cookietemple.svg
        :target: https://pypi.python.org/pypi/cookietemple
        :alt: PyPi Status

.. image:: https://img.shields.io/github/license/cookiejar/cookietemple
        :target: https://github.com/cookiejar/cookietemple/blob/master/LICENSE
        :alt: Apache 2.0 license

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

.. image:: https://codecov.io/gh/cookiejar/cookietemple/branch/master/graph/badge.svg?token=dijn0M0p7m
        :target: https://codecov.io/gh/cookiejar/cookietemple
        :alt: Codecov Status

.. image:: https://flat.badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot
        :target: https://flat.badgen.net/dependabot/thepracticaldev/dev.to?icon=dependabot
        :alt: Dependabot Enabled

.. image:: https://zenodo.org/badge/202421008.svg
        :target: https://zenodo.org/badge/latestdoi/202421008
        :alt: Zenodo ID

.. image:: https://img.shields.io/discord/708008788505919599?color=passing&label=Discord%20Chat&style=flat-square
        :target: https://discord.gg/PYF8NUk
        :alt: Discord

.. image:: https://img.shields.io/twitter/follow/cookiejarorg?color=green&style=flat-square
        :target: https://twitter.com/cookiejarorg
        :alt: Twitter Follow

A cookiecutter based project template creation tool supporting several domains and languages with advanced linting, syncing and standardized workflows to get your project kickstarted in no time.

* Documentation: https://cookietemple.readthedocs.io .

cookietemple overview
========================

Installing
---------------

Start your journey with cookietemple by installing it via ``$ pip install cookietemple``.

See `Installation  <https://cookietemple.readthedocs.io/en/latest/readme.html#installing>`_.

config
------
Configure cookietemple to get started.

.. figure:: https://user-images.githubusercontent.com/31141763/97928842-1faa7080-1d68-11eb-8c82-39d73d662466.gif

See `Configuring cookietemple <https://cookietemple.readthedocs.io/en/latest/config.html>`_

list
----
List all available cookietemple templates.

.. figure:: https://user-images.githubusercontent.com/31141763/97928681-d9eda800-1d67-11eb-880d-9d4f8037872b.gif

See `Listing all templates <https://cookietemple.readthedocs.io/en/latest/list_info.html#list>`_.

info
----
Get detailed information on a cookietemple template.

.. figure:: https://user-images.githubusercontent.com/31141763/97928788-03a6cf00-1d68-11eb-8c35-851c792ecf02.gif

See `Get detailed template information <https://cookietemple.readthedocs.io/en/latest/list_info.html#info>`_.

create
------
Kickstart your customized project with one of cookietemple's templates in no time.

.. figure:: https://user-images.githubusercontent.com/31141763/97928626-bb87ac80-1d67-11eb-938f-db2db223d792.gif

See `Create a project <https://cookietemple.readthedocs.io/en/latest/create.html>`_.

lint
----
Use advanced linting to ensure your project always adheres to cookietemple's standards.

.. image:: https://user-images.githubusercontent.com/31141763/97929216-f3432400-1d68-11eb-88b8-391fdfd2f4c9.gif

See `Linting your project <https://cookietemple.readthedocs.io/en/latest/lint.html>`_

bump-version
------------
Bump your project version with many configurable options.

.. figure:: https://user-images.githubusercontent.com/31141763/97928562-998e2a00-1d67-11eb-9651-5d7c906e2e88.gif

See `Bumping the version of an existing project  <https://cookietemple.readthedocs.io/en/latest/bump_version.html>`_.

sync
------
Sync your project with the latest cookietemple release to get the latest template features.

.. figure:: https://user-images.githubusercontent.com/31141763/97928912-3c46a880-1d68-11eb-8372-8f96370a1b02.gif

See `Syncing a project <https://cookietemple.readthedocs.io/en/latest/sync.html>`_.

warp
----
Create a self contained executable.
Currently, cookietemple does not ship any templates anymore, where this may be required.

See `Warping a project <https://cookietemple.readthedocs.io/en/latest/warp.html>`_.

upgrade
-------
Check whether you are using the latest cookietemple version and update automatically to benefit from the latest features.

See `<https://cookietemple.readthedocs.io/en/latest/upgrade.html>`_.


Projects using cookietemple
---------------------------

* `cookietemple website <https://github.com/cookiejar/cookietemple_website>`_
* `system-intelligence <https://github.com/mlf-core/system-intelligence>`_
* `mlf-core <https://github.com/mlf-core/mlf-core>`_

Contributing
------------

cookietemple is a huge open-source effort and highly welcomes all contributions! Join our `Discord Channel <https://discord.gg/PYF8NUk>`_.
Please read `contributing  <https://cookietemple.readthedocs.io/en/latest/contributing.html>`_ to find out how you can contribute.

Authors
-------

cookietemple was initiated and developed by `Lukas Heumos (Github)  <https://github.com/zethson>`_ and `Philipp Ehmele (Github) <https://github.com/Imipenem>`_.
A full list of contributors is available on our `statistics webpage <https://www.cookietemple.com/stats>`_.

