Various utilities for making python development easier
Project description
rcmanyutils
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
│ └── rclib - Package 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
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
rcmanyutils-0.2.0.tar.gz
(29.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 rcmanyutils-0.2.0.tar.gz.
File metadata
- Download URL: rcmanyutils-0.2.0.tar.gz
- Upload date:
- Size: 29.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bfd9b7b7f6297c3520456b6f85431dc74d6d952967e334cedaadb6ecb83d957
|
|
| MD5 |
22762ec9d27b1616256a66262595cb4c
|
|
| BLAKE2b-256 |
4a15bf070701963f836812cbb838c378cdc89c6c3a20a8b9fb9d27acb5ed9cfc
|
File details
Details for the file rcmanyutils-0.2.0-py3-none-any.whl.
File metadata
- Download URL: rcmanyutils-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
277a93a3c5c1ded3e60e8c4e3acf3d5e4ebb05921901b7afb3c74cc3c5273f24
|
|
| MD5 |
3320f2221da7cf4f58e1516cd774b90c
|
|
| BLAKE2b-256 |
419d6412c93ff7e448baaed854642efb4af5a1d378975dccc5f3883a469b350e
|