{"id":49191462,"url":"https://github.com/opencitations/triplelite","last_synced_at":"2026-05-03T22:02:43.482Z","repository":{"id":351586898,"uuid":"1210740773","full_name":"opencitations/triplelite","owner":"opencitations","description":"Lightweight in-memory RDF triple store for Python with configurable indexing","archived":false,"fork":false,"pushed_at":"2026-04-15T16:42:32.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T17:33:01.797Z","etag":null,"topics":["python","rdf","yagni-principle"],"latest_commit_sha":null,"homepage":"https://opencitations.github.io/triplelite/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opencitations.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-14T17:57:28.000Z","updated_at":"2026-04-15T16:42:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/opencitations/triplelite","commit_stats":null,"previous_names":["opencitations/triplelite"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/opencitations/triplelite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencitations%2Ftriplelite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencitations%2Ftriplelite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencitations%2Ftriplelite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencitations%2Ftriplelite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opencitations","download_url":"https://codeload.github.com/opencitations/triplelite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opencitations%2Ftriplelite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32169657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","rdf","yagni-principle"],"created_at":"2026-04-23T07:01:27.568Z","updated_at":"2026-05-03T22:02:43.477Z","avatar_url":"https://github.com/opencitations.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TripleLite\n\nLightweight in-memory RDF triple store for Python, optimized for speed and memory efficiency with a C core.\n\n[![PyPI](https://img.shields.io/pypi/v/triplelite)](https://pypi.org/project/triplelite/)\n[![Python](https://img.shields.io/pypi/pyversions/triplelite)](https://pypi.org/project/triplelite/)\n[![C extension](https://img.shields.io/badge/core-C-blue)](https://github.com/opencitations/triplelite)\n[![Tests](https://img.shields.io/github/actions/workflow/status/opencitations/triplelite/test.yml?label=tests)](https://github.com/opencitations/triplelite/actions/workflows/test.yml)\n[![Coverage](https://opencitations.github.io/triplelite/coverage-badge.svg)](https://opencitations.github.io/triplelite/coverage/)\n[![REUSE](https://api.reuse.software/badge/github.com/opencitations/triplelite)](https://api.reuse.software/info/github.com/opencitations/triplelite)\n[![License: ISC](https://img.shields.io/badge/license-ISC-blue.svg)](LICENSE)\n\n## Install\n\n```sh\npip install triplelite\n```\n\nFor [rdflib](https://rdflib.readthedocs.io/) interop:\n\n```sh\npip install triplelite[rdflib]\n```\n\n## Quick start\n\n```python\nfrom triplelite import TripleLite, RDFTerm\n\ng = TripleLite()\ng.add((\"http://example.org/s\", \"http://example.org/p\", RDFTerm(\"uri\", \"http://example.org/o\")))\n\nfor s, p, o in g.triples((\"http://example.org/s\", None, None)):\n    print(s, p, o.value)\n```\n\nSee the full documentation at [opencitations.github.io/triplelite](https://opencitations.github.io/triplelite).\n\n## License\n\n[ISC](LICENSES/ISC.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencitations%2Ftriplelite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopencitations%2Ftriplelite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopencitations%2Ftriplelite/lists"}