Skip to content

Commit

Permalink
Readme appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Jul 31, 2018
1 parent 513be1b commit 7f07a6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ GraphI - Python Graph Interface and Types
:alt: License
:target: https://github.com/MaineKuehn/graphi/blob/master/LICENSE.txt

.. code::
flighttime[berlin:london] = 3900
# graph node node value
``GraphI`` is a lightweight graph library - it is suitable to model networks, connections and other relationships.
Compared to other graph libraries, ``GraphI`` aims for being as pythonic as possible.
If you are comfortable using ``list``, ``dict`` or other types, ``GraphI`` is intuitive and straight-forward to use.
Expand All @@ -36,7 +41,7 @@ If you are comfortable using ``list``, ``dict`` or other types, ``GraphI`` is in
At its heart, ``GraphI`` is built to integrate with Python's data model.
It natively works with primitives, iterables, mappings and whatever you need.
For example, creating a multigraph is as simple as using multiple edge values:
For example, creating a multigraph can be as simple as using multiple edge values:

.. code::
Expand Down

0 comments on commit 7f07a6a

Please sign in to comment.