sarugaku / passa

Resolver implementation and toolset for generating and interacting with Pipfile and Pipfile.lock.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Resolver implementation and toolset for generating and interacting with Pipfile and Pipfile.lock.

License:ISC License


Languages

Language:Python 100.0%