Skip to main content

Pip requirements.txt generator based on imports in project

Project description

https://github.com/bndr/pipreqs/actions/workflows/tests.yml/badge.svg https://img.shields.io/pypi/v/pipreqs.svg https://codecov.io/gh/bndr/pipreqs/branch/master/graph/badge.svg?token=0rfPfUZEAX https://img.shields.io/pypi/l/pipreqs.svg

Installation

pip install pipreqs

Obs.: if you don’t want support for jupyter notebooks, you can install pipreqs without the dependencies that give support to it. To do so, run:

pip install --no-deps pipreqs
pip install yarg==0.1.9 docopt==0.6.2

Usage

Usage:
    pipreqs [options] [<path>]

Arguments:
    <path>                The path to the directory containing the application files for which a requirements file
                          should be generated (defaults to the current working directory)

Options:
    --use-local           Use ONLY local package info instead of querying PyPI
    --pypi-server <url>   Use custom PyPi server
    --proxy <url>         Use Proxy, parameter will be passed to requests library. You can also just set the
                          environments parameter in your terminal:
                          $ export HTTP_PROXY="http://10.10.1.10:3128"
                          $ export HTTPS_PROXY="https://10.10.1.10:1080"
    --debug               Print debug information
    --ignore <dirs>...    Ignore extra directories, each separated by a comma
    --no-follow-links     Do not follow symbolic links in the project
    --ignore-errors       Ignore errors while scanning files
    --encoding <charset>  Use encoding parameter for file open
    --savepath <file>     Save the list of requirements in the given file
    --print               Output the list of requirements in the standard output
    --force               Overwrite existing requirements.txt
    --diff <file>         Compare modules in requirements.txt to project imports
    --clean <file>        Clean up requirements.txt by removing modules that are not imported in project
    --mode <scheme>       Enables dynamic versioning with <compat>, <gt> or <non-pin> schemes
                          <compat> | e.g. Flask~=1.1.2
                          <gt>     | e.g. Flask>=1.1.2
                          <no-pin> | e.g. Flask
    --scan-notebooks      Look for imports in jupyter notebook files.

Example

$ pipreqs /home/project/location
Successfully saved requirements file in /home/project/location/requirements.txt

Contents of requirements.txt

wheel==0.23.0
Yarg==0.1.9
docopt==0.6.2

Why not pip freeze?

  • pip freeze only saves the packages that are installed with pip install in your environment.

  • pip freeze saves all packages in the environment including those that you don’t use in your current project (if you don’t have virtualenv).

  • and sometimes you just need to create requirements.txt for a new project without installing modules.

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

pipreqs_fivetran-1.0.0.tar.gz (32.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pipreqs_fivetran-1.0.0-py3-none-any.whl (32.9 kB view details)

Uploaded Python 3

File details

Details for the file pipreqs_fivetran-1.0.0.tar.gz.

File metadata

  • Download URL: pipreqs_fivetran-1.0.0.tar.gz
  • Upload date:
  • Size: 32.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.13.3 Darwin/24.6.0

File hashes

Hashes for pipreqs_fivetran-1.0.0.tar.gz
Algorithm Hash digest
SHA256 9438bc435340932cf9a4ff9eeb3391349ae74b6b838e1b5b89f1c35b336b680d
MD5 f5d261ec8d07084a040d273462571b32
BLAKE2b-256 b2fa210b210029b55cee76251137d2e927b0e636e274977c7d19f310f858db43

See more details on using hashes here.

File details

Details for the file pipreqs_fivetran-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: pipreqs_fivetran-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 32.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.13.3 Darwin/24.6.0

File hashes

Hashes for pipreqs_fivetran-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a21279367461b3253e650766f53d1129969ed7703b093a4cfd068a3f91e6cf5a
MD5 f7d6d6b8d168a594c698f16617a2a8c0
BLAKE2b-256 44628e0132d2090ead6e89157f8b667c7b133f29845765d02063792cbe5f1cc2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page