Skip to main content

librdf parser for rdflib

Project description

librdflib

librdf parser for rdflib

Highly experimental.

This is not faster for pypy3 but if you want install it follow these steps (ish).

http://download.librdf.org/source/redland-bindings-1.0.17.1.tar.gz
tar xvzf redland-bindings-1.0.17.1.tar.gz
cd redland-bindings-1.0.17.1
./configure --with-python=pypy3 --prefix
make check  # will fail on storage
cp python/__pycache__/RDF.* ${site_packages}/__pycache__
cp python/__pycache__/Redland.* ${site_packages}/__pycache__
cp python/RDF.py ${site_packages}
cp python/Redland.py ${site_packages}
cp python/_Redland.pypy3*.so ${site_packages}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

librdflib-0.0.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

librdflib-0.0.1-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page