Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhay-raizada/pynnotate

Annotate models based on orator ORM for python
https://github.com/abhay-raizada/pynnotate

Last synced: about 1 month ago
JSON representation

Annotate models based on orator ORM for python

Awesome Lists containing this project

README

        

# Pynnotate
Annotate Python Models with schema Information.

![Build](https://api.travis-ci.org/abhsag24/pynnotate.svg?branch=production)

## Usage

```
pynnotate --model-path= --config-path=
```

## Installation

```
pip install pynnotate
```
Or to build from source:

```
python setup.py install
```