Metadata-Version: 2.1
Name: sphobjinv
Version: 2.0rc1
Summary: Sphinx objects.inv Inspection/Manipulation Tool
Home-page: https://github.com/bskinn/sphobjinv
Author: Brian Skinn
Author-email: bskinn@alum.mit.edu
License: MIT License
Platform: UNKNOWN
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Framework :: Sphinx
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Classifier: Development Status :: 5 - Production/Stable
Requires: attrs (>=17.1)
Requires: certifi
Requires: fuzzywuzzy (>=0.3)
Requires: jsonschema (>=2.0)
Provides: sphobjinv
Requires-Python: >=3.4
Requires-Dist: attrs (>=17.1)
Requires-Dist: certifi
Requires-Dist: fuzzywuzzy (>=0.3)
Requires-Dist: jsonschema (>=2.0)

Sphinx Objects.inv Encoder/Decoder
==================================

**Current Development Version:**

.. image:: https://travis-ci.org/bskinn/sphobjinv.svg?branch=dev
    :target: https://travis-ci.org/bskinn/sphobjinv

.. image:: https://codecov.io/gh/bskinn/sphobjinv/branch/dev/graph/badge.svg
    :target: https://codecov.io/gh/bskinn/sphobjinv

**Most Recent Stable Release:**

.. image:: https://img.shields.io/pypi/v/sphobjinv.svg
    :target: https://pypi.org/project/sphobjinv

.. image:: https://img.shields.io/pypi/pyversions/sphobjinv.svg

**Info:**

.. image:: https://img.shields.io/readthedocs/sphobjinv/v2.0rc1.svg
    :target: http://sphobjinv.readthedocs.io/en/v2.0rc1/

.. image:: https://img.shields.io/github/license/mashape/apistatus.svg
    :target: https://github.com/bskinn/sphobjinv/blob/master/LICENSE.txt

Encode/decode command-line tool and Python package for
intersphinx ``objects.inv`` files.

Available on `PyPI <https://pypi.python.org/pypi/sphobjinv>`__
(``pip install sphobjinv``).

Source on `GitHub <https://github.com/bskinn/sphobjinv>`__.  Bug reports
and feature requests are welcomed at the
`Issues <https://github.com/bskinn/sphobjinv/issues>`__ page there.

Documentation at
`Read The Docs <http://sphobjinv.readthedocs.io/en/v2.0rc1/>`__.

Copyright (c) Brian Skinn 2016-2018

License: The MIT License. See `LICENSE.txt <https://github.com/bskinn/sphobjinv/blob/master/LICENSE.txt>`__
for full license terms.


