Metadata-Version: 2.4
Name: package-scripts
Version: 0.2.3
Author-email: Cam Ratchford <camratchford@gmail.com>
Project-URL: Homepage, https://github.com/camratchford/package-scripts
Project-URL: Source, https://github.com/camratchford/package-scripts
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer
Requires-Dist: ruff
Requires-Dist: isort
Requires-Dist: pytest
Requires-Dist: build
Requires-Dist: setuptools
Requires-Dist: packaging
Requires-Dist: twine
Dynamic: license-file

# Miscelaneous Scripts

Scripts for frequently performed Python development tasks.

- run-build - Build and (optionally) publish a package to PyPI
- run-deploy - Generate and install a systemd unit file with the provided parameters
- run-test - Run pytest
- run-format - Run isort, ruff format, and ruff check.
- run-version-bump - Update pyproject.toml with a new version, pushing the new version's git tags

