Skip to content

Commit

Permalink
updated project description in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davebshow committed Jan 19, 2018
1 parent 84e9be8 commit 50ed2bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@

[Official Documentation](http://aiogremlin.readthedocs.org/en/latest/)

`aiogremlin` is a port of the official `Gremlin-Python` designed for integration with
`aiogremlin` is an asynchronous DSL based on 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!*
Expand Down
5 changes: 2 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
aiogremlin
==========

`aiogremlin` is a port of the official `Gremlin-Python` designed for integration with
`aiogremlin` is an asynchronous DSL based on 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!*
Expand Down

0 comments on commit 50ed2bd

Please sign in to comment.