Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
sbppypitestlib
Development flow as Paleofuturistic Python
Usage
Legacy: pip install sbppypitestlib
Preferred: uv add sbppypitestlib
Developing further
Development flow as Paleofuturistic Python
Prerequisite: uv
Setup
- Clone this repository.
- Download additional dependencies:
uv sync --all-extras --dev - Optional: validate the setup with
uv run python -m unittest
Workflow
- Download dependencies (if you need any):
uv add some_lib_you_need - Develop (optional, tinker:
uvx --refresh --with . ptpython) - QA:
- Format:
uv run ruff format - Lint:
uv run ruff check - Type check:
uv run mypy - Test:
uv run python -m unittest
- Format:
- Build (to validate it works):
uv build - Review documentation updates:
uvx --with mkdocstrings[python] mkdocs serve - Make a pull request.
Release files for sbppypitestlib 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sbppypitestlib-0.1.0.tar.gz | 1.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sbppypitestlib-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.0 kB
Release files / sbppypitestlib-0.1.0.tar.gz
| Download URL | sbppypitestlib-0.1.0.tar.gz |
|---|---|
| Size | 1.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
de7f59dddf29d3ed7e1688d49df4d2c7a8c40a4221c9cfd284f81b50867aec83
|
|
BLAKE2b-256 checksum How to use checksums |
4cbecf2d9038847da729365c0349216b4cde5d79793b5a1270153d4198cdc3dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.8.19
|
Release files / sbppypitestlib-0.1.0-py3-none-any.whl
| Download URL | sbppypitestlib-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
78ccca3ffa9fe6d9483dc66d4932de90bd5bc080fc30f6228f35387103ff3ef8
|
|
BLAKE2b-256 checksum How to use checksums |
ccb3398dccdf9aaf79abc8a38e9a13b98cf6fc1a5bc2798aba14ab60990543a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.8.19
|