Skip to main content

Like poetry, but it's pip

Project description

pip-inside

Like poetry, but using pip to maintain dependencies.

Using flit-core as the build-backend.

CONVENSIONS:

  • dynamic version (__version__ = 'your version' in {root_module}/__init__.py)
  • non-dynamic description (in pyproject.toml)
  • no src folder in project root
  • virtualenv folder named .venv in project root
  • not checking hashes

install

# in each of your virtual env
pip install pip-inside

commands

  • pip-inside
  • pi
> pi
Usage: pi [OPTIONS] COMMAND [ARGS]...

Options:
  -V, --version  show version of this tool
  --help         Show this message and exit.

Commands:
  add      Add a package as project dependency
  build    Build the wheel and sdist
  init     Init project in current directory
  install  Install project dependencies by groups
  lock     Create or update version lock file 'pi.lock'
  publish  Publish the wheel and sdist to remote repository
  remove   Remove a package from project dependencies
  shell    Ensure '.venv' virtualenv, and new shell into it
  show     Show dependency tree
  upgrade  Upgrade pip-inside and pip as well
  version  Show version of current project

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pip-inside-0.1.20.tar.gz (43.8 kB view hashes)

Uploaded Source

Built Distribution

pip_inside-0.1.20-py3-none-any.whl (53.1 kB view hashes)

Uploaded Python 3

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