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