Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Goblin OGM
AIO Gremlin
Commits
50ed2bdd
Commit
50ed2bdd
authored
Jan 19, 2018
by
davebshow
Browse files
updated project description in docs
parent
84e9be83
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
50ed2bdd
...
...
@@ -2,14 +2,13 @@
[
Official Documentation
](
http://aiogremlin.readthedocs.org/en/latest/
)
`aiogremlin`
is a
port
o
f
the official
`Gremlin-Python`
designed for integration with
`aiogremlin`
is a
n asynchronous DSL based
o
n
the official
`Gremlin-Python`
GLV
designed for integration with
event loop based asynchronous Python networking libraries, including
`asyncio`
,
`aiohttp`
, and
`tornado`
. It uses the
`async/await`
syntax introduced
in PEP 492, and is therefore Python 3.5+ only.
`aiogremlin`
tries to follow
`Gremlin-Python`
as closely as possible both in terms
of API and implementation. It is regularly rebased against the official Apache Git
repository, and will be released according to the TinkerPop release schedule.
of API and implementation. It is released according to the TinkerPop release schedule.
Note that this
*NOT*
an official Apache project component, it is a
*THIRD PARTY PACKAGE!*
...
...
docs/index.rst
View file @
50ed2bdd
...
...
@@ -7,14 +7,13 @@
aiogremlin
==========
`aiogremlin` is a
port
o
f
the official `Gremlin-Python` designed for integration with
`aiogremlin` is a
n asynchronous DSL based
o
n
the official `Gremlin-Python`
GLV
designed for integration with
event loop based asynchronous Python networking libraries, including `asyncio`_,
`aiohttp`_, and `tornado`_. It uses the `async/await` syntax introduced
in `PEP 492`_, and is therefore Python 3.5+ only.
`aiogremlin` tries to follow `Gremlin-Python` as closely as possible both in terms
of API and implementation. It is regularly rebased against the official Apache Git
repository, and will be released according to the `TinkerPop`_ release schedule.
of API and implementation. It is released according to the `TinkerPop`_ release schedule.
Note that this *NOT* an official Apache project component, it is a
*THIRD PARTY PACKAGE!*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment