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.0.tar.gz
(38.8 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.0-py3-none-any.whl
(6.3 kB
view details)
File details
Details for the file twat-1.6.0.tar.gz.
File metadata
- Download URL: twat-1.6.0.tar.gz
- Upload date:
- Size: 38.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e5726044d09b946e8201dc9282409df60400eb77f91115945f848d07824323f
|
|
| MD5 |
a55e0b95745aab0c73fac5f48bb8d336
|
|
| BLAKE2b-256 |
392a907c112973537b1b17765294dcea34434aae4209354466932a3f138a43e5
|
File details
Details for the file twat-1.6.0-py3-none-any.whl.
File metadata
- Download URL: twat-1.6.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 |
f43037e371b9ef6fcb98da5563c13d284e5c105fad2b06a9fea12fa49e09d1a5
|
|
| MD5 |
12b51f999e68eb376d98a816293177c2
|
|
| BLAKE2b-256 |
313461644cd0f58d3a4188b55356c827c5628076e8fad222bb56641f49f0e4ca
|