Metadata-Version: 2.1
Name: pyror
Version: 0.1.0
Summary: Research Organization Registry Python Client
Home-page: https://github.com/sckott/pyror
Author: Scott Chamberlain
Author-email: myrmecocystus@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
License-File: LICENSE



pyror
========

|ghactions| |black|

A client for Research Organization Registry's (ROR) API

`ROR <https://ror.org/>`__

`ROR API docs <https://ror.readme.io/docs/rest-api>`__

Installation
============

From PyPi


.. code-block:: console

    pip install pyror


Dev version

.. code-block:: console

    pip install git+git://github.com/sckott/pyror.git#egg=pyror

    # OR

    git clone git@github.com:sckott/pyror.git
    cd pyror
    make install

Usage
=====

See the `pyror docs <https://sckott.github.io/pyror/>`__

Meta
====

* Please note that this project is released with a `Contributor Code of Conduct <https://github.com/sckott/pyror/blob/master/CODE_OF_CONDUCT.md>`__. By participating in this project you agree to abide by its terms.
* License: MIT; see `LICENSE file <https://github.com/sckott/pyror/blob/master/LICENSE>`__

.. |ghactions| image:: https://github.com/sckott/pyror/workflows/Python/badge.svg
   :target: https://github.com/sckott/pyror/actions?query=workflow%3APython

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



