8000 GitHub - StationA/triforce: No-bullshit n-triples encoder/decoder
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

StationA/triforce

Repository files navigation

triforce

No-bullshit n-triples encoder/decoder

Getting Started

Installing from Github

pip install git+https://github.com/StationA/triforce.git#egg=triforce

Installing from source

git clone https://github.com/StationA/triforce.git
cd triforce
pip install .

Usage

Encoding a subject, predicate, value as an n-triple

triforce encode 'http://stationa.xyz' 'http://schema.org/name' 'Station A'
# <http://stationa.xyz> <http://schema.org/name> "Station A" .

Contributing

When contributing to this repository, please follow the steps below:

  1. Fork the repository
  2. Submit your patch in one commit, or a series of well-defined commits
  3. Submit your pull request and make sure you reference the issue you are addressing

Running tests

tox -e dev

About

No-bullshit n-triples encoder/decoder

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0