Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarugaku/passa
Resolver implementation and toolset for generating and interacting with Pipfile and Pipfile.lock.
https://github.com/sarugaku/passa
pip pipenv pipfile python requirements
Last synced: 8 days ago
JSON representation
Resolver implementation and toolset for generating and interacting with Pipfile and Pipfile.lock.
- Host: GitHub
- URL: https://github.com/sarugaku/passa
- Owner: sarugaku
- License: isc
- Created: 2018-08-07T04:06:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:52:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T16:47:05.989Z (12 days ago)
- Topics: pip, pipenv, pipfile, python, requirements
- Language: Python
- Homepage:
- Size: 683 KB
- Stars: 54
- Watchers: 8
- Forks: 12
- Open Issues: 32
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
===================================
Passa: Toolset for Pipfile projects
===================================.. image:: https://img.shields.io/pypi/v/passa.svg
:target: https://pypi.org/project/passa.. image:: https://img.shields.io/pypi/l/passa.svg
:target: https://pypi.org/project/passa.. image:: https://api.travis-ci.com/sarugaku/passa.svg?branch=master
:target: https://travis-ci.com/sarugaku/passa.. image:: https://ci.appveyor.com/api/projects/status/y9kpdaqy4di5nhyk/branch/master?svg=true
:target: https://ci.appveyor.com/project/sarugaku/passa.. image:: https://img.shields.io/pypi/pyversions/passa.svg
:target: https://pypi.org/project/passa.. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
:target: https://saythanks.io/to/techalchemy.. image:: https://readthedocs.org/projects/passa/badge/?version=latest
:target: https://passa.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusSummary
=======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... _Passa: https://github.com/sarugaku/passa
.. _Pipenv: https://github.com/pypa/pipenv
.. _ResolveLib: https://github.com/sarugaku/resolvelib
.. _RequirementsLib: https://github.com/sarugaku/requirementslib`Read the documentation `__.