mapepire-python 0.1.6__tar.gz → 0.1.7__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 (34) hide show
  1. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/PKG-INFO +3 -3
  2. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/version.py +1 -1
  3. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python.egg-info/PKG-INFO +3 -3
  4. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/pyproject.toml +3 -2
  5. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/LICENSE +0 -0
  6. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/README.md +0 -0
  7. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/__init__.py +0 -0
  8. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/asyncio/__init__.py +0 -0
  9. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/asyncio/connection.py +0 -0
  10. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/asyncio/cursor.py +0 -0
  11. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/asyncio/utils.py +0 -0
  12. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/base_job.py +0 -0
  13. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/client/__init__.py +0 -0
  14. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/client/query.py +0 -0
  15. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/client/sql_job.py +0 -0
  16. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/client/websocket.py +0 -0
  17. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/core/__init__.py +0 -0
  18. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/core/connection.py +0 -0
  19. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/core/cursor.py +0 -0
  20. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/core/exceptions.py +0 -0
  21. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/core/utils.py +0 -0
  22. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/data_types.py +0 -0
  23. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/pool/__init__.py +0 -0
  24. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/pool/pool_client.py +0 -0
  25. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/pool/pool_job.py +0 -0
  26. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/pool/pool_query.py +0 -0
  27. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/py.typed +0 -0
  28. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/query_manager.py +0 -0
  29. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python/ssl.py +0 -0
  30. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python.egg-info/SOURCES.txt +0 -0
  31. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python.egg-info/dependency_links.txt +0 -0
  32. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python.egg-info/requires.txt +0 -0
  33. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/mapepire_python.egg-info/top_level.txt +0 -0
  34. {mapepire_python-0.1.6 → mapepire_python-0.1.7}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mapepire-python
3
- Version: 0.1.6
4
- Author-email: Allen Institute for Artificial Intelligence <contact@allenai.org>
3
+ Version: 0.1.7
4
+ Author-email: Adam Shedivy <adam.shedivy@ibm.com>, Irfan Sharif <IrfanSharif@ibm.com>
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
7
7
  https://www.apache.org/licenses/
@@ -212,7 +212,7 @@ Classifier: Development Status :: 3 - Alpha
212
212
  Classifier: License :: OSI Approved :: Apache Software License
213
213
  Classifier: Programming Language :: Python :: 3
214
214
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
215
- Requires-Python: >=3.8
215
+ Requires-Python: >=3.9
216
216
  Description-Content-Type: text/markdown
217
217
  License-File: LICENSE
218
218
  Requires-Dist: dataclasses-json>=0.6.4
@@ -2,7 +2,7 @@ _MAJOR = "0"
2
2
  _MINOR = "1"
3
3
  # On main and in a nightly release the patch should be one ahead of the last
4
4
  # released build.
5
- _PATCH = "6"
5
+ _PATCH = "7"
6
6
  # This is mainly for nightly builds which have the suffix ".dev$DATE". See
7
7
  # https://semver.org/#is-v123-a-semantic-version for the semantics.
8
8
  _SUFFIX = ""
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mapepire-python
3
- Version: 0.1.6
4
- Author-email: Allen Institute for Artificial Intelligence <contact@allenai.org>
3
+ Version: 0.1.7
4
+ Author-email: Adam Shedivy <adam.shedivy@ibm.com>, Irfan Sharif <IrfanSharif@ibm.com>
5
5
  License: Apache License
6
6
  Version 2.0, January 2004
7
7
  https://www.apache.org/licenses/
@@ -212,7 +212,7 @@ Classifier: Development Status :: 3 - Alpha
212
212
  Classifier: License :: OSI Approved :: Apache Software License
213
213
  Classifier: Programming Language :: Python :: 3
214
214
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
215
- Requires-Python: >=3.8
215
+ Requires-Python: >=3.9
216
216
  Description-Content-Type: text/markdown
217
217
  License-File: LICENSE
218
218
  Requires-Dist: dataclasses-json>=0.6.4
@@ -15,9 +15,10 @@ classifiers = [
15
15
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
16
16
  ]
17
17
  authors = [
18
- {name = "Allen Institute for Artificial Intelligence", email = "contact@allenai.org"}
18
+ {name = "Adam Shedivy", email = "adam.shedivy@ibm.com"},
19
+ {name = "Irfan Sharif", email = "IrfanSharif@ibm.com"}
19
20
  ]
20
- requires-python = ">=3.8"
21
+ requires-python = ">=3.9"
21
22
  dependencies = [
22
23
  "dataclasses-json>=0.6.4",
23
24
  "websocket-client>=1.2.1",
File without changes