owly


Nameowly JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummarySet of utilities related to ontologies and their management.
upload_time2023-07-30 18:32:52
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords ontology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ####
Owly
####

Set of utilities related to ontologies and their management.

.. code-block:: python

    endpoint = Endpoint("https://example.com/dataset/")
    result = endpoint.perform_query("""SELECT ?subject ?predicate ?object WHERE { ?subject ?predicate ?object } LIMIT 5""")
    print(result.as_text())


Installation
------------

.. code-block:: shell

   pip install owly


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "owly",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "ontology",
    "author": "",
    "author_email": "Arkadiusz Micha\u0142 Ry\u015b <Arkadiusz.Michal.Rys@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/21/d7/e7bc49d221619867ce8749c526bf76b7bf2ff0a25c04055ec33105baf84c/owly-0.0.3.tar.gz",
    "platform": null,
    "description": "####\nOwly\n####\n\nSet of utilities related to ontologies and their management.\n\n.. code-block:: python\n\n    endpoint = Endpoint(\"https://example.com/dataset/\")\n    result = endpoint.perform_query(\"\"\"SELECT ?subject ?predicate ?object WHERE { ?subject ?predicate ?object } LIMIT 5\"\"\")\n    print(result.as_text())\n\n\nInstallation\n------------\n\n.. code-block:: shell\n\n   pip install owly\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Set of utilities related to ontologies and their management.",
    "version": "0.0.3",
    "project_urls": {
        "source": "https://git.rys.one/dtdesign/owlylib"
    },
    "split_keywords": [
        "ontology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1933bccf6a4f1fbb2e466dd50270499a0acba178062c947d7a62a240ac6fa9db",
                "md5": "1b172c0c15a7fdecdcb881e98d22ba13",
                "sha256": "61c25709101b5030874614a9e919fb5a1ba63b9402d6501458d97d60a69a8610"
            },
            "downloads": -1,
            "filename": "owly-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b172c0c15a7fdecdcb881e98d22ba13",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5966,
            "upload_time": "2023-07-30T18:32:50",
            "upload_time_iso_8601": "2023-07-30T18:32:50.407015Z",
            "url": "https://files.pythonhosted.org/packages/19/33/bccf6a4f1fbb2e466dd50270499a0acba178062c947d7a62a240ac6fa9db/owly-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21d7e7bc49d221619867ce8749c526bf76b7bf2ff0a25c04055ec33105baf84c",
                "md5": "dced6c816fb1e9d8bf80e72e24227910",
                "sha256": "e412c67c0c19c419fa630eb6d123f397d1d3eebd9bd5c8820cd0b52144bb94f3"
            },
            "downloads": -1,
            "filename": "owly-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "dced6c816fb1e9d8bf80e72e24227910",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 9776,
            "upload_time": "2023-07-30T18:32:52",
            "upload_time_iso_8601": "2023-07-30T18:32:52.146619Z",
            "url": "https://files.pythonhosted.org/packages/21/d7/e7bc49d221619867ce8749c526bf76b7bf2ff0a25c04055ec33105baf84c/owly-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-30 18:32:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "owly"
}
        
Elapsed time: 0.09561s