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
- Host: GitHub
- URL: https://github.com/sckott/pyror
- Owner: sckott
- License: mit
- Created: 2021-12-05T00:19:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T05:35:31.000Z (over 4 years ago)
- Last Synced: 2025-03-23T23:36:11.839Z (over 1 year ago)
- Language: Python
- Homepage: https://sckott.github.io/pyror/
- Size: 2.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: Changelog.rst
- Contributing: docs/contributing.rst
- License: LICENSE
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