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.
Files changed (22) hide show
  1. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/PKG-INFO +6 -5
  2. libhdbpp-python-0.0.31/README +15 -0
  3. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/__init__.py +1 -1
  4. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/libhdbpp_python.egg-info/PKG-INFO +6 -5
  5. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/libhdbpp_python.egg-info/SOURCES.txt +1 -1
  6. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/libhdbpp_python.egg-info/entry_points.txt +0 -1
  7. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/setup.cfg +3 -3
  8. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/setup.py +1 -1
  9. libhdbpp-python-0.0.30/README.md +0 -7
  10. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/LICENSE +0 -0
  11. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/abstract.py +0 -0
  12. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/mariadb/__init__.py +0 -0
  13. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/mariadb/mariadb.py +0 -0
  14. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/mariadb/timeutils.py +0 -0
  15. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/qt/__init__.py +0 -0
  16. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/qt/plot.py +0 -0
  17. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/reader.py +0 -0
  18. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/timescaledb/__init__.py +0 -0
  19. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/hdbpp/timescaledb/timescaledb.py +0 -0
  20. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/libhdbpp_python.egg-info/dependency_links.txt +0 -0
  21. {libhdbpp-python-0.0.30 → libhdbpp-python-0.0.31}/libhdbpp_python.egg-info/requires.txt +0 -0
  22. {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.30
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,5 +1,5 @@
1
1
 
2
- RELEASE = (0,0,30)
2
+ RELEASE = (0,0,31)
3
3
 
4
4
  version_major, version_minor, version_patch = RELEASE
5
5
 
@@ -1,15 +1,16 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libhdbpp-python
3
- Version: 0.0.30
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,5 +1,5 @@
1
1
  LICENSE
2
- README.md
2
+ README
3
3
  setup.cfg
4
4
  setup.py
5
5
  hdbpp/__init__.py
@@ -1,3 +1,2 @@
1
1
  [console_scripts]
2
2
  hdbpp-reader = pyhdbpp.reader:read
3
-
@@ -1,9 +1,9 @@
1
1
  [metadata]
2
2
  name = hdbpp
3
- version = 0.0.1
3
+ version = 0.0.31
4
4
  url = https://gitlab.com/tango-controls/hdbpp/libhdbpp-python
5
- description = HDB++ data extraction for python
6
- long_description = file: README.md
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",
@@ -1,7 +0,0 @@
1
- # Python HdbReader
2
-
3
- New python module for extraction from multiple hdb++ engines.
4
-
5
- For legacy archiving and full hdb++ api (MySQL only) use PyTangoArchiving instead
6
-
7
-