Metadata-Version: 2.1
Name: pyarchetype
Version: 0.0.7
Summary: Your tool to create the skeleton of python projects
Author-email: Jordi Redondo <jordipromotions@gmail.com>
Project-URL: Homepage, https://github.com/redcorjo/pyarchetype
Project-URL: Bug Tracker, https://github.com/redcorjo/pyarchetype/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# PyArchetype

This project is used to simplify the skeleton creation of python projects

## Installation

pip install pyarchetype

## Syntax

Tool to create the skeleton of a python project

optional arguments:
  -h, --help         show this help message and exit
  -v, --version      show program's version number and exit
  --path PATH        basedir. Default current dir
  --module MODULE    Module name . Default value is app
  --force_overwrite  Force overwrite. Default value is false
  --create_venv      Create project virtualenv. Default value is false

Version: 2023010600
