kif-lib


Namekif-lib JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/IBM/kif
SummaryA knowledge integration framework based on Wikidata
upload_time2024-01-17 19:42:06
maintainer
docs_urlNone
authorIBM
requires_python>=3.9
licenseApache-2.0
keywords kif-lib
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Knowledge Integration Framework #

A knowledge integration framework based on Wikidata.

## Hello world! ##

Prints an arbitrary statement from [Wikidata](https://www.wikidata.org/):
```python
from kif_lib import Store
kb = Store('sparql', 'https://query.wikidata.org/sparql')
print(next(kb.filter()))
```

## Installation ##

```shell
$ pip install kif-lib
```

Or, for the development version:
```shell
$ git clone https://github.com/IBM/kif.git
$ cd kif
$ pip install -e .
```

## Documentation ##

See the notebooks in [examples](https://github.com/IBM/kif/tree/main/examples).

## Testing ##

Install the test dependencies:
```shell
$ make install-deps
```

Run all tests:
```shell
$ make check
```

## License ##

Released under the [Apache-2.0 license](https://github.com/IBM/kif/blob/main/LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IBM/kif",
    "name": "kif-lib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "kif-lib",
    "author": "IBM",
    "author_email": "Guilherme.Lima@ibm.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/29/51eb93cb04714e1d7af454ba6641f2638e744e344e9dd8488a7b3437eaec/kif-lib-0.3.tar.gz",
    "platform": null,
    "description": "# Knowledge Integration Framework #\n\nA knowledge integration framework based on Wikidata.\n\n## Hello world! ##\n\nPrints an arbitrary statement from [Wikidata](https://www.wikidata.org/):\n```python\nfrom kif_lib import Store\nkb = Store('sparql', 'https://query.wikidata.org/sparql')\nprint(next(kb.filter()))\n```\n\n## Installation ##\n\n```shell\n$ pip install kif-lib\n```\n\nOr, for the development version:\n```shell\n$ git clone https://github.com/IBM/kif.git\n$ cd kif\n$ pip install -e .\n```\n\n## Documentation ##\n\nSee the notebooks in [examples](https://github.com/IBM/kif/tree/main/examples).\n\n## Testing ##\n\nInstall the test dependencies:\n```shell\n$ make install-deps\n```\n\nRun all tests:\n```shell\n$ make check\n```\n\n## License ##\n\nReleased under the [Apache-2.0 license](https://github.com/IBM/kif/blob/main/LICENSE).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A knowledge integration framework based on Wikidata",
    "version": "0.3",
    "project_urls": {
        "Homepage": "https://github.com/IBM/kif"
    },
    "split_keywords": [
        "kif-lib"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3679a58b3b2a8ba2ad6b1c9e7470b8e3cb814326146a0229f4e309225e83f8c1",
                "md5": "0d0dfec0de69fbe39e213d087236cda6",
                "sha256": "d376660afb2d2de89baf68f1c52821890c32798e080e4e652bbf2c70c623041c"
            },
            "downloads": -1,
            "filename": "kif_lib-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0d0dfec0de69fbe39e213d087236cda6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 416520,
            "upload_time": "2024-01-17T19:42:03",
            "upload_time_iso_8601": "2024-01-17T19:42:03.951362Z",
            "url": "https://files.pythonhosted.org/packages/36/79/a58b3b2a8ba2ad6b1c9e7470b8e3cb814326146a0229f4e309225e83f8c1/kif_lib-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f62951eb93cb04714e1d7af454ba6641f2638e744e344e9dd8488a7b3437eaec",
                "md5": "c342de520146c45d06a71d9d4a33ab96",
                "sha256": "91b98c6fb14f238be545bfe11a53856c2839975ce6fd4098b81bf05622e17ad2"
            },
            "downloads": -1,
            "filename": "kif-lib-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c342de520146c45d06a71d9d4a33ab96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 435699,
            "upload_time": "2024-01-17T19:42:06",
            "upload_time_iso_8601": "2024-01-17T19:42:06.122462Z",
            "url": "https://files.pythonhosted.org/packages/f6/29/51eb93cb04714e1d7af454ba6641f2638e744e344e9dd8488a7b3437eaec/kif-lib-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-17 19:42:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IBM",
    "github_project": "kif",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": false,
    "tox": true,
    "lcname": "kif-lib"
}
        
IBM
Elapsed time: 0.19041s