Metadata-Version: 2.1
Name: python-kdeploy
Version: 0.1.2
Summary: simple package for deployment on remote machine
Home-page: https://github.com/IKaftanov/python-deploy
License: MIT
Keywords: deploy,docker
Author: Ilya Kaftanov
Author-email: kaftanovwork@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: invoke (>=1.7.3,<2.0.0)
Requires-Dist: patchwork (>=1.0.1,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: types-toml (>=0.10.8,<0.11.0)
Project-URL: Repository, https://github.com/IKaftanov/python-deploy
Description-Content-Type: text/markdown

# python-deploy

Project for python application deployment into service.


## Basics
1. check command `pydep -h` for help.
2. configure `config.toml` file.
3. put your docker files into same dir.

