Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
textract_pycon
PyCon Textract workshop
Usage
Legacy: pip install textract_pycon
Preferred: uv add textract_pycon
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 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 | |
|---|---|---|---|
| textract_pycon-0.1.0.tar.gz | 1.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| textract_pycon-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.3 kB
Release files / textract_pycon-0.1.0.tar.gz
| Download URL | textract_pycon-0.1.0.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e2f74204759b5c22a2947415d7bb0f63393e7a4a2db52fa31ba497952268efcb
|
|
BLAKE2b-256 checksum How to use checksums |
1bcd72fbe9d5dee8ee95efad59d2db7ccdb273bf1b59d9ac7f75bf79d58ae0e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.8.19
|
Release files / textract_pycon-0.1.0-py3-none-any.whl
| Download URL | textract_pycon-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cf0b399932ef46fd77966926d27fb479aab31b0737a61186d96c5087c0906e11
|
|
BLAKE2b-256 checksum How to use checksums |
3f5bece87e63d565f40d8e7f8cce5d83e4e4afc8620b9501fbb788a682cc21ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.8.19
|