GraphPipe for python
GraphPipe for python consists of the flatbuffer implementation (generated from the graphpipe project), utilities for converting between flatbuffers and python types, a client for making calls to graphpipe services, and some simple examples.
To learn more about GraphPipe, see our documentation
Build
You can install from pypi like so:
pip install graphpipe
You an also install directly from github with pip like so:
pip install git+https://github.com/oracle/graphpipe-py
This is a pure python package, your setup.py knowledge should do the trick if you are have checked out the code from github.
Develop
The tox tests can be run via make test if you have docker installed.
To update the graphpipe flatbuffer files, you will need to make python in
the graphpipe project and copy the generated files into this repository's
graphpipe/graphpipefb/ directory
To build installation packages:
python setup.py sdist bdist_wheel
Release files for graphpipe 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| graphpipe-1.0.4.tar.gz | 8.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| graphpipe-1.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:20.9 kB
Release files / graphpipe-1.0.4.tar.gz
| Download URL | graphpipe-1.0.4.tar.gz |
|---|---|
| Size | 8.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f8fff73fa79596ecedfc8cf7676ff5a73844fba9b617b32ccd849936b966e7f6
|
|
BLAKE2b-256 checksum How to use checksums |
2167cc756eb2e772aece4094c055abc345b239574e5fba5f190879c325595b0b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4
|
Release files / graphpipe-1.0.4-py3-none-any.whl
| Download URL | graphpipe-1.0.4-py3-none-any.whl |
|---|---|
| Size | 12.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d246225a1ddc45eda3509597d757356aad449f886c6b10e2f643c1d03163cf80
|
|
BLAKE2b-256 checksum How to use checksums |
b45021234aa4cb5280715d2932881491f34e79be9a20c68499b98c03b8778a2f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4
|