Metadata-Version: 1.0
Name: sekg
Version: 0.0.2
Summary: knowledge graph util for software engineering
Home-page: https://github.com/FudanSELab/sekg
Author: FDSEKG
Author-email: lmwtclmwtc@outlook.com
License: Apache License, Version 2.0
Description: # sekg
        this is library for software engineering knowledge graph.
        
        ## description
        1. including wrapper for neo4j by py2neo.
        2. the preprocess tool for stack overflow html.
        3. graph2vec library
        ...
        todo
        
        ## todo
        1. add version helper out of setup
        
        ## support
        python 3.5 is need, py2neo 4.1.0 must be install in python 3
        
        
        ## Update the library
        1. 
            1. update code and test,
            2. update the __version__ in sekg/meta.py, 
            3. commit it and push to the github
        2. login the 87 server, and goto project/sekg/
        3. run git pull , update the code.
        3. run command
        ```
        ./upload.sh
        ```
        the new version pip install package is uploaded to the pipy.
        4. you can use following command to update the package.
        
        ```
        pip install sekg
        pip install -U sekg
        ```
Keywords: pip,kg,se
Platform: any
