This is a Python package template using Poetry.
Project description
Greet Poetry
Introduction
This is a Python package template using Poetry.
Requirements
- Python
3.11,3.12,3.13
Development
Install the poetry CLI.
pip install poetry
Install the project dependencies.
poetry install
Fix code style using autoflake, black and isort.
poetry run autoflake --in-place --remove-unused-variables -r src/ tests/; poetry run black src/ tests/; poetry run isort src/ tests/;
Analyze code using mypy.
poetry run mypy src/ tests/
Run tests using pytest.
poetry run pytest
Build and publish to PyPI.
poetry build
poetry config pypi-token.pypi <pypi-api-token>
peotry publish
License
Greet Poetry is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file greet_poetry-0.1.1.dev0.tar.gz.
File metadata
- Download URL: greet_poetry-0.1.1.dev0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.13.13 Linux/6.17.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72af2b4218271ce16dfc0da79f090c3bcf92f2afe44f216302fa4c8139fc0fe3
|
|
| MD5 |
38f51ed32c5ed3f39e347b8a5ed764b7
|
|
| BLAKE2b-256 |
3f1783fa5a6b62260c3b4f0dc92b69e170b8cccebf4b5da73eb2f71445c8c422
|
File details
Details for the file greet_poetry-0.1.1.dev0-py3-none-any.whl.
File metadata
- Download URL: greet_poetry-0.1.1.dev0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.13.13 Linux/6.17.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adfe4e96e7078a131d2ee7237880c5b70b55255da42c6b704c39ee8994072eba
|
|
| MD5 |
b65d1bdaa0e00b896b03d0be1d0c8f74
|
|
| BLAKE2b-256 |
891b5dfb1cd0eb2611aedfb512b6436a09527e7b4a13d4473ca7f004ebf8ced4
|