Development flow as Paleofuturistic Python
Project description
sechubman
Development flow as Paleofuturistic Python
Usage
Legacy: pip install sechubman
Preferred: uv add sechubman
Developing further
Development flow as Paleofuturistic Python
Prerequisite: uv
Setup
- Fork and 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:
uv run mkdocs serve - Make a pull request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sechubman-0.1.0.tar.gz
(1.7 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 sechubman-0.1.0.tar.gz.
File metadata
- Download URL: sechubman-0.1.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef1317eabf9e83087b4c2a15ec4166598a0150edf26eb28f0fde9bd9ca236898
|
|
| MD5 |
284b0c8e215781ab70da49e8b4e384b6
|
|
| BLAKE2b-256 |
503385f6ca7f701181ff726bdeed574a31066d542fc4034c92e0a36444f9187a
|
File details
Details for the file sechubman-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sechubman-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae41091794eb398b9b99437b11c0e600d2127bd2b5dd1c686709ed0c606dceb9
|
|
| MD5 |
ae54cf07634a1f2c5378e0dc326a400d
|
|
| BLAKE2b-256 |
2a044ec6e14a233158dae8fcf5208109e3025a43fead55ea59f11e7bfe4be93f
|