Metadata-Version: 2.1
Name: kupp
Version: 0.0.1
Summary: A package for preprocessing triples of a knowledge graph
Home-page: https://github.com/SmartDataAnalytics/KEEN-Preprocessor
Author: Mehdi Ali
Author-email: mehdi.ali@cs.uni-bonn.de
Maintainer: Mehdi Ali
Maintainer-email: mehdi.ali@cs.uni-bonn.de
License: MIT
Download-URL: https://github.com/SmartDataAnalytics/KEEN-Preprocessor/releases
Project-URL: Bug Tracker, https://github.com/SmartDataAnalytics/KEEN-Preprocessor/issues
Project-URL: Documentation, https://kupp.readthedocs.io
Keywords: Knowledge Graph Embeddings,Machine Learning,Data Mining,Linked Data
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.6
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: rdflib
Requires-Dist: dataclasses ; python_version < "3.7"
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-click ; extra == 'docs'
Provides-Extra: ndex
Requires-Dist: ndex2 ; extra == 'ndex'
Provides-Extra: spacy
Requires-Dist: spacy ; extra == 'spacy'
Provides-Extra: tensorflow
Requires-Dist: tensorflow ; extra == 'tensorflow'
Provides-Extra: tensorflow_hub
Requires-Dist: tensorflow-hub ; extra == 'tensorflow_hub'

KEEN-Preprocessor
=================
A Python package for preprocessing triples of a knowledge graph.


