graphql-parser-python:python的GraphQL解析器

时间:2021-05-13 00:52:47
【文件属性】:
文件名称:graphql-parser-python:python的GraphQL解析器
文件大小:99KB
文件格式:ZIP
更新时间:2021-05-13 00:52:47
Python 适用于Python的graphql 这使用的python绑定来生成GraphQL解析器,该解析器生成python数据结构 用法 git clone https://github.com/tallstreet/graphql-parser-python.git cd graphql-parser-python git submodule init git submodule update cd libgraphqlparser cmake . make cp libgraphqlparser.* .. ./example_run.py export PYTHONPATH=$PYTHONPATH:. python test/graphql_test.py
【文件预览】:
graphql-parser-python-master
----.gitignore(10B)
----README.md(477B)
----.gitmodules(107B)
----tests()
--------relay-todo.graphql(2KB)
--------graphql_test.py(34KB)
--------complex-as-possible.graphql(1009B)
--------__init__.py(0B)
--------kitchen-sink.graphql(789B)
----LICENSE(1KB)
----libgraphqlparser.dylib(331KB)
----libgraphqlparser()
----example_run.py(258B)
----graphqlparser()
--------GraphQLParser.py(68KB)
--------exceptions.py(44B)
--------parser.py(14KB)
--------__init__.py(114B)
--------graphql.py(3KB)
----MANIFEST.in(26B)
----setup.py(2KB)

网友评论