Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
sbppypitestapp
Development flow as Paleofuturistic Python
Usage
Legacy: pip install sbppypitestapp
Preferred: uv add sbppypitestapp
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 sbppypitestapp 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sbppypitestapp-0.1.2.tar.gz | 1.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sbppypitestapp-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.8 kB
Release files / sbppypitestapp-0.1.2.tar.gz
| Download URL | sbppypitestapp-0.1.2.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aebaa3106f57a045a254ec9e4a537452c19c889c8892d4da213fec39cf67db6a
|
|
BLAKE2b-256 checksum How to use checksums |
01174454cf1deebc33bd0eb6f4a1d430bfd94b4ba89da921d0a228703e4e57ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.8.19
|
Release files / sbppypitestapp-0.1.2-py3-none-any.whl
| Download URL | sbppypitestapp-0.1.2-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e7e79aedadf7aa52389dff2e7395c40cf676b15aaa63913b8e7f7e72c66c1c7b
|
|
BLAKE2b-256 checksum How to use checksums |
03133e80248a261bafad04fe35985e2fe6f9e03c96800c28dc9f86930288650a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.8.19
|