Library to generate install_requires.py file from pipfile
Project description
Description
This module can be used to generate a install_requires.py file from a Pipfile. The array in this file can then be imported into your setup.py file and used as the install_requires arguments in the setup function.
Install
>>> pipenv install --dev pipenv2setup
Run
>>> pipenv run python -m pipenv2setup
Use
Create a setup.py file that follows this format:
from setuptools import setup
from install_requires import install_requires
setup(
name='package_name',
version='0.1.0',
description='Library to do my cool thing',
author='Victoria Snellgrove',
packages=['package_name'],
install_requires=install_requires
)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pipenv2setup-0.1.3.tar.gz.
File metadata
- Download URL: pipenv2setup-0.1.3.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fccc6ff8ce553ac4f99f00d18fa97892cb159bff7827983548502932d2e572bf
|
|
| MD5 |
4203a020ca5a963f2059e9be8c483613
|
|
| BLAKE2b-256 |
fc5e5e241b19285efe5d47c909ffd912c25849fc3cb7241a2bf5eebee0f1ac78
|
File details
Details for the file pipenv2setup-0.1.3-py3-none-any.whl.
File metadata
- Download URL: pipenv2setup-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a582a0397563dc3d0008f75f1b177c8ef29474a4b3551c1efc85f5da6417bba7
|
|
| MD5 |
117ac49217fce9519b94f4163067a244
|
|
| BLAKE2b-256 |
cbbc0a0ee29437ba0bc81b9ba29373fa2d3eb2593e972e3ed9fdc5a10406e1b0
|