sqlalchemy-connection 2.3.2__tar.gz → 2.3.6__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 (43) hide show
  1. sqlalchemy_connection-2.3.6/MANIFEST.in +2 -0
  2. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/PKG-INFO +1 -1
  3. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/setup.py +1 -1
  4. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connection.egg-info/PKG-INFO +1 -1
  5. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connection.egg-info/SOURCES.txt +3 -0
  6. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/cli.py +2 -3
  7. sqlalchemy_connection-2.3.6/sqlalchemy_connector/temp/PassajirRF.zip +0 -0
  8. sqlalchemy_connection-2.3.6/sqlalchemy_connector/temp/YchysRF.zip +0 -0
  9. sqlalchemy_connection-2.3.6/sqlalchemy_connector/temp/konfirenRF.zip +0 -0
  10. sqlalchemy_connection-2.3.2/MANIFEST.in +0 -1
  11. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/README.md +0 -0
  12. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/setup.cfg +0 -0
  13. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connection.egg-info/dependency_links.txt +0 -0
  14. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connection.egg-info/entry_points.txt +0 -0
  15. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connection.egg-info/requires.txt +0 -0
  16. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connection.egg-info/top_level.txt +0 -0
  17. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/__init__.py +0 -0
  18. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/_builder.py +0 -0
  19. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/real_generator.py +0 -0
  20. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/admin_cart_html_template.html +0 -0
  21. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/admin_html_template.html +0 -0
  22. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/admin_users_html_template.html +0 -0
  23. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/app_template.py +0 -0
  24. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/base_html_template.html +0 -0
  25. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/cart_html_template.html +0 -0
  26. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/catalog_html_template.html +0 -0
  27. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/checkout_html_template.html +0 -0
  28. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/dashboard_html_template.html +0 -0
  29. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/index_html_template.html +0 -0
  30. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/login_html_template.html +0 -0
  31. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/models_template.py +0 -0
  32. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/new_request_html_template.html +0 -0
  33. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/orders_html_template.html +0 -0
  34. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/product_form_html_template.html +0 -0
  35. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/product_html_template.html +0 -0
  36. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/profile_html_template.html +0 -0
  37. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/register_html_template.html +0 -0
  38. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/reviews_html_template.html +0 -0
  39. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/service_detail_html_template.html +0 -0
  40. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/service_form_html_template.html +0 -0
  41. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/services_html_template.html +0 -0
  42. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/slider_js_template.js +0 -0
  43. {sqlalchemy_connection-2.3.2 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/style_css_template.css +0 -0
@@ -0,0 +1,2 @@
1
+ recursive-include sqlalchemy_connector/templates *
2
+ recursive-include sqlalchemy_connector/temp *.zip
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sqlalchemy-connection
3
- Version: 2.3.2
3
+ Version: 2.3.6
4
4
  Summary: Утилита для подключения к локальным SQLite базам данных
5
5
  Author: SQLAlchemy Tools
6
6
  Author-email: support@sqlalchemy-tools.dev
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="sqlalchemy-connection",
5
- version="2.3.2",
5
+ version="2.3.6",
6
6
  author="SQLAlchemy Tools",
7
7
  author_email="support@sqlalchemy-tools.dev",
8
8
  description="Утилита для подключения к локальным SQLite базам данных",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sqlalchemy-connection
3
- Version: 2.3.2
3
+ Version: 2.3.6
4
4
  Summary: Утилита для подключения к локальным SQLite базам данных
5
5
  Author: SQLAlchemy Tools
6
6
  Author-email: support@sqlalchemy-tools.dev
@@ -11,6 +11,9 @@ sqlalchemy_connector/__init__.py
11
11
  sqlalchemy_connector/_builder.py
12
12
  sqlalchemy_connector/cli.py
13
13
  sqlalchemy_connector/real_generator.py
14
+ sqlalchemy_connector/temp/PassajirRF.zip
15
+ sqlalchemy_connector/temp/YchysRF.zip
16
+ sqlalchemy_connector/temp/konfirenRF.zip
14
17
  sqlalchemy_connector/templates/admin_cart_html_template.html
15
18
  sqlalchemy_connector/templates/admin_html_template.html
16
19
  sqlalchemy_connector/templates/admin_users_html_template.html
@@ -68,10 +68,9 @@ def _connection_error():
68
68
 
69
69
  def _get_templates_dir():
70
70
  """Возвращает путь к папке temp с шаблонами."""
71
- # Папка temp находится рядом с пакетом sqlalchemy_connector
71
+ # Папка temp находится внутри пакета sqlalchemy_connector
72
72
  package_dir = os.path.dirname(os.path.abspath(__file__))
73
- project_root = os.path.dirname(package_dir)
74
- return os.path.join(project_root, "temp")
73
+ return os.path.join(package_dir, "temp")
75
74
 
76
75
 
77
76
  def _touch_all_files(directory):
@@ -1 +0,0 @@
1
- recursive-include sqlalchemy_connector/templates *