Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
textract_pycon_app
App example for PyCon
Usage
Legacy: pip install textract_pycon_app
Preferred: uv add textract_pycon_app
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 textract-pycon-app 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 | |
|---|---|---|---|
| textract_pycon_app-0.1.2.tar.gz | 2.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| textract_pycon_app-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.3 kB
Release files / textract_pycon_app-0.1.2.tar.gz
| Download URL | textract_pycon_app-0.1.2.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4bba026868860c82225727ae4adf2f2411572d6c366073f97d4edaaa1f20f20f
|
|
BLAKE2b-256 checksum How to use checksums |
9f809aa973fcce2b48b69c5662ea854401e80d9bf901f721e2a14552dee2f0ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.8.19
|
Release files / textract_pycon_app-0.1.2-py3-none-any.whl
| Download URL | textract_pycon_app-0.1.2-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
540ac3ed9b7828651f841e68648331ded715a9defa53b1472262a7aa1dcb3c74
|
|
BLAKE2b-256 checksum How to use checksums |
21ceeaca845de1dd219fe184bc5920036f805d43cf33879957c1c0af2ea62106
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.8.19
|