Skip to main content

Manage development of multiple Python projects

Reason this release was yanked:

clobbers venv activate script

Project description

pyven

Manage development of multiple Python projects

Install

These are generic installation instructions.

To use, permanently

The quickest way to get started is to install the current release from PyPI:

pip3 install --user pyven

To use, temporarily

If you prefer to keep .local clean, install to a virtualenv:

python3 -m venv venvname
venvname/bin/pip install pyven
. venvname/bin/activate

To develop

First clone the repo using HTTP or SSH:

git clone https://github.com/combatopera/pyven.git
git clone git@github.com:combatopera/pyven.git

Now use pyven's pipify to create a setup.py, which pip can then use to install the project editably:

python3 -m venv pyvenvenv
pyvenvenv/bin/pip install pyven
pyvenvenv/bin/pipify pyven

python3 -m venv venvname
venvname/bin/pip install -e pyven
. venvname/bin/activate

Commands

compactpool

Use jdupes to combine identical files in the venv pool.

drmake

Build a Docker image with automatic tag.

gclean

Remove files matching patterns below #glean in .gitignore file.

launch

Run project using a suitable venv from the pool.

minreqs

Print project.arid snippet pinning 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.

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

pyven-87.tar.gz (42.3 kB view details)

Uploaded Source

Built Distribution

pyven-87-py2.py3-none-any.whl (69.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyven-87.tar.gz.

File metadata

  • Download URL: pyven-87.tar.gz
  • Upload date:
  • Size: 42.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for pyven-87.tar.gz
Algorithm Hash digest
SHA256 524881384d129cf5b3b8d4b6212581256e9fcb9c47c91c584fbfc245e62edd58
MD5 615c7c51c400fb2ccf8a35d7ebd8235d
BLAKE2b-256 e0b9ac7f1d7fb59b474f1f57b2dfdce055588dd3401920ef7983f66137a81ed0

See more details on using hashes here.

File details

Details for the file pyven-87-py2.py3-none-any.whl.

File metadata

  • Download URL: pyven-87-py2.py3-none-any.whl
  • Upload date:
  • Size: 69.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.14 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for pyven-87-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 055a0f4584870394bb48b5891601facad15d2c03b2ccde91ec5e8e229a5a3a04
MD5 47ffe8b28fbd953e1c897b47aab590ed
BLAKE2b-256 452f76f5bb3281cb1ec0f19aef310511f963c7a8cd064305d7e9cbf4b6984b5b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page