src
grepros
src/grepros/__init__.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
"""
3
------------------------------------------------------------------------------
4
This file is part of grepros - grep for ROS bag files and live topics.
5
Released under the BSD License.
6
7
@author Erki Suurjaak
8
@created 31.10.2021
9
@modified 03.01.2024
10
------------------------------------------------------------------------------
11
"""
12
13
__title__ =
"grepros"
14
__version__ =
"1.1.0"
15
__version_info__ = (1, 1, 0)
16
__version_date__ =
"03.01.2024"
17
18
from
. library
import
*
grepros
Author(s): Erki Suurjaak
autogenerated on Sat Jan 6 2024 03:11:29