Tools for packaging and publishing Python packages to PyPI, aimed at developers who find the process cumbersome. Current version 0.2.3, requires Python >=3.10. Release cadence is low; the project is in early stages.
pip install wadsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage to pack and publish a Python package to PyPI.
Ensure your project root contains a valid build configuration (e.g., setup.py or pyproject.toml).
Set PyPI credentials: export TWINE_USERNAME=__token__ and export TWINE_PASSWORD=<your-pypi-token>.
Run `pip install wads`.
Ensure you have wads>=0.2.0 installed: `pip install --upgrade wads`.
Upgrade twine: `pip install --upgrade twine`.
No dependency data recorded yet.