Repository URL to install this package:
Version:
1.0.8-2 ▾
|
wlanpi-profiler
/
opt
/
wlanpi-profiler
/
lib
/
python3.7
/
site-packages
/
profiler
/
__version__.py
|
---|
# _ _ __ _ _
# __ _| | __ _ _ __ _ __ (_) _ __ _ __ ___ / _(_) | ___ _ __
# \ \ /\ / / |/ _` | '_ \| '_ \| |_____| '_ \| '__/ _ \| |_| | |/ _ \ '__|
# \ V V /| | (_| | | | | |_) | |_____| |_) | | | (_) | _| | | __/ |
# \_/\_/ |_|\__,_|_| |_| .__/|_| | .__/|_| \___/|_| |_|_|\___|_|
# |_| |_|
""" version information for profiler """
__title__ = "profiler"
__description__ = "a Wi-Fi client capability analyzer"
__url__ = "https://github.com/wlan-pi/profiler"
__author__ = "Josh Schmelzle"
__author_email__ = "josh@joshschmelzle.com"
__version__ = "1.0.8-1"
__status__ = "alpha"
__license__ = "BSD-3-Clause"