Generate requirements[-dev].txt from Pipfile using pipenv
Project description
Generate requirements[-dev].txt from Pipfile (using pipenv)
Free software: MIT
Documentation: https://pipenv-to-requirements.readthedocs.org/en/latest/
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pipenv-to-requirements-0.1.0.tar.gz
.
File metadata
- Download URL: pipenv-to-requirements-0.1.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eea1537f43f2f2b9bc5636e381c7db26d74de81a010155893d9e3bb1728975d4 |
|
MD5 | db5fa92bd71d50a50e2b93004aa2303a |
|
BLAKE2b-256 | 3cdfa96654ed6b8c8793eaa3b01fb33494cdd5d59e86f5985d7df2623d3e2ed2 |
File details
Details for the file pipenv_to_requirements-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pipenv_to_requirements-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0277d842ba165c250473c49f8a1da89b56476d18f6e294bedd5727129d0bc05 |
|
MD5 | 6c4347ef93d92c6a886b1215de3b66cf |
|
BLAKE2b-256 | 14272671fa07eb47b2a652217288f50640910cf51ba293301ed5da30425774b2 |