Metadata-Version: 2.1
Name: od-client
Version: 0.1.0
Summary: Python client for Oxford Dictionaries API
Home-page: https://github.com/apologist/oxford-dictionaries-client
License: MIT
Keywords: translation,api-client,http-client,oxford-dictionaries
Author: Oleksii
Author-email: _@apologist.io
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Dist: requests
Description-Content-Type: text/x-rst

Oxford dictionaries http client
===============================

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black
    :alt: code style: black

Install
-------

::

    pip install od-client


Note
----

This package is under development.

Documentation
-------------

Full documentation is available at https://od-client.readthedocs.io/en/latest/.

License
-------

MIT licensed. See the `LICENSE <https://github.com/apologist/oxford-dictionaries-client/blob/master/LICENSE>`_ file for more details.
