About py-dep

The py-dep provides parsing the dependencies of Python packages and generating the metadata for graph.

The graph data is for NetworkX, Linkdraw, etc.

Status

https://secure.travis-ci.org/mkouhei/py-deps.png?branch=master https://coveralls.io/repos/mkouhei/py-deps/badge.png?branch=master https://img.shields.io/pypi/v/py-deps.svg Documentation Status

Requirements

  • Python 3.8
  • setuptools 46.1.0 over
  • pip 20.0. over
  • NetworkX 2.4 over
  • pylibmc 1.6.1 over (optional)

Features

  • Generating Linkdraw data (JSON and decoded JSON).
  • Generating Networkx DiGraph object data.
  • Cache the parsed dependencies.
  • Searching packages from PyPI.