Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bloombox/python
Bloombox for Python
https://github.com/bloombox/python
api-client bloombox cannabis grpc protobuf python
Last synced: about 2 months ago
JSON representation
Bloombox for Python
- Host: GitHub
- URL: https://github.com/bloombox/python
- Owner: Bloombox
- License: apache-2.0
- Created: 2018-01-22T20:18:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T23:42:00.000Z (over 3 years ago)
- Last Synced: 2024-05-13T14:45:41.615Z (8 months ago)
- Topics: api-client, bloombox, cannabis, grpc, protobuf, python
- Language: Python
- Homepage: https://bloombox.io
- Size: 623 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bloombox for Python (Alpha)
[![Build Status](https://travis-ci.org/Bloombox/Python.svg?branch=master)](https://travis-ci.org/Bloombox/Python) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/97eeb10168df40bc9d84fc98a52a0284)](https://www.codacy.com/app/bloombox/Python?utm_source=github.com&utm_medium=referral&utm_content=Bloombox/Python&utm_campaign=Badge_Grade) [![Maintainability](https://api.codeclimate.com/v1/badges/8067bca447a946905de7/maintainability)](https://codeclimate.com/github/Bloombox/Python/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/8067bca447a946905de7/test_coverage)](https://codeclimate.com/github/Bloombox/Python/test_coverage)
Latest Version: `0.0.1`
This Python package, `bloombox`, provides an API client for [Bloombox](https://bloombox.io) Cloud APIs. Bloombox APIs are built and served using [gRPC](https://grpc.io) and exposed in client libraries like this one with a more fluid interface to work with.
That being said, you can always opt to use the lower level gRPC APIs, either via gRPC+protobuf (docs coming soon) or via JSON REST, using transcoding (docs coming soon on this too).
### Using the code
Published libs coming soon. In the meantime, see `Building the code`.
### Building the code
Building the code is easy and follows standard Swift packaging conventions. There is also a `Makefile` packaged with various useful routines - you'll use `make` if you are developing on the code.
**Required tools:**
- Python 2.7-3.7
- `virtualenv`
- `git`
- `make` and other CLI tools
- Code access to private schema repos for Bloombox## Services
### Shop API
The Shop API allows interaction with ordering, user enrollment and verification, and other tools. Demo code coming soon.
### Telemetry API
The Telemetry API allows you to relay events as they happen, so they may be attributed in user flows and other Bloombox-provided metrics.
## Licensing
Copyright © 2018 Bloombox, LLC.
A copy of the Apache 2.0 license is enclosed at `LICENSE.txt`, along with additional notices in `NOTICE.txt`. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the license.