Metadata-Version: 2.1
Name: slipoframes
Version: 0.2.4
Summary: SLIPO API client for Jupyter notebooks
Home-page: https://github.com/SLIPO-EU/slipo-frames
Author: Yannis Kouvaras
Author-email: jkouvar@imis.athena-innovation.gr
License: Apache Software License
Keywords: poi linked-data point-of-interest data-integration jupyter-notebook
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: jinja2 (>=2.10)
Requires-Dist: pandas (>=0.24.2)
Requires-Dist: slipo (>=0.1.5)
Requires-Dist: IPython (>=6.0.0) ; python_version >= "3.4"


<img src="https://raw.githubusercontent.com/SLIPO-EU/slipo-frames/master/docs/_static/slipo_logo.png" />

# SLIPO API client for Jupyter notebooks

[SLIPO API](https://github.com/SLIPO-EU) client for Jupyter notebooks.

The `SLIPO API` can be used to:

- Access the remote user file system to browse, upload and
  download files
- Query resource catalog and download RDF datasets. All data
  are encoded in `N-Triples` format
- Manage existing POI data integration processes
- Execute a single SLIPO Toolkit component operation. Currently,
  SLIPO supports `Transform`, `Interlink`, `Fuse` and `Enrichment`
  operations


