Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
pycon25cvosbp
PyCon Demo lib
Usage
Legacy: pip install pycon25cvosbp
Preferred: uv add pycon25cvosbp
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 --with-editable . 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 pycon25cvosbp 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 | |
|---|---|---|---|
| pycon25cvosbp-0.1.0.tar.gz | 1.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pycon25cvosbp-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.0 kB
Release files / pycon25cvosbp-0.1.0.tar.gz
| Download URL | pycon25cvosbp-0.1.0.tar.gz |
|---|---|
| Size | 1.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4e3a98470b50de7b18b7cbd6c7740d18e586d2fa5d3a1a61fd05d3054aef2862
|
|
BLAKE2b-256 checksum How to use checksums |
24a30273673e707815de2f562d42e5951211779bdc3638f512c527a8eac0a294
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.9.1
|
Release files / pycon25cvosbp-0.1.0-py3-none-any.whl
| Download URL | pycon25cvosbp-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9dd690c2b4f9aac89521770163758f8e05bee9b438d4e30e67b61fc160f50b70
|
|
BLAKE2b-256 checksum How to use checksums |
fb73b2e225b8e175eb9ca793512917302285ee439e3e6b992c658f07a7e8be42
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.9.1
|