pydantigraph


Namepydantigraph JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/p2p-ld/pydantigraph
SummaryGraph models for pydantic with pyoxigraph
upload_time2024-01-13 02:37:15
maintainer
docs_urlNone
authorsneakers-the-rat
requires_python>=3.11,<4.0
licenseGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pydantigraph
ORM data models, schemas, and vocabularies for pyoxigraph

- [ ] ORM-like read/write with pyoxigraph
  - [ ] Read - just model fields
  - [ ] Read - model fields + all triples with matching subject
  - [ ] Lazy read - read connected entities when accessed
  - [ ] Write
  - [ ] Update
  - [ ] Delete
  - [ ] Crawl - get triples n-steps out from current object leaves with filtering
- [x] Namespaces for using schema
  - [ ] Code generation from existing schema 
- [x] Fields and type annotations for declaring terms
  - [ ] Fields are properly checked by MyPy using the first type parameter
- [ ] Lists <-> blank node collections
- [ ] Pydantic validation
  - [ ] JSON-Schema
  - [ ] RDF serialization with rdflib
  - [ ] IRI (not URL) validator
  - [ ] Only fields that map onto RDF literals allowed

## See Also

- https://pypi.org/project/rdflib-orm/
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/p2p-ld/pydantigraph",
    "name": "pydantigraph",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "sneakers-the-rat",
    "author_email": "sneakers-the-rat@protonmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cb/99/f74345d198239f889203c0955074a4da852a212b5df88853875bccc07c2e/pydantigraph-0.1.0.tar.gz",
    "platform": null,
    "description": "# pydantigraph\nORM data models, schemas, and vocabularies for pyoxigraph\n\n- [ ] ORM-like read/write with pyoxigraph\n  - [ ] Read - just model fields\n  - [ ] Read - model fields + all triples with matching subject\n  - [ ] Lazy read - read connected entities when accessed\n  - [ ] Write\n  - [ ] Update\n  - [ ] Delete\n  - [ ] Crawl - get triples n-steps out from current object leaves with filtering\n- [x] Namespaces for using schema\n  - [ ] Code generation from existing schema \n- [x] Fields and type annotations for declaring terms\n  - [ ] Fields are properly checked by MyPy using the first type parameter\n- [ ] Lists <-> blank node collections\n- [ ] Pydantic validation\n  - [ ] JSON-Schema\n  - [ ] RDF serialization with rdflib\n  - [ ] IRI (not URL) validator\n  - [ ] Only fields that map onto RDF literals allowed\n\n## See Also\n\n- https://pypi.org/project/rdflib-orm/",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Graph models for pydantic with pyoxigraph",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/p2p-ld/pydantigraph",
        "Repository": "https://github.com/p2p-ld/pydantigraph"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e74616749cbae6287d46322141e042e9c2dd47aa9c69b71609e64bbd823d35af",
                "md5": "7eed1ef7e0956c06a87bfbd625ae5b7f",
                "sha256": "405f0bfabd4dae685dd9f924de14b454ae24b5d9b7b8bcff0f03c29e61ef9005"
            },
            "downloads": -1,
            "filename": "pydantigraph-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7eed1ef7e0956c06a87bfbd625ae5b7f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 18832,
            "upload_time": "2024-01-13T02:37:13",
            "upload_time_iso_8601": "2024-01-13T02:37:13.592852Z",
            "url": "https://files.pythonhosted.org/packages/e7/46/16749cbae6287d46322141e042e9c2dd47aa9c69b71609e64bbd823d35af/pydantigraph-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb99f74345d198239f889203c0955074a4da852a212b5df88853875bccc07c2e",
                "md5": "48cf001b57b6ed0714106472ef4b5092",
                "sha256": "be7290e2fa2c74d8da1828af36844a9121c6a30e3fee4acce42449e8422a284e"
            },
            "downloads": -1,
            "filename": "pydantigraph-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "48cf001b57b6ed0714106472ef4b5092",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 17139,
            "upload_time": "2024-01-13T02:37:15",
            "upload_time_iso_8601": "2024-01-13T02:37:15.479500Z",
            "url": "https://files.pythonhosted.org/packages/cb/99/f74345d198239f889203c0955074a4da852a212b5df88853875bccc07c2e/pydantigraph-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-13 02:37:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "p2p-ld",
    "github_project": "pydantigraph",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pydantigraph"
}
        
Elapsed time: 0.23823s