mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-29 17:22:42 +00:00
Let's use the pythonic indenting, quoting and structure in general as specified in PEP 0257. Change-Id: Icd0b4fbd94dabd9a163ae3f6887b236e76c486ab
9 lines
399 B
Python
9 lines
399 B
Python
"""
|
|
GNPy is an open-source, community-developed library for building route planning and optimization tools in real-world mesh optical networks. It is based on the Gaussian Noise Model.
|
|
|
|
Signal propagation is implemented in :py:mod:`.core`.
|
|
Path finding and spectrum assignment is in :py:mod:`.topology`.
|
|
Various tools and auxiliary code, including the JSON I/O handling, is in
|
|
:py:mod:`.tools`.
|
|
"""
|