stjordanis / pinn-python

Python bindings for the Pinn REST API

Home Page:https://pinn.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pinn Python Library

PyPI version shields.io PyPI license PyPI pyversions PyPI status Documentation Status Build Status

The Pinn Python library is the easiest, fastest and most enjoyable way to integrate Pinn into your existing or new python project. This interface around our REST API provides an idiomatic, ORM-style usage that will make life easy.

Table of Contents

Installation

The easiest way to get started is:

pip install --upgrade pinn

Alternatively you could also install directly from source like so:

python setup.py install

Documentation

For a full run down of the library please see the reference documentation here, or keep reading on for just the basics.

Changelog

For a detailed account of each release, please refer to the CHANGELOG.

License

Copyright (c) 2019 Pinn Technologies, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Python bindings for the Pinn REST API

https://pinn.readthedocs.io

License:MIT License


Languages

Language:Python 99.1%Language:Makefile 0.9%