Metadata-Version: 2.2
Name: pyven
Version: 118
Summary: Manage development of multiple Python projects
Home-page: https://pypi.org/project/pyven/
Author: Homsar
Author-email: homsar@foyono.com
Description-Content-Type: text/markdown
Requires-Dist: aridity>=85
Requires-Dist: diapyr>=31
Requires-Dist: foyndation>=16
Requires-Dist: lagoon>=63
Requires-Dist: packaging>=25
Requires-Dist: pydoc-markdown>=4.8.2
Requires-Dist: roman>=5
Requires-Dist: setuptools>=44.1.1
Requires-Dist: twine>=1.15.0
Requires-Dist: venvpool>=18
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# pyven
Manage development of multiple Python projects.

## Commands

### minreqs
Pin requires to their minimum allowed versions.

### pipify
Generate setuptools files for a project.arid project.

### release
Release project to PyPI, with manylinux wheels as needed.

### tasks
Show all XXX/TODO/FIXME comments in project.

### tests
Run project unit tests and more, also suitable for CI.

### tryinstall
Check last release can be installed from PyPI and its tests still pass, for use by CI.
