mkouhei / py-deps

parsing the Python deps and generating graph data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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.

About

parsing the Python deps and generating graph data

License:GNU General Public License v3.0


Languages

Language:Python 99.0%Language:Shell 1.0%