Development tools and dependencies for metapg
Project description
metapg-dev
Development dependencies for the metapg project.
Purpose
This package provides all development dependencies needed for metapg development to ensure consistent development environments across all contributors.
Installation
# Install development environment
pip install -e src/dev
Included Tools
Testing
- pytest - Testing framework with async support
- pytest-asyncio - Async test support
- pytest-cov - Coverage reporting
Code Quality
- black - Code formatting
- ruff - Fast Python linter
- mypy - Static type checking
Build Tools
- build - Modern Python package building
- setuptools - Package setup utilities
- wheel - Wheel format support
Development Utilities
- ipython - Enhanced interactive Python shell
- ipdb - IPython debugger
Usage
After installation, you can use all the development tools:
# Format code
black src/ tests/ examples/
# Lint code
ruff check src/ tests/ examples/
# Type check
mypy src/pool/ src/migration/ src/cli/ src/metapg/
# Run tests
pytest tests/ -v --cov=metapg
# Build packages
python -m build
Development Workflow
- Install metapg-dev:
pip install -e src/dev - Set up packages:
just install-dev - Run quality checks:
just check - Run tests:
just test - Build packages:
just build
This package ensures all developers have the same tools and versions for consistent development experience.
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
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 metapg_dev-0.0.1.tar.gz.
File metadata
- Download URL: metapg_dev-0.0.1.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
116ce6a8a28fa8c4a7ac3ee621e325b65841ee281ab3df955a6acaf6acbff866
|
|
| MD5 |
1a89fdd5df8207c815fab3104de6fbdf
|
|
| BLAKE2b-256 |
179e19158f6efc2a9964bacaf8eeb8e40b211c0bbb84f22a7446c1c001f1c563
|
File details
Details for the file metapg_dev-0.0.1-py3-none-any.whl.
File metadata
- Download URL: metapg_dev-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c55c7a596eeee56d25ff8be738b87067dd69ac6e408ae576fceb8eab16dc8402
|
|
| MD5 |
ff92fe9f98922fdebf790bd6e9b2f3d9
|
|
| BLAKE2b-256 |
2e3f3fd52d27f6f3382076351e77671cd2d912938102624c3d59b70e936b6598
|