Metadata-Version: 2.1
Name: pygraphdb
Version: 0.1.0
Summary: A connect graphdb package
Home-page: https://gitee.com/maxbanana/pygraphdb
Author: hongbo liu
Author-email: 782027465@qq.com
License: Apache
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# graphdb

#### 介绍
    python 连接 graphdb 数据库的包

#### 功能
    通过执行SPARQL语句就可查询和更新Graph数据库


#### 安装教程

    复制 pygraph 文件，放入你的项目目录下


#### 使用说明

    例子详情可见于 example.py

#### 参与贡献
    刘洪波



#### 参考资料

grapddb 使用教程： 
https://graphdb.ontotext.com/documentation/free/index.html


