Metadata-Version: 1.2
Name: afinipy
Version: 0.1.5
Summary: Automated init builder
Home-page: UNKNOWN
Author: Ralph Urlus
Author-email: rurlus.dev@gmail.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/RUrlus/afinipy/issues
Project-URL: Source, https://github.com/RUrlus/afinipy
Description: 
        Afinipy is a, CLI, python package that builds your init files for you.
        It works by, recursively, parsing the directory and modules using Python's Abstract Syntax Trees.
        Afinipy features two modes, top-level and recursive. The top-level mode builds a single `__init__` at
        the root directory even if modules are located into subdirectories. The recursive mode will build a
        `__init__` for each subdirectory. For additional options see the usage section below or the notebook
        in the examples directory.
        
        All 'private' functions, those starting with an underscore, are excluded from the init. Optionally,
        additional functions, classes or the contents of a directory can be excluded by specifying them in
        a file and passed to the `exclusion_path` parameter.
        All functions or all classes can be excluded by, respectively, specifying `--exclude 'functions'` or `--exclude 'classes'`
        
        See https://github.com/RUrlus/afinipy for details
        
Keywords: init development
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
