Metadata-Version: 2.1
Name: skog
Version: 0.1.0
Summary: Generate visual trees for FreeBSD ports
Home-page: https://github.com/bbqsrc/skog-python
Author: Brendan Molloy
Author-email: brendan+pypi@bbqsrc.net
License: BSD-2-Clause
Keywords: freebsd,ports,trees,visualisation
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
License-File: LICENSE

skog
====

A tool to generate human-readable trees of dependencies of a FreeBSD port.

Usage
-----

Command-line tool
~~~~~~~~~~~~~~~~~

::

    usage: skog [-h] [--version] [-c {all,build,run,test}] [-d max-depth]
                [-p ports-dir] [-x exclude-port]
                port [port ...]

    positional arguments:
      port                  Ports to have a tree generated

    optional arguments:
      -h, --help            show this help message and exit
      --version             show program's version number and exit
      -c {all,build,run,test}, --command {all,build,run,test}
                            Dependency list command to use
      -d max-depth, --depth max-depth
                            Maximum tree depth
      -p ports-dir, --ports-dir ports-dir
                            Path to ports directory
      -x exclude-port       Ports to be excluded from tree

License
-------

BSD 2-clause. See LICENSE.
