Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natthasath/demo-python-poetry
Poetry is a package and dependency management tool for Python that aims to simplify the process of managing and publishing Python projects. It offers features such as dependency management, virtual environment management, and package publishing to PyPI.
https://github.com/natthasath/demo-python-poetry
dependency package poetry python
Last synced: 13 days ago
JSON representation
Poetry is a package and dependency management tool for Python that aims to simplify the process of managing and publishing Python projects. It offers features such as dependency management, virtual environment management, and package publishing to PyPI.
- Host: GitHub
- URL: https://github.com/natthasath/demo-python-poetry
- Owner: natthasath
- License: mit
- Created: 2022-12-08T02:53:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T07:04:20.000Z (7 months ago)
- Last Synced: 2024-11-11T06:15:01.817Z (2 months ago)
- Topics: dependency, package, poetry, python
- Language: Python
- Homepage: https://python-poetry.org/
- Size: 441 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Demo Python Poetry
Poetry is a package and dependency management tool for Python that aims to simplify the process of managing and publishing Python projects. It offers features such as dependency management, virtual environment management, and package publishing to PyPI.
![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)### 🏆 Run
- [http://localhost:8000/docs](http://localhost:8000/docs)
- [http://localhost:8000/subapi/docs](http://localhost:8000/subapi/docs)```shell
docker-compose up -d
```### 🚀 Setup
```shell
poetry init
poetry add ...
poetry update
poetry remove ...
poetry run main.py
```