Metadata-Version: 1.1
Name: biblio
Version: 0.0.2
Summary: an extremely fast and simple documentation generator
Home-page: https://github.com/b1naryth1ef/biblio
Author: b1nzy
Author-email: UNKNOWN
License: MIT
Description: # biblio
        
        biblio is an extremely fast and simple documentation generator for Python. At its core, biblio is just a wrapper that transalates Pythons native AST into a structure that can then be formatted and outputted.
        
        ## Architecture
        
        Unlike Sphinx, biblio does not run any of your code, only parse it. This results in a much faster and more reliable documentation generation process. Using the AST also allows biblio to generate rich and in-depth output.
        
        ## TODO
        
        biblio is fukin wip man
        
        - Implement methdology for linking/parsing out types in data
          - We need to somehow extract types and modify the parsed docstrings to include links
        - Proper HTML output
          - Theme
          - Search
        - Write docs
          - Hightlight metaprogramming struggle
        - Allow for live outputting w/ inotify
        - Multiprocessing
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
