Various utilities for making python development easier
Project description
wombat-utils
Utilities made to support my personal development, sort of a "catch all" package
Structure
.
├── .coveragerc - Configure code coverage generation
├── .gitignore - Configure files ignores by git commands
├── .gitlab-ci.yml - Configure our gitlab CI pipeline
├── .pre-commit-config.yaml - Configure our pre-commit for code quality checks
├── .python-version - Set our python version, used for python selection in terminals
├── .vscode - Configure our vscode workspace
│ ├── launch.json - Settings used for debugging/running code
│ └── settings.json - Workspace settings
├── README.md - YOU ARE HERE
├── flake.lock - Stores the state of our nix flake
├── flake.nix - Configure our nix environment
├── pyproject.toml - Our project configuration
├── src - Source code to be packaged with the wheel
│ └── wombat - Namespace folder
│ └── utils - Contains utilities for different types
│ ├── __init__.py
│ ├── dictionary.py - Utilities for dictionaries
│ ├── errors - Utilities for handling or generating errors
│ │ ├── decorators.py - Decorators that help enforce code constraints
│ │ └── exceptions.py - Common Exceptions that can be raised
│ └── files
│ └── search.py - Utilities for searching files
└── uv.lock - Stores our installed python versions
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
wombat_utils-0.2.3.tar.gz
(37.3 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 wombat_utils-0.2.3.tar.gz.
File metadata
- Download URL: wombat_utils-0.2.3.tar.gz
- Upload date:
- Size: 37.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.30
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3365b18bfec1a5c5e0b06e04b636632eae615d3bd8147e612abb7d37a178ab52
|
|
| MD5 |
4634567ccf6eef20b6cfb4b578ea3a6e
|
|
| BLAKE2b-256 |
1d5f9531fe87356938d8cae9b48608975ad13d9e46f10ca64e62b038482cad43
|
File details
Details for the file wombat_utils-0.2.3-py3-none-any.whl.
File metadata
- Download URL: wombat_utils-0.2.3-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.30
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3733c94f4444aec5f76a09e450f4daeac2353db432780810e1c6d57b4b4a5cb9
|
|
| MD5 |
fe5f3e032b9c48d21ced3b9e84f9bfcd
|
|
| BLAKE2b-256 |
7cea1d576f174f9d989a7f9b25b9e871f305b5af9d8d25fc1ac0012c225d200d
|