Metadata-Version: 2.1
Name: cakemix-python
Version: 0.2.0
Summary: Cakemix is a tool for creating code template generators like create-react-app and npm-init. Avoiding you to waste time organizing a project.
Home-page: https://github.com/vadolasi/cakemix/
License: GPL-3.0-or-later
Keywords: boilerplate,cli,generator,templating
Author: Vitor Daniel
Author-email: vitor036daniel@gmail.com
Requires-Python: >=3.6.1,<=3.9.1
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Code Generators
Requires-Dist: PyYAML (>=5.3.1,<6.0.0)
Requires-Dist: SQLAlchemy (>=1.3.22,<2.0.0)
Requires-Dist: SQLAlchemy-Utils (>=0.36.8,<0.37.0)
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: importlib-metadata (>=3.3.0,<4.0.0); python_version < "3.8"
Requires-Dist: questionary (>=1.9.0,<2.0.0)
Requires-Dist: rich (>=9.5.1,<10.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Project-URL: Bug Reports, https://github.com/vadolasi/cakemix/issues/
Project-URL: Funding, https://donate.pypi.org/
Project-URL: Repository, https://github.com/vadolasi/cakemix/
Project-URL: Say Thanks!, https://saythanks.io/to/vitor036daniel@gmail.com/
Project-URL: Source, https://github.com/vadolasi/cakemix/
Description-Content-Type: text/x-rst

==============
Cakemix :cake:
==============

|build| |codecov| |Gitpod ready to code|

English | Português_

Cakemix is a tool for creating code template generators like :code:`create-react-app` and :code:`npm init`. Avoiding you to waste time organizing a project.

.. links

.. _Português: ./locales/pt-br/README.rst

.. images

.. |build| image:: https://img.shields.io/github/workflow/status/vadolasi/cakemix/Python%20package
   :alt: Tests status

.. |codecov| image:: https://codecov.io/gh/vadolasi/cakemix/branch/master/graphs/badge.svg?branch=master
   :alt: Code corverage status

.. |Gitpod ready to code| image:: https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod
   :alt: Open in Gitpod.io
   :target: https://gitpod.io/#https://github.com/vadolasi/cakemix

