Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# python-nanopub
A pythonic library for nanopublications

## Install

```
pip install nanopub
```

## Usage

```
from nanopub import Nanopublication, NPSet

np = Nanopublication()
```