Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

pypi-diff/old

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

This repo wont get any updates, moved to:

https://github.com/orgs/pypi-diff/repositories

About:

processes the pypi changelog and if a new release for a package is published, attempts to create diffs between old and new version using diffoscope, output formats:

  • html
  • text
  • markdown

Projects with artifacts > 10 MB are ignored and some "special cases" are not handled yet: no guarantee that all packages are tracked.

Changes are pushed to this repository until it reaches some magic limits.

Requirements: podman

usage: fetch.py [-h] [-w WORKER] [-p PACKAGES] [-t TMPDIR]
                [-o OUTPUT] [-l SIZELIMIT] [-s]

pypi-diff bot

optional arguments:
  -h, --help            show this help message and exit
  -w WORKER, --worker WORKER
                        Amount of workers to use
  -p PACKAGES, --packages PACKAGES
                        Process only specific packages, seperated
                        by ','
  -t TMPDIR, --tmpdir TMPDIR
                        Default directory for storing temporary
                        artifacts.
  -o OUTPUT, --output OUTPUT
                        Default output directory.
  -l SIZELIMIT, --sizelimit SIZELIMIT
                        Skip if download packages exceed limit
  -s, --silent          Dont log to stderr