Rare find

Pew. A tool that keeps your Python projects in separate, isolated workspaces so they don't interfere with each other.

github.com/pew-org/pew

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2023
  • Merge pull request #223 from timgates42/bugfix_typo_available
June 2022
  • Merge pull request #228 from berdario/fix-github-tests
February 2022
  • Extract shell executable from path in test_detect_shell() on Windows
  • Switch test_detect_shell() test to PowerShell on Windows
  • Quote Python versions in GitHub Actions ci-tests workflow
  • Merge pull request #214 from tjanez/support-python38
October 2021
  • Add support for Python 3.10
  • Temporarily disable test_create_in_symlink test in test_mkvirtualenv
  • Register @pytest.marker.shell custom marker
  • Rewrite test_restore to delete setuptools to break test virtualenv
September 2021
  • Replace easy_install with setuptools in test_lssitepackages
  • Explicilty import distutils.sysconfig subpackage in sitepackages_dir()
  • Replace obsolete @pytest.yield_fixture with @pytest.fixture
  • Replace version of Python to install in test_{un,}install test
  • Remove test for testing 'virtualenv --relocatable'
  • Replace PyPy with PyPy 3
  • Drop support for Python 2, Python 3.4 and 3.5
  • Replace Travis CI and AppVeyor with GitHub Actions
  • Unify Pipfile and requirements.txt with dependencies in setup.py
August 2021
  • Add support for Python 3.8 and 3.9