Skip to main content

This is a short description

Project description

RePyPI

Imagine, you just got hired to fix a legacy Python project. But the previous project maintainer did not bother to add versions to requirements.txt. If you know when was that project made, you can use repypi to populate requirements.txt with what was newest at the time! repypi will not touch any requirement lines that it fails to parse or that already have a version spec.

Usage

Example requirements.txt

# This is a comment
numpy
tensorflow
pandas

RePyPI can modify requirements.txt to contain newest packages on 01/01/2018

repypi -r requirements.txt -d "01/01/2018" 
# This is a comment
numpy==1.14.0rc1
tensorflow==1.4.1
pandas==0.22.0

Other examples

# Get newest version of wget now
repypi -p wget 
# wget==3.2

# Get newest version of wget at 1st of January 2015
repypi -p wget -d "01/01/2015"
# wget==2.2

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

repypi-1.1.2.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

repypi-1.1.2-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file repypi-1.1.2.tar.gz.

File metadata

  • Download URL: repypi-1.1.2.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for repypi-1.1.2.tar.gz
Algorithm Hash digest
SHA256 fda90385e4512b367a93e232c77ded601703df4f958ecf7aad967b3f3c0aa042
MD5 e4679dfb116b20f9829c919fabc6bf9d
BLAKE2b-256 9fc8ff920ad66d512bdb66a099949ca0ff3925357b6a99d142214c9a66169296

See more details on using hashes here.

File details

Details for the file repypi-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: repypi-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for repypi-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 caf5d69d3e01a200b5381707b18a2dbf2af31dc7f222cc52e104bca44fd94883
MD5 3bb95acb877296539fd14147836ad78b
BLAKE2b-256 89b835266daae1de34df6e662fe458411ad6b9ef951bee2520d24e87416bcaaf

See more details on using hashes here.

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