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.7.0.tar.gz
(135.9 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.7.0-py3-none-any.whl
(6.3 kB
view details)
File details
Details for the file twat-1.7.0.tar.gz.
File metadata
- Download URL: twat-1.7.0.tar.gz
- Upload date:
- Size: 135.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b2df5c0a52ea34e3d339edde3ef58b6bf134bd522a961bef424677e6f618ee3
|
|
| MD5 |
84bb639be39119245c7cc22485b26ca5
|
|
| BLAKE2b-256 |
f0570e6953261b8bbbe5bb29512c3590aa7940d638317ad0fcad4a762ae85443
|
File details
Details for the file twat-1.7.0-py3-none-any.whl.
File metadata
- Download URL: twat-1.7.0-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 |
4457211ba4f84725a257cc728a999f47f796b1a6735d98e73f2e7b41facc0c9e
|
|
| MD5 |
c6e73cf7475c3f268b6d45c461f9426b
|
|
| BLAKE2b-256 |
17e0f582a8fadf0e4c1e9632d8bdbbf3cc24f593f5a41e9141ad07aab931111e
|