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.0-cp39-cp39-manylinux_2_24_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | af11b717cf9db092ea36071ae3bca6231c2ddb9a972190049867145c3c0dad6a |
|
MD5 | 47b94edb48d8559b7733c91245f9069e |
|
BLAKE2b-256 | cccc741204ada55c3d60fac843ea0ec80aceb2177eb0ec3f75810eddd02bef4d |
Hashes for rql-0.38.0-cp38-cp38-manylinux_2_24_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 986d3f326e512e3a5dde3345c06d5d8bb4e0edb58f8bc8013735d9d11e9a66c5 |
|
MD5 | e226194386f4fb8be740bc6c9eb9b1ea |
|
BLAKE2b-256 | 1b7b7819834c6f6063c057524fd9993e6baa7140b83914101876796a2a9e9c9f |
Hashes for rql-0.38.0-cp37-cp37m-manylinux_2_24_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79ff79a3aedcd81535762aa48e1e692d88467d7d9eb051a820c83dcfd16da81e |
|
MD5 | 37934d23ac8d5e8bb738756aa00c8378 |
|
BLAKE2b-256 | ffa519cd4b33a7208f290bb84a001d67cb502accf88d28ca8d1230f08908c5cc |