Skip to main content

Generate requirements[-dev].txt from Pipfile using pipenv

Project description

https://travis-ci.org/Stibbons/pipenv-to-requirements.svg?branch=master Pypi package MIT licensed

Generate requirements[-dev].txt from Pipfile (using pipenv)

Usage

Just before building source/binary/wheel package of your python module, just execute:

To generated frozen dependencies:

pipenv run pipenv_to_requirements -f

For not frozen dependencies:

pipenv run pipenv_to_requirements

Contributing

Create your development environment with

$ make dev

Execute unit tests:

$ make test

Build source package:

Use it for most package without low level system dependencies.

$ make sdist

Code Style Checks:

$ make check

Code formatter:

$ make style

Create a release:

git tag 1.2.3
make push

On successful travis build on the Tag branch, your Pypi package will be updated automatically.

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

pipenv-to-requirements-0.1.0.tar.gz (13.9 kB view hashes)

Uploaded Source

Built Distribution

pipenv_to_requirements-0.1.0-py2.py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 2 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