sqlalchemy-connection 2.3.3__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 (42) hide show
  1. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/PKG-INFO +1 -1
  2. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/setup.py +1 -4
  3. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connection.egg-info/PKG-INFO +1 -1
  4. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/MANIFEST.in +0 -0
  5. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/README.md +0 -0
  6. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/setup.cfg +0 -0
  7. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connection.egg-info/SOURCES.txt +0 -0
  8. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connection.egg-info/dependency_links.txt +0 -0
  9. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connection.egg-info/entry_points.txt +0 -0
  10. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connection.egg-info/requires.txt +0 -0
  11. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connection.egg-info/top_level.txt +0 -0
  12. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/__init__.py +0 -0
  13. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/_builder.py +0 -0
  14. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/cli.py +0 -0
  15. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/real_generator.py +0 -0
  16. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/temp/PassajirRF.zip +0 -0
  17. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/temp/YchysRF.zip +0 -0
  18. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/temp/konfirenRF.zip +0 -0
  19. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/admin_cart_html_template.html +0 -0
  20. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/admin_html_template.html +0 -0
  21. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/admin_users_html_template.html +0 -0
  22. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/app_template.py +0 -0
  23. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/base_html_template.html +0 -0
  24. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/cart_html_template.html +0 -0
  25. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/catalog_html_template.html +0 -0
  26. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/checkout_html_template.html +0 -0
  27. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/dashboard_html_template.html +0 -0
  28. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/index_html_template.html +0 -0
  29. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/login_html_template.html +0 -0
  30. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/models_template.py +0 -0
  31. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/new_request_html_template.html +0 -0
  32. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/orders_html_template.html +0 -0
  33. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/product_form_html_template.html +0 -0
  34. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/product_html_template.html +0 -0
  35. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/profile_html_template.html +0 -0
  36. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/register_html_template.html +0 -0
  37. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/reviews_html_template.html +0 -0
  38. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/service_detail_html_template.html +0 -0
  39. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/service_form_html_template.html +0 -0
  40. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/services_html_template.html +0 -0
  41. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/slider_js_template.js +0 -0
  42. {sqlalchemy_connection-2.3.3 → sqlalchemy_connection-2.3.6}/sqlalchemy_connector/templates/style_css_template.css +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sqlalchemy-connection
3
- Version: 2.3.3
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.3",
5
+ version="2.3.6",
6
6
  author="SQLAlchemy Tools",
7
7
  author_email="support@sqlalchemy-tools.dev",
8
8
  description="Утилита для подключения к локальным SQLite базам данных",
@@ -16,9 +16,6 @@ setup(
16
16
  long_description_content_type="text/plain",
17
17
  packages=find_packages(),
18
18
  include_package_data=True,
19
- package_data={
20
- "sqlalchemy_connector": ["templates/*", "temp/*.zip"],
21
- },
22
19
  classifiers=[
23
20
  "Programming Language :: Python :: 3",
24
21
  "License :: OSI Approved :: MIT License",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sqlalchemy-connection
3
- Version: 2.3.3
3
+ Version: 2.3.6
4
4
  Summary: Утилита для подключения к локальным SQLite базам данных
5
5
  Author: SQLAlchemy Tools
6
6
  Author-email: support@sqlalchemy-tools.dev