Metadata-Version: 1.2
Name: kgdt
Version: 0.3.0
Summary: a python library for create and operate on a knowledge graph in disk/neo4j/mysql.
Home-page: https://github.com/FudanSELab/kgdt
Author: Software Engineering Laboratory of Fudan University
Author-email: lmwtclmwtc@outlook.com
License: MIT license
Description: =========================
        Knowledge Graph Data Tool
        =========================
        
        
        .. image:: https://img.shields.io/pypi/v/kgdt.svg
                :target: https://pypi.python.org/pypi/kgdt
        
        .. image:: https://img.shields.io/travis/FudanSELab/kgdt.svg
                :target: https://travis-ci.com/FudanSELab/kgdt
        
        .. image:: https://readthedocs.org/projects/kgdt/badge/?version=latest
                :target: https://kgdt.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        a python library for create and operate on a knowledge graph in disk/neo4j/mysql.
        
        
        * Free software: MIT license
        * Documentation: https://kgdt.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2020-11-24)
        ------------------
        
        * First release on PyPI.
        
        0.2.0 (2020-11-30)
        ------------------
        
        * Add GraphData and MultiFieldDocumentCollection.
        
Keywords: kgdt
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
