Metadata-Version: 2.0
Name: kgtool
Version: 0.0.2
Summary: simple knowledge graph tools with minimal dependency
Home-page: http://github.com/cnschema/kgtool
Author: Li Ding
Author-email: lidingpku@gmail.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Text Processing
Requires-Dist: xlrd
Requires-Dist: xlwt

kgtool

install
-------------
  pip install kgtool


core.py
* file utilities
* json data access
* data conversion

kg.py
* stat_kg


