Metadata-Version: 2.1
Name: slipo
Version: 0.1.0
Summary: SLIPO API Python client
Home-page: https://github.com/SLIPO-EU/slipo-python
Author: Yannis Kouvaras
Author-email: jkouvar@imis.athena-innovation.gr
License: Apache Software License
Keywords: poi linked-data point-of-interest data-integration
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: requests (>=2.21.0)


# SLIPO API Python client

A simple Python client for [SLIPO API](https://github.com/SLIPO-EU).

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

