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

https://github.com/byron/bshotgun

Write better shotgun tools, faster
https://github.com/byron/bshotgun

Last synced: 8 months ago
JSON representation

Write better shotgun tools, faster

Awesome Lists containing this project

README

          

[![Coverage Status](https://coveralls.io/repos/Byron/bshotgun/badge.png)](https://coveralls.io/r/Byron/bshotgun)
[![Build Status](https://travis-ci.org/Byron/bshotgun.svg?branch=master)](https://travis-ci.org/Byron/bshotgun)

This project aims to help writing better code when interacting with shotgun, and produce working code faster and more safely.

It does this by providing an [ORM](http://en.wikipedia.org/wiki/Object-relational_mapping) to make accessing shotgun data easier. To test your code, it provides an anonymized dataset based on a real project that can be worked with offline.

Especially in Europe, Shotgun's performance leaves a lot to be desired, which is why a read-fast-write-slow shotgun connection proxy is available here.

![under construction](https://raw.githubusercontent.com/Byron/bcore/master/src/images/wip.png)

### Requirements

* [bcore](https://github.com/Byron/bcore)
* [shotgun python API 3](https://github.com/shotgunsoftware/python-api)

Infrastructure
===============

* **[Continuous Integration/Quality Assurance](https://travis-ci.org/Byron/bshotgun)**
* **[Issue Tracker](https://github.com/Byron/bshotgun/issues)**
* **[Documentation](http://byron.github.io/bshotgun)**

License
=======

This open source software is licensed under [GNU Lesser General Public License](https://github.com/Byron/bcore/blob/master/LICENSE.md)