mirror of
https://github.com/enpaul/glassy.git
synced 2024-11-14 10:36:53 +00:00
9 lines
298 B
Python
9 lines
298 B
Python
|
"""Tool for generating cool ASCII-based network status panels"""
|
||
|
|
||
|
__title__ = "glassy"
|
||
|
__version__ = "0.1.0"
|
||
|
__license__ = "MIT"
|
||
|
__summary__ = "ASCII network status map generator"
|
||
|
__url__ = "https://github.com/enpaul/glassy/"
|
||
|
__authors__ = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
|