Sample Python project used for testing actions
Project description
Test Python Project
Example project used for testing Github actions that work with Python code.
Project name: lfreleng-test-python-project
test-python-project
Contains a sample Python project implementing a CLI tool with Typer.
Notes
Steps required to build and work with the project using uv:
# Install dependencies
uv sync --all-extras
# Build the project
uv build
# Run tests
uv run pytest
# Run tests with tox
uv run tox
# Install in development mode
uv pip install -e .
The project uses hatchling with dynamic versioning from VCS tags. Version
numbers are automatically generated from git tags.
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 lfreleng_test_python_project-0.0.1.tar.gz.
File metadata
- Download URL: lfreleng_test_python_project-0.0.1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fef62002638fccb7cda171717fcdf4bd8c7ee5a4e725519f85290cf9c43779c2
|
|
| MD5 |
826a505b24708344659f1ba3332c4376
|
|
| BLAKE2b-256 |
c021b593f308a55c806a681f9bad25319af2461106add8d86928d6a958165f76
|
File details
Details for the file lfreleng_test_python_project-0.0.1-py3-none-any.whl.
File metadata
- Download URL: lfreleng_test_python_project-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9ba65c28851b3c07dfc9ee2a5a0f144735ce0b9ead3dd504707aca3b4076720
|
|
| MD5 |
22f229cda942f401420de8056ad983be
|
|
| BLAKE2b-256 |
f39b7707edc6b21dbaa1fdbc19abc3fcecb0ec0434d233608bb8b1655267122c
|