A general REST based ORM.
Project description
Pyresto
=======
[![Travis CI](https://secure.travis-ci.org/BYK/pyresto.png)](http://travis-ci.org/BYK/pyresto)
```python
import pyresto.apis.GitHub as GitHub
user = GitHub.User.get('berkerpeksag')
print 'Watchers: {0:d}'.format(sum(r.watchers for r in user.repos))
```
Installation
------------
To install Pyresto, simply:
```shell
pip install pyresto
```
Documentation
-------------
Documentation hosted on [Read the Docs](http://pyresto.readthedocs.org/).
License
-------
All files that are part of this project are covered by the following license, except where explicitly noted.
> This Source Code Form is subject to the terms of the Mozilla Public
> License, v. 2.0. If a copy of the MPL was not distributed with this
> file, You can obtain one at http://mozilla.org/MPL/2.0/.
=======
[![Travis CI](https://secure.travis-ci.org/BYK/pyresto.png)](http://travis-ci.org/BYK/pyresto)
```python
import pyresto.apis.GitHub as GitHub
user = GitHub.User.get('berkerpeksag')
print 'Watchers: {0:d}'.format(sum(r.watchers for r in user.repos))
```
Installation
------------
To install Pyresto, simply:
```shell
pip install pyresto
```
Documentation
-------------
Documentation hosted on [Read the Docs](http://pyresto.readthedocs.org/).
License
-------
All files that are part of this project are covered by the following license, except where explicitly noted.
> This Source Code Form is subject to the terms of the Mozilla Public
> License, v. 2.0. If a copy of the MPL was not distributed with this
> file, You can obtain one at http://mozilla.org/MPL/2.0/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyresto-0.1.2.zip
(15.0 kB
view details)
File details
Details for the file pyresto-0.1.2.zip
.
File metadata
- Download URL: pyresto-0.1.2.zip
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a756857eb8692567d657c52742e32a0998c7a792c9f844bf86bec27cab0476e |
|
MD5 | 6e3ae7d13ed221d862e0f5d7d28b1ad5 |
|
BLAKE2b-256 | fe4a7a04dcf461f963abad8719ee6ae97053ab4a82e6609e0543ff68aaac12b8 |