Skip to content

software-improvement-group-research/pypi-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools Contained in this Repository

  • kafka-filter-pypi: Consumes PyPI packaging information in the Warehouse format from a kafka topic and produces unique package-version tuples into another kafka topic.
  • cg-producer: Consumes PyPI packaging information from a kafka topic and produces call graphs into another kafka topic.

Pipeline

  1. Use kafka-filter-pypi to extract useful PyPI packaging information to an output topic.
  2. Use the kafka-filter-pypi output topic as an input topic for cg-producer in order to generate the call graphs of the packages identified.

About

Tools that assist with downloading and generating call graphs for PyPI packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.3%
  • Dockerfile 6.7%