Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.71 KB

README.rst

File metadata and controls

46 lines (32 loc) · 1.71 KB

Passa: Toolset for Pipfile projects

https://api.travis-ci.com/sarugaku/passa.svg?branch=master https://ci.appveyor.com/api/projects/status/y9kpdaqy4di5nhyk/branch/master?svg=true Documentation Status

Summary

Passa is a toolset for performing tasks in a Pipfile project, designed to be used as a backing component of Pipenv. It contains several components:

  • A resolver designed for performing dependency resolution using a stateful look-forward algorithm to resolve dependencies (backed by ResolveLib).
  • Interface to interact with individual requirement specifications inside Pipfile and Pipfile.lock (backed by RequirementsLib).
  • A command line interface to invoke the above operations.

Read the documentation.