Git Product home page Git Product logo

snakefood3's Introduction

snakefood3: Python Dependency Graphs

Dependencies

  • Python 3.
  • jinja2

Download

pip install snakefood3

Usage

python -m snakefood3 PROJECT_PATH PYTHON_PACKAGE_NAME --group examples/group

file tree should be look like this

PROJECT_PATH
└─PYTHON_PACKAGE_NAME
   ├─a python package
   ├─another python package
   ├─a.py
   ├─b.py
   └─__init__.py

PYTHON_PACKAGE_NAME should be in PROJECT_PATH

--group if you want to group some package, for example you want to group a.lib.b and a.lib.c as a.lib write a file like

a.lib

all submodule will be grouped together.

python -m snakefood3 ~/code/bgmi/ bgmi -g examples/group > examples/bgmi.dot
dot -T png examples/bgmi.dot -o examples/bgmi.png # install graphviz

show example in example

Copyright and License

Copyright (C) 2019 Trim21<[email protected]>. All Rights Reserved.

Copyright (C) 2001-2007 Martin Blais. All Rights Reserved.

This code is distributed under the GNU General Public License <COPYING>;

Author

Trim21 [email protected]

Martin Blais [email protected]

snakefood3's People

Contributors

renovate[bot] avatar trim21 avatar debakarr avatar limjcst avatar toppk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.