An open API service indexing awesome lists of open source software.

https://github.com/sckott/pyror

Research Organization Registry Python Client
https://github.com/sckott/pyror

Last synced: over 1 year ago
JSON representation

Research Organization Registry Python Client

Awesome Lists containing this project

README

          

pyror
========

|ghactions| |black|

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

`ROR `__

`ROR API docs `__

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 `__

Meta
====

* Please note that this project is released with a `Contributor Code of Conduct `__. By participating in this project you agree to abide by its terms.
* License: MIT; see `LICENSE file `__

.. |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