Metadata-Version: 2.1
Name: liberator
Version: 0.0.1
Summary: static code extractor for Python
Home-page: https://gitlab.kitware.com/python/liberator
Author: Jon Crall
Author-email: jon.crall@kitware.com
License: Apache 2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
Requires-Dist: astunparse
Requires-Dist: six
Requires-Dist: ubelt
Requires-Dist: pyflakes
Provides-Extra: all
Requires-Dist: astunparse ; extra == 'all'
Requires-Dist: six ; extra == 'all'
Requires-Dist: ubelt ; extra == 'all'
Requires-Dist: pyflakes ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: coverage ; extra == 'all'
Requires-Dist: xdoctest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: torchvision ; extra == 'all'
Requires-Dist: netharn ; extra == 'all'
Provides-Extra: optional
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: coverage ; extra == 'tests'
Requires-Dist: xdoctest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: torchvision ; extra == 'tests'
Requires-Dist: netharn ; extra == 'tests'

Liberator - static code extractor for Python 
--------------------------------------------

|GitlabCIPipeline| |GitlabCICoverage| |Pypi| |Downloads| 

Liberator is a Python library that "liberates" (i.e. statically extracts) class
/ function source code from an existing python library into a single standalone
module. 

It works by statically parsing the code for the class / function definition and
then recursively parsing and extracting all missing dependencies.


..The main webpage for this project is: https://gitlab.kitware.com/python/liberator


.. |Pypi| image:: https://img.shields.io/pypi/v/liberator.svg
   :target: https://pypi.python.org/pypi/liberator

.. |Downloads| image:: https://img.shields.io/pypi/dm/liberator.svg
   :target: https://pypistats.org/packages/liberator

.. |ReadTheDocs| image:: https://readthedocs.org/projects/liberator/badge/?version=latest
    :target: http://liberator.readthedocs.io/en/latest/

.. # See: https://ci.appveyor.com/project/jon.crall/liberator/settings/badges
.. .. |Appveyor| image:: https://ci.appveyor.com/api/projects/status/py3s2d6tyfjc8lm3/branch/master?svg=true
.. :target: https://ci.appveyor.com/project/jon.crall/liberator/branch/master

.. |GitlabCIPipeline| image:: https://gitlab.kitware.com/python/liberator/badges/master/pipeline.svg
   :target: https://gitlab.kitware.com/python/liberator/-/jobs

.. |GitlabCICoverage| image:: https://gitlab.kitware.com/python/liberator/badges/master/coverage.svg?job=coverage
    :target: https://gitlab.kitware.com/python/liberator/commits/master


