https://github.com/datacamp/protobackend
https://github.com/datacamp/protobackend
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datacamp/protobackend
- Owner: datacamp
- License: agpl-3.0
- Created: 2017-07-21T14:19:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T15:03:28.000Z (almost 4 years ago)
- Last Synced: 2025-08-31T21:10:53.703Z (10 months ago)
- Language: Python
- Size: 49.8 KB
- Stars: 3
- Watchers: 19
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> :warning: **This repo has outdated tokens in its travisci config**
> To make new releases for this project it needs to be moved to circleci
protobackend
=============
The basis and framework on which the language specific backends are built.
Installation
------------
```
pip install protobackend
```
Examples
--------
* [basic dispatcher](example/basic_demo.ipynb)
* [full dispatcher](example/full_demo.ipynb)