Yet Another RDF-Object Mapper
Project description
Yet Another RDF-Object Mapper (YAROM) is a Python library useful for building Create-Read-Update-Delete (CRUD) tools and applications using Python objects and RDF. YAROM grew out of the PyOpenWorm project.
Basic Usage
If you got this library from GitHub or as a source archive, then install yarom:
python setup.py install --user
The configuration establishes which source of RDF data you’re reading from. Connect opens necessary resources and must be called before using anything that has to do with the RDF graph.
>>> import yarom as P >>> P.connect('yarom/default.conf') # Do something... >>> P.disconnect()
Documentation
Documentation can be found at http://yarom.readthedocs.org/en/latest/
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
File details
Details for the file YAROM-0.12.0.dev20190922094026.tar.gz
.
File metadata
- Download URL: YAROM-0.12.0.dev20190922094026.tar.gz
- Upload date:
- Size: 37.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.4.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 427a648d18d784ad89e8e1d0cd068e1a9477303649873170c19e9efdb3a9fd42 |
|
MD5 | e12d88a35e00c751bd3245b3a76898e1 |
|
BLAKE2b-256 | 80b08b8e79a51b942103295ce7d669eeecd19a6e2ddb6702d8ad21d88835effd |