Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amamov/python-app-starter
python3 app starter with package manager poetry
https://github.com/amamov/python-app-starter
boilerplate poetry pycharm python3 vscode
Last synced: 7 days ago
JSON representation
python3 app starter with package manager poetry
- Host: GitHub
- URL: https://github.com/amamov/python-app-starter
- Owner: amamov
- Created: 2021-11-03T08:55:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T10:11:37.000Z (about 3 years ago)
- Last Synced: 2024-11-16T18:31:39.860Z (2 months ago)
- Topics: boilerplate, poetry, pycharm, python3, vscode
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python App Stater
> python3 app stater with package manager poetry
## Requirement
- [python3](https://www.python.org/downloads), pip3
- [poetry](https://python-poetry.org/docs/)
- _[nodemon](https://github.com/remy/nodemon) if you are going to use the nodemon package to develop your app._## Getting Start
_install "Poetry" pycharm plugin when using in pycharm_
1. install package
`$ poetry install`2. poetry init virtual env
`$ poetry shell`3. running app
`$ python3 cli.py start`4. test app
`$ pytest tests/`