thoth-dbmanager 0.5.1__tar.gz → 0.5.3__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 (41) hide show
  1. {thoth_dbmanager-0.5.1/thoth_dbmanager.egg-info → thoth_dbmanager-0.5.3}/PKG-INFO +1 -2
  2. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/pyproject.toml +1 -3
  3. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/core/interfaces.py +1 -1
  4. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/plugins/sqlite.py +1 -0
  5. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3/thoth_dbmanager.egg-info}/PKG-INFO +1 -2
  6. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager.egg-info/requires.txt +0 -1
  7. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/LICENSE +0 -0
  8. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/MANIFEST.in +0 -0
  9. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/README.md +0 -0
  10. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/setup.cfg +0 -0
  11. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/tests/test_lsh_interactive.py +0 -0
  12. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/tests/test_thoth_db_manager_base.py +0 -0
  13. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/ThothDbManager.py +0 -0
  14. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/__init__.py +0 -0
  15. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/adapters/__init__.py +0 -0
  16. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/adapters/mariadb.py +0 -0
  17. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/adapters/postgresql.py +0 -0
  18. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/adapters/sqlite.py +0 -0
  19. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/adapters/sqlserver.py +0 -0
  20. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/core/__init__.py +0 -0
  21. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/core/factory.py +0 -0
  22. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/core/registry.py +0 -0
  23. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/documents.py +0 -0
  24. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/dynamic_imports.py +0 -0
  25. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/helpers/__init__.py +0 -0
  26. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/helpers/multi_db_generator.py +0 -0
  27. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/helpers/preprocess_values.py +0 -0
  28. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/helpers/schema.py +0 -0
  29. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/helpers/search.py +0 -0
  30. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/lsh/__init__.py +0 -0
  31. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/lsh/core.py +0 -0
  32. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/lsh/factory.py +0 -0
  33. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/lsh/manager.py +0 -0
  34. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/lsh/storage.py +0 -0
  35. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/plugins/__init__.py +0 -0
  36. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/plugins/mariadb.py +0 -0
  37. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/plugins/postgresql.py +0 -0
  38. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager/plugins/sqlserver.py +0 -0
  39. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager.egg-info/SOURCES.txt +0 -0
  40. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager.egg-info/dependency_links.txt +0 -0
  41. {thoth_dbmanager-0.5.1 → thoth_dbmanager-0.5.3}/thoth_dbmanager.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: thoth_dbmanager
3
- Version: 0.5.1
3
+ Version: 0.5.3
4
4
  Summary: A Python library for managing SQL databases with support for multiple database types, LSH-based similarity search, and a modern plugin architecture.
5
5
  Author-email: Marco Pancotti <mp@tylconsulting.it>
6
6
  Project-URL: Homepage, https://github.com/mptyl/thoth_dbmanager
@@ -26,7 +26,6 @@ Requires-Dist: datasketch>=1.5.0
26
26
  Requires-Dist: tqdm>=4.60.0
27
27
  Requires-Dist: SQLAlchemy>=1.4.0
28
28
  Requires-Dist: pydantic>=2.0.0
29
- Requires-Dist: pandas>=1.3.0
30
29
  Requires-Dist: requests>=2.25.0
31
30
  Provides-Extra: postgresql
32
31
  Requires-Dist: psycopg2-binary>=2.9.0; extra == "postgresql"
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "thoth_dbmanager"
7
- version = "0.5.1"
7
+ version = "0.5.3"
8
8
  authors = [
9
9
  { name="Marco Pancotti", email="mp@tylconsulting.it" },
10
10
  ]
@@ -31,7 +31,6 @@ dependencies = [
31
31
  "tqdm>=4.60.0",
32
32
  "SQLAlchemy>=1.4.0",
33
33
  "pydantic>=2.0.0",
34
- "pandas>=1.3.0",
35
34
  "requests>=2.25.0",
36
35
  ]
37
36
  [project.optional-dependencies]
@@ -39,7 +38,6 @@ postgresql = ["psycopg2-binary>=2.9.0"]
39
38
  mariadb = ["mariadb>=1.1.0"]
40
39
  sqlserver = ["pyodbc>=4.0.0"]
41
40
  sqlite = []
42
-
43
41
  # Convenience groups
44
42
  all = [
45
43
  "psycopg2-binary>=2.9.0",
@@ -278,4 +278,4 @@ class DbPlugin(ABC):
278
278
  """Get unique values (backward compatibility)"""
279
279
  if not self.adapter:
280
280
  raise RuntimeError("Plugin not initialized")
281
- return self.adapter.get_unique_values()
281
+ return self.adapter.get_unique_values()
@@ -225,3 +225,4 @@ class SQLitePlugin(DbPlugin):
225
225
  return self.adapter.health_check()
226
226
  else:
227
227
  return False
228
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: thoth_dbmanager
3
- Version: 0.5.1
3
+ Version: 0.5.3
4
4
  Summary: A Python library for managing SQL databases with support for multiple database types, LSH-based similarity search, and a modern plugin architecture.
5
5
  Author-email: Marco Pancotti <mp@tylconsulting.it>
6
6
  Project-URL: Homepage, https://github.com/mptyl/thoth_dbmanager
@@ -26,7 +26,6 @@ Requires-Dist: datasketch>=1.5.0
26
26
  Requires-Dist: tqdm>=4.60.0
27
27
  Requires-Dist: SQLAlchemy>=1.4.0
28
28
  Requires-Dist: pydantic>=2.0.0
29
- Requires-Dist: pandas>=1.3.0
30
29
  Requires-Dist: requests>=2.25.0
31
30
  Provides-Extra: postgresql
32
31
  Requires-Dist: psycopg2-binary>=2.9.0; extra == "postgresql"
@@ -2,7 +2,6 @@ datasketch>=1.5.0
2
2
  tqdm>=4.60.0
3
3
  SQLAlchemy>=1.4.0
4
4
  pydantic>=2.0.0
5
- pandas>=1.3.0
6
5
  requests>=2.25.0
7
6
 
8
7
  [all]
File without changes