Skip to main content

Python ReQuiRements

Project description

Python ReQuiRements.

Handle requirements for python. Based on pip, inspired by npm. And get rid of all those different requirements.txt files.

WARNING: This is alpha and a pure prototype at the moment.

Installation

$ pip install rqr

Usage

Install

WARNING: Please just one at a time for now. Does not handle multiple packages at this moment.

Just like pip install with the possibility to –save your required package.

$ rqr install --save django

{'django': '1.9.7'}

Does also support –save-development and –save-production. Default is base which is shared across the other two.

List

Shows all managed requirements, just like pip list.

$ rqr list

base:
  - django@1.9.7
development:
  - ipython@4.2.1

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

rqr-0.1.1.tar.gz (4.1 kB view hashes)

Uploaded Source

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