Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipenv2setup-0.1.3.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pipenv2setup-0.1.3-py3-none-any.whl (3.6 kB view hashes)

Uploaded 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