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
- Host: GitHub
- URL: https://github.com/byron/bshotgun
- Owner: Byron
- License: other
- Created: 2014-03-12T21:34:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T15:04:58.000Z (about 12 years ago)
- Last Synced: 2025-04-06T08:36:58.996Z (about 1 year ago)
- Language: Python
- Homepage: http://byron.github.io/bshotgun
- Size: 45.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://coveralls.io/r/Byron/bshotgun)
[](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.

### 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)