Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```