Metadata-Version: 2.1
Name: googledoc
Version: 0.1.0
Summary: A module cut from xcookie
Home-page: UNKNOWN
Author: joncrall
Author-email: jon.crall@kitware.com
License: Apache 2
Description: The googledoc Module
        ====================
        
        
        |Pypi| |PypiDownloads| |GithubActions| |Codecov|
        
        
        This module aims to provide a simple means to parse information out of
        google-style docstrings.
        
        We may consider developing this into a proper sphinx extension as well, similar
        to numpydoc, and potentially as an alternative to neopoleon.
        
        
        Related Packages:
        * https://github.com/numpy/numpydoc
        * https://github.com/sphinx-contrib/napoleon
        
        
        
        .. |Pypi| image:: https://img.shields.io/pypi/v/googledoc.svg
            :target: https://pypi.python.org/pypi/googledoc
        
        .. |PypiDownloads| image:: https://img.shields.io/pypi/dm/googledoc.svg
            :target: https://pypistats.org/packages/googledoc
        
        .. |GithubActions| image:: https://github.com/Erotemic/googledoc/actions/workflows/tests.yml/badge.svg?branch=main
            :target: https://github.com/Erotemic/googledoc/actions?query=branch%3Amain
        
        .. |Codecov| image:: https://codecov.io/github/Erotemic/googledoc/badge.svg?branch=main&service=github
            :target: https://codecov.io/github/Erotemic/googledoc?branch=main
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: all
Provides-Extra: all-strict
Provides-Extra: optional
Provides-Extra: optional-strict
Provides-Extra: runtime-strict
Provides-Extra: tests
Provides-Extra: tests-strict
