Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertmeronyo/python-nanopub
A pythonic library for nanopublications
https://github.com/albertmeronyo/python-nanopub
Last synced: 12 days ago
JSON representation
A pythonic library for nanopublications
- Host: GitHub
- URL: https://github.com/albertmeronyo/python-nanopub
- Owner: albertmeronyo
- Created: 2019-10-08T15:06:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T22:59:07.000Z (over 3 years ago)
- Last Synced: 2024-10-05T23:22:04.714Z (about 1 month ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-nanopub
A pythonic library for nanopublications## Install
```
pip install nanopub
```## Usage
```
from nanopub import Nanopublication, NPSetnp = Nanopublication()
```