libhdbpp-python 0.0.30__tar.gz → 0.0.31__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/PKG-INFO +6 -5
- libhdbpp-python-0.0.31/README +15 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/__init__.py +1 -1
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/libhdbpp_python.egg-info/PKG-INFO +6 -5
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/libhdbpp_python.egg-info/SOURCES.txt +1 -1
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/libhdbpp_python.egg-info/entry_points.txt +0 -1
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/setup.cfg +3 -3
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/setup.py +1 -1
- libhdbpp-python-0.0.30/README.md +0 -7
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/LICENSE +0 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/abstract.py +0 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/mariadb/__init__.py +0 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/mariadb/mariadb.py +0 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/mariadb/timeutils.py +0 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/qt/__init__.py +0 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/qt/plot.py +0 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/reader.py +0 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/timescaledb/__init__.py +0 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/timescaledb/timescaledb.py +0 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/libhdbpp_python.egg-info/dependency_links.txt +0 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/libhdbpp_python.egg-info/requires.txt +0 -0
- {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/libhdbpp_python.egg-info/top_level.txt +0 -0
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: libhdbpp-python
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: Python bindings for Tango Control System Archiving
|
|
3
|
+
Version: 0.0.31
|
|
4
|
+
Summary: Moved to https://pypi.org/project/pyhdbpp (Python bindings for Tango Control System Archiving)
|
|
5
5
|
Home-page: https://gitlab.com/tango-controls/hdbpp/libhdbpp-python
|
|
6
6
|
Author: Sergi Rubio
|
|
7
7
|
Author-email: srubio@cells.es
|
|
8
8
|
License: LGPL-3+
|
|
9
|
-
Description: hdbbpp readers for mariadb and timescaledb
|
|
10
|
-
Extract data from HDB++ Tango Archiving Systems, using either MariaDB or TimeScaleDB
|
|
11
|
-
Platform: UNKNOWN
|
|
12
9
|
Classifier: Programming Language :: Python :: 3
|
|
13
10
|
Requires-Python: >=3.6
|
|
14
11
|
Description-Content-Type: text/markdown
|
|
15
12
|
Provides-Extra: timescaledb
|
|
13
|
+
License-File: LICENSE
|
|
14
|
+
|
|
15
|
+
hdbbpp readers for mariadb and timescaledb
|
|
16
|
+
Extract data from HDB++ Tango Archiving Systems, using either MariaDB or TimeScaleDB
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
RENAMED to pyhdbpp!
|
|
2
|
+
|
|
3
|
+
new pypi project at https://pypi.org/project/pyhdbpp
|
|
4
|
+
|
|
5
|
+
Development continues at https://gitlab.com/tango-controls/hdbpp/libhdbpp-python
|
|
6
|
+
|
|
7
|
+
# Python Hdb++ Reader
|
|
8
|
+
|
|
9
|
+
Python module for extraction from multiple hdb++ engines.
|
|
10
|
+
|
|
11
|
+
Renamed to pyhdbpp, see previous links.
|
|
12
|
+
|
|
13
|
+
For legacy archiving and full hdb++ api (MySQL only) use PyTangoArchiving instead
|
|
14
|
+
|
|
15
|
+
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: libhdbpp-python
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: Python bindings for Tango Control System Archiving
|
|
3
|
+
Version: 0.0.31
|
|
4
|
+
Summary: Moved to https://pypi.org/project/pyhdbpp (Python bindings for Tango Control System Archiving)
|
|
5
5
|
Home-page: https://gitlab.com/tango-controls/hdbpp/libhdbpp-python
|
|
6
6
|
Author: Sergi Rubio
|
|
7
7
|
Author-email: srubio@cells.es
|
|
8
8
|
License: LGPL-3+
|
|
9
|
-
Description: hdbbpp readers for mariadb and timescaledb
|
|
10
|
-
Extract data from HDB++ Tango Archiving Systems, using either MariaDB or TimeScaleDB
|
|
11
|
-
Platform: UNKNOWN
|
|
12
9
|
Classifier: Programming Language :: Python :: 3
|
|
13
10
|
Requires-Python: >=3.6
|
|
14
11
|
Description-Content-Type: text/markdown
|
|
15
12
|
Provides-Extra: timescaledb
|
|
13
|
+
License-File: LICENSE
|
|
14
|
+
|
|
15
|
+
hdbbpp readers for mariadb and timescaledb
|
|
16
|
+
Extract data from HDB++ Tango Archiving Systems, using either MariaDB or TimeScaleDB
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = hdbpp
|
|
3
|
-
version = 0.0.
|
|
3
|
+
version = 0.0.31
|
|
4
4
|
url = https://gitlab.com/tango-controls/hdbpp/libhdbpp-python
|
|
5
|
-
description =
|
|
6
|
-
long_description = file: README
|
|
5
|
+
description = "Moved to https://pypi.org/project/pyhdbpp (Python bindings for Tango Control System Archiving)"
|
|
6
|
+
long_description = file: README
|
|
7
7
|
long_description_content_type = text/markdown
|
|
8
8
|
license = LGPL
|
|
9
9
|
license_file = LICENSE
|
|
@@ -15,7 +15,7 @@ if __name__ == "__main__":
|
|
|
15
15
|
version=version,
|
|
16
16
|
license='LGPL-3+',
|
|
17
17
|
packages=setuptools.find_packages(),
|
|
18
|
-
description="Python bindings for Tango Control System Archiving",
|
|
18
|
+
description="Moved to https://pypi.org/project/pyhdbpp (Python bindings for Tango Control System Archiving)",
|
|
19
19
|
long_description="hdbbpp readers for mariadb and timescaledb\n"
|
|
20
20
|
"Extract data from HDB++ Tango Archiving Systems, using either "
|
|
21
21
|
"MariaDB or TimeScaleDB",
|
libhdbpp-python-0.0.30/README.md
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/libhdbpp_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|