relationship query language (RQL) utilities
Project description
This package provides base library for the Relationship Query Language
INSTALL
the standard way:
python setup.py install
building rql binary extension in place:
python setup.py build_ext –inplace
DOCUMENTATION
Documentation is available at https://rql.readthedocs.io
HOW TO RELEASE?
Bump version number in __pkginfo__.py, then update the debian changelog with:
dch -v <version>-1 -D unstable
Commit with hg commit -m "[pkg] Version <version>" and tag with hg tag <version> debian/<version>-1.
Ensure you have a clean working directory before upload to pypi by running hg clean --all --dirs --files (warning: this will remove all untracked files).
Generate the source distribution with python3 setup.py sdist.
rql has a faster implementation using libgecode. To make this available to users using pip and not having libgecode installed, we publish manylinux wheels to pypi.
To build a manylinux package for rql we use quay.io/pypa/manylinux1_x86_64 docker image and a custom script build_wheel.sh so you just have to execute it and it will pull docker image and execute script in this image :
docker pull quay.io/pypa/manylinux_2_24_x86_64 ./build_wheel.sh
Then upload source dist and wheels to pypi using twine:
twine upload dist/*.tar.gz dist/*.whl
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for rql-0.38.1-cp39-cp39-manylinux_2_24_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 764299483b5ceaacb6f0d73047d1078746ababb24bc99c355a969379eff745e0 |
|
MD5 | 0a19477e220318c3da786de9d8da9073 |
|
BLAKE2b-256 | 47ac98ade0f6396928b2fb02d77110b3d8979f784fbc1826f4729cbb95b3d723 |
Hashes for rql-0.38.1-cp38-cp38-manylinux_2_24_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0c69aa1a12bb7c4390dad06cb6093f6d11723e47d0df0833e456f80d577e663 |
|
MD5 | 8ab219528ea804c9f49c8a53b750aaad |
|
BLAKE2b-256 | 3aae3a7c557d6414ef28a0b1f5d2945bd7363371fb6e8ee5b7f8f33d98ee91d6 |
Hashes for rql-0.38.1-cp37-cp37m-manylinux_2_24_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e80b9ac13bcebde3846dd59e028107c946865b3f2400790ebeea22bbcd39372 |
|
MD5 | 2af92cd518ed28e45bdaf2af5605ab95 |
|
BLAKE2b-256 | bed2a01c711826b97224edd7455458601c70c857b3451606a34c4285b383a9e2 |