neo4j的python客户端库

pyneo4j的Python项目详细描述


#Pyno4j

将python与neo4j集成。

[![生成状态](https://travis-ci.org/RenanPalmeira/pyneo4j.svg?branch=master)](https://travis-ci.org/RenanPalmeira/pyneo4j)[![pypi](https://img.shields.io/pypi/v/pyneo4j.svg)](https://pypi.python.org/pypi/pyneo4j

###演示/示例

https://github.com/RenanPalmeira/neopyramid

###下载并运行neo4j

http://neo4j.com/download/

###开发

$ git clone https://github.com/renanpalmeira/pyneo4j $ cd pyneo4j # or other name with virtualenv (recommended) $ pip install -e . $ pip install -r requirements.txt # or tests/requirements-dev.txt $ $NEO4J_FOLDER/bin/neo4j-shell -c < tests/starwars.cypher # Import sample graph’s $ nosetests –verbose tests/ # If your Neo4j needs authentication set on tests/tests.py, but not in ‘git add’ with your credentials, than just run the tests

###安装(等待批准)

在python包索引中提供:

$pip安装pyneo4j

或:

$easy_安装pyneo4j

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java无法启动应用程序:JNLP错误   java根据用户输入在PreparedStatement中使用setTime()或setNull()   java EJB与同步   java以object为键通过hashmap进行搜索   java中的模10^9+7   针对包含其他对象的对象的java OOP最佳实践   如何将字符串作为HTML代码从Java文件读取到JSP页面?   java我的POM怎么了?“解析表达式..检测到递归表达式循环”   用于Hbase的Mapreduce的java NoSuchMethodError   JAVAlang.SecurityException:权限拒绝:启动意图{act=安卓.Intent.action.MAIN cat=[安卓.Intent.category.LAUNCHER]   数组初始化谜语Java   通过arraylist搜索时的java句柄关联