| Name | joyvis JSON |
| Version |
1.1.0
|
| download | |
| home_page | https://joyhong.tistory.com |
| Summary | RDF Visualization for SPARQL Endpoint and local file |
| upload_time | 2023-08-12 14:12:36 |
| maintainer | |
| docs_url | None |
| author | joyhong |
| requires_python | >=3 |
| license | MIT |
| keywords | |
| VCS | ![]() |
| bugtrack_url | |
| requirements | appnope backcall cycler decorator ipython isodate jedi Jinja2 jsonpickle kiwisolver MarkupSafe matplotlib matplotlib-inline networkx numpy parso pexpect pickleshare Pillow prompt-toolkit ptyprocess Pygments pyparsing python-dateutil pyvis rdflib six SPARQLWrapper traitlets wcwidth |
| Travis-CI | No Travis. |
| coveralls test coverage | No coveralls. |
# JoyVis
RDF Visualization
## For SPARQL Endpoint
~~~python
from JoyVis import Vis
v = Vis('http://localhost:3030/publicdata/query')
nw = v.vis(limit=50)
result = 'html/sample1.html'
nw.show(result)
~~~

## For Local File
~~~python
from JoyVis import Vis
v = Vis(filepath='/Users/joyhong/sample_result.ttl')
nw = v.vis_file(limit=200)
result = 'html/sample8.html'
nw.show(result)
~~~

## For Jupyter Notebook
~~~python
from JoyVis import Vis
v = Vis('http://localhost:3030/publicdata/query', notebook = True)
nw = v.vis(limit=50)
result = 'html/sample_notebook.html'
nw.show(result)
~~~
## Requirements
- pyvis
- RDFLib
- SPARQLWrapper
{
"_id": null,
"home_page": "https://joyhong.tistory.com",
"name": "joyvis",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": "",
"keywords": "",
"author": "joyhong",
"author_email": "su4620@gmail.com",
"download_url": "",
"platform": null,
"description": "# JoyVis\nRDF Visualization\n\n## For SPARQL Endpoint\n~~~python\nfrom JoyVis import Vis\n\nv = Vis('http://localhost:3030/publicdata/query')\nnw = v.vis(limit=50)\nresult = 'html/sample1.html'\nnw.show(result)\n~~~\n\n\n## For Local File\n~~~python\nfrom JoyVis import Vis\n\nv = Vis(filepath='/Users/joyhong/sample_result.ttl')\nnw = v.vis_file(limit=200)\nresult = 'html/sample8.html'\nnw.show(result)\n~~~\n\n\n## For Jupyter Notebook\n~~~python\nfrom JoyVis import Vis\n\nv = Vis('http://localhost:3030/publicdata/query', notebook = True)\nnw = v.vis(limit=50)\nresult = 'html/sample_notebook.html'\nnw.show(result)\n~~~\n## Requirements\n- pyvis\n- RDFLib\n- SPARQLWrapper\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "RDF Visualization for SPARQL Endpoint and local file",
"version": "1.1.0",
"project_urls": {
"Homepage": "https://joyhong.tistory.com",
"Source Code": "https://github.com/joyhong85/JoyVis"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "afbe362b12cd25283cbd555c2c15ea167296278d5e505eb73d9d72dda73d05b5",
"md5": "5f44ab19306fbb4c1b48f9dc66f7e754",
"sha256": "f0b2c45ddbecb92a5e2de799e9211e2b67d4027fdc91cefdb0beedea339868d5"
},
"downloads": -1,
"filename": "joyvis-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5f44ab19306fbb4c1b48f9dc66f7e754",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 5286,
"upload_time": "2023-08-12T14:12:36",
"upload_time_iso_8601": "2023-08-12T14:12:36.330189Z",
"url": "https://files.pythonhosted.org/packages/af/be/362b12cd25283cbd555c2c15ea167296278d5e505eb73d9d72dda73d05b5/joyvis-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-12 14:12:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "joyhong85",
"github_project": "JoyVis",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "appnope",
"specs": [
[
"==",
"0.1.2"
]
]
},
{
"name": "backcall",
"specs": [
[
"==",
"0.2.0"
]
]
},
{
"name": "cycler",
"specs": [
[
"==",
"0.10.0"
]
]
},
{
"name": "decorator",
"specs": [
[
"==",
"5.1.0"
]
]
},
{
"name": "ipython",
"specs": [
[
"==",
"7.27.0"
]
]
},
{
"name": "isodate",
"specs": [
[
"==",
"0.6.0"
]
]
},
{
"name": "jedi",
"specs": [
[
"==",
"0.18.0"
]
]
},
{
"name": "Jinja2",
"specs": [
[
"==",
"3.0.1"
]
]
},
{
"name": "jsonpickle",
"specs": [
[
"==",
"2.0.0"
]
]
},
{
"name": "kiwisolver",
"specs": [
[
"==",
"1.3.2"
]
]
},
{
"name": "MarkupSafe",
"specs": [
[
"==",
"2.0.1"
]
]
},
{
"name": "matplotlib",
"specs": [
[
"==",
"3.4.3"
]
]
},
{
"name": "matplotlib-inline",
"specs": [
[
"==",
"0.1.3"
]
]
},
{
"name": "networkx",
"specs": [
[
"==",
"2.6.3"
]
]
},
{
"name": "numpy",
"specs": [
[
"==",
"1.21.2"
]
]
},
{
"name": "parso",
"specs": [
[
"==",
"0.8.2"
]
]
},
{
"name": "pexpect",
"specs": [
[
"==",
"4.8.0"
]
]
},
{
"name": "pickleshare",
"specs": [
[
"==",
"0.7.5"
]
]
},
{
"name": "Pillow",
"specs": [
[
"==",
"8.3.2"
]
]
},
{
"name": "prompt-toolkit",
"specs": [
[
"==",
"3.0.20"
]
]
},
{
"name": "ptyprocess",
"specs": [
[
"==",
"0.7.0"
]
]
},
{
"name": "Pygments",
"specs": [
[
"==",
"2.10.0"
]
]
},
{
"name": "pyparsing",
"specs": [
[
"==",
"2.4.7"
]
]
},
{
"name": "python-dateutil",
"specs": [
[
"==",
"2.8.2"
]
]
},
{
"name": "pyvis",
"specs": [
[
"==",
"0.1.9"
]
]
},
{
"name": "rdflib",
"specs": [
[
"==",
"5.0.0"
]
]
},
{
"name": "six",
"specs": [
[
"==",
"1.16.0"
]
]
},
{
"name": "SPARQLWrapper",
"specs": [
[
"==",
"1.8.5"
]
]
},
{
"name": "traitlets",
"specs": [
[
"==",
"5.1.0"
]
]
},
{
"name": "wcwidth",
"specs": [
[
"==",
"0.2.5"
]
]
}
],
"lcname": "joyvis"
}