No project description provided
Project description
poetry-dummy-greeting
Sample for testing python poetry
- Create a new project:
poetry new <project-name> - Create a new virtual env:
poetry env use <full-path-to-python-executable> - Adding dependencies:
poetry add <package-name>- Adding dependencies in a group:
poetry add <package-name1> <package-name2> --group <group-name>
- Adding dependencies in a group:
- Create requirements from poetry.lock:
poetry export --output requirements.txt - Run pytest within poetry VM:
poetry run pytest -v - Build:
poetry build - Publish:
poetry publish- Configure PyPi credentials before publishing
Installation
You can install the package using pip:
pip install poetry-dummy-greeting
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 poetry_dummy_greeting-0.1.0.tar.gz.
File metadata
- Download URL: poetry_dummy_greeting-0.1.0.tar.gz
- Upload date:
- Size: 1.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.9.12 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e6fa531ea07ba2ff48bfd201eb285272ca971761be0fba9adfed53c8d510c2f
|
|
| MD5 |
5484220b7d731a842f2f5139bb563d26
|
|
| BLAKE2b-256 |
5c7f1a71d02d870164b62314adf244386a8737e02869bf46df94bb728f09fbef
|
File details
Details for the file poetry_dummy_greeting-0.1.0-py3-none-any.whl.
File metadata
- Download URL: poetry_dummy_greeting-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.9.12 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a655052e402f473cdf3adc226716ebf41ebfd9fb6857556da2af1a1810a1ddd
|
|
| MD5 |
4e1f054c06cc8e998ccab6499a5cdc1e
|
|
| BLAKE2b-256 |
d947f02b3769543141567b7ab9c723904e2bd3ba08fa0b7accbad55f9beda508
|