Pycon Demo
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
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.
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
pycon25cvonew-0.1.0.tar.gz
(1.6 kB
view details)
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 pycon25cvonew-0.1.0.tar.gz.
File metadata
- Download URL: pycon25cvonew-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
437390177260e81c657336a3ec19fe49093ae7a2f03add4d6ccca311b2fd4fef
|
|
| MD5 |
9ef3b21527ee856a1c6f1c3a18ed0246
|
|
| BLAKE2b-256 |
6d141c7d10af10e8c33a2547bc3c519f2c6e6877dc2c1f9e0a8eb48292ebcb4b
|
File details
Details for the file pycon25cvonew-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pycon25cvonew-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
755dbdc19f6ca3df0aa464d1710f2b7a26623f82e89f496e1903580c6c244d3c
|
|
| MD5 |
5211fbaf55b8f98c5c1501ba484e4792
|
|
| BLAKE2b-256 |
5ced254883a498c4cd064f24c70aa2258db72663500a1b2db9c97ba5d19f6243
|