Metadata-Version: 2.1
Name: preprod
Version: 0.3.0
Summary: Easily creation of pre-production and production scripts to automete your deployment
License: GPL-3
Author: turulomio
Author-email: turulomio@yahoo.es
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Description-Content-Type: text/markdown

# preprod
Easily creation of pre-production and production scripts to automete your deployment

## Changelog

### 0.3.0 (2024-05-28(
- Improved description system
- Added makedirs and git clone in different directory
- Improved spanish translations
- Added --version to commands
- Added test with a 84% coverture

### 0.2.0 (2024-05-26)
- Added logs in /tmp/preprod_logs/
- Added chown_recursive, chmod_recursive, rsync, poetry_install, poetry_env_info methods to commons

### 0.1.0 (2024-05-21)
- Basic functionality
