معرفی شرکت ها


snakefood_1.4-2_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python dependency grapher
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Bionic-18.04
مخزن Ubuntu universe all
نام بسته snakefood
نام فایل بسته snakefood_1.4-2_all.deb
نسخه بسته 1.4
انتشار بسته 2
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی http://furius.ca/snakefood/
مجوز -
حجم دانلود 63422
حجم نصب 205
Generate dependency graphs from Python code. This dependency tracker package has a few distinguishing characteristics: . * It uses the AST to parse the Python files. This is very reliable, it always runs. * No module is loaded. Loading modules to figure out dependencies is almost always problem, because a lot of codebases run initialization code in the global namespace, which often requires additional setup. Snakefood is guaranteed not to have this problem (it just runs, no matter what). * It works on a set of files, i.e. you do not have to specify a single script, you can select a directory (package or else) or a set of files. It finds all the Python files recursively automatically. * Automatic/no configuration: your PYTHONPATH is automatically adjusted to include the required package roots. It figures out the paths that are required from the files/directories given as input. You should not have to setup ANYTHING. * It does not have to automatically 'follow' dependencies between modules, i.e. by default it only considers the files and directories you specify on the command-line and their immediate dependencies. It also has an option to automatically include only the dependencies within the packages of the files you specify. * It follows the UNIX philosophy of small programs that do one thing well: it consists of a few simple programs whose outputs you combine via pipes. . This package will install the following programs: . * sfood - detect import statements using the AST parser * sfood-checker - check for superfluous import statements in Python source code * sfood-cluster - read snakefood dependencies from stdin and cluster according to filenames * sfood-copy - read a snakefood dependencies file and flatten and output the list of all files * sfood-flatten - read a snakefood dependencies file and flatten and output the list of all files * sfood-graph - read snakefood dependencies and output a visual graph * sfood-imports - parse Python files and output a unified list of imported symbols


نیازمندی

مقدار نام
>= 2.7.5-5~ python:any


نحوه نصب


نصب پکیج deb snakefood:

    sudo apt-get install snakefood_1.4-2_all.deb


فایل ها

مسیرها
./usr/share/doc-base/snakefood
./usr/share/snakefood/sfood-imports
./usr/share/snakefood/sfood
./usr/share/snakefood/sfood-copy
./usr/share/snakefood/sfood-filter-stdlib
./usr/share/snakefood/snakefood/astpretty.py
./usr/share/snakefood/snakefood/find.py
./usr/share/snakefood/snakefood/util.py
./usr/share/snakefood/snakefood/fallback/__init__.py
./usr/share/snakefood/snakefood/fallback/collections.py
./usr/share/snakefood/snakefood/fallback/pkgutil.py
./usr/share/snakefood/snakefood/roots.py
./usr/share/snakefood/snakefood/list.py
./usr/share/snakefood/snakefood/depends.py
./usr/share/snakefood/snakefood/local.py
./usr/share/snakefood/snakefood/copy.py
./usr/share/snakefood/snakefood/flatten.py
./usr/share/snakefood/snakefood/__init__.py
./usr/share/snakefood/snakefood/gendeps.py
./usr/share/snakefood/snakefood/filter.py
./usr/share/snakefood/snakefood/cluster.py
./usr/share/snakefood/snakefood/graph.py
./usr/share/snakefood/snakefood/checker.py
./usr/share/snakefood/sfood-cluster
./usr/share/snakefood/sfood-checker
./usr/share/snakefood/sfood-flatten
./usr/share/snakefood/sfood-target-files
./usr/share/snakefood/snakefood-1.4.egg-info
./usr/share/snakefood/sfood-graph
./usr/share/python/runtime.d/snakefood.rtupdate
./usr/share/doc/snakefood/programs2.png
./usr/share/doc/snakefood/programs1.png
./usr/share/doc/snakefood/README
./usr/share/doc/snakefood/TODO
./usr/share/doc/snakefood/copyright
./usr/share/doc/snakefood/snakefood-doc.html
./usr/share/doc/snakefood/programs2.dia.gz
./usr/share/doc/snakefood/changelog.Debian.gz
./usr/share/doc/snakefood/snakefood-doc.txt.gz
./usr/share/doc/snakefood/programs1.dia.gz
./usr/share/doc/snakefood/dataflow.dia.gz
./usr/share/man/man1/sfood-flatten.1.gz
./usr/share/man/man1/sfood-copy.1.gz
./usr/share/man/man1/sfood-checker.1.gz
./usr/share/man/man1/sfood-cluster.1.gz
./usr/share/man/man1/sfood.1.gz
./usr/share/man/man1/sfood-graph.1.gz
./usr/share/man/man1/sfood-imports.1.gz
./usr/bin/sfood-imports -> ../share/snakefood/sfood-imports
./usr/bin/sfood -> ../share/snakefood/sfood
./usr/bin/sfood-copy -> ../share/snakefood/sfood-copy
./usr/bin/sfood-cluster -> ../share/snakefood/sfood-cluster
./usr/bin/sfood-checker -> ../share/snakefood/sfood-checker
./usr/bin/sfood-flatten -> ../share/snakefood/sfood-flatten
./usr/bin/sfood-graph -> ../share/snakefood/sfood-graph