No project description provided
Project description
twat
(work in progress)
Features
- Plugin system for Python packages
- Dynamic plugin loading and discovery
- Modern Python packaging with PEP 621 compliance
- Type hints and runtime type checking
- Comprehensive test suite and documentation
- CI/CD ready configuration
Installation
pip install twat
Usage
import twat
# Load a plugin
plugin = twat.plugin_name
# List available plugins
from importlib.metadata import entry_points
plugins = entry_points(group="twat.plugins")
Development
This project uses Hatch for development workflow management.
Setup Development Environment
# Install hatch if you haven't already
pip install hatch
# Create and activate development environment
hatch shell
# Run tests
hatch run test
# Run tests with coverage
hatch run test-cov
# Run linting
hatch run lint
# Format code
hatch run format
License
MIT License
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
twat-1.6.2.tar.gz
(135.5 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
twat-1.6.2-py3-none-any.whl
(6.3 kB
view details)
File details
Details for the file twat-1.6.2.tar.gz.
File metadata
- Download URL: twat-1.6.2.tar.gz
- Upload date:
- Size: 135.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
360e6a669ac1e46fa67194affc1d3aee507d7f3429125e08630a0df60734af1b
|
|
| MD5 |
1118d8cf191dedc15b630c2dd6c6c929
|
|
| BLAKE2b-256 |
3e57d750d21370cae93fdfc820da6ed60c067efc2c97a781460bd2887d227857
|
File details
Details for the file twat-1.6.2-py3-none-any.whl.
File metadata
- Download URL: twat-1.6.2-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f8ab0629d8c09a409bd9d2b8417d7ca1dbcac7f32d2fb8c8f0d166f9d31a67e
|
|
| MD5 |
2d95ef74cd984c6bd96f066005413933
|
|
| BLAKE2b-256 |
7eea41a7b30e358e3a1ccd89c41ca4ec557b09eaba42c776cf517fd2b1e846a8
|