METADATA 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. Metadata-Version: 2.1
  2. Name: SQLAlchemy-Utils
  3. Version: 0.41.2
  4. Summary: Various utility functions for SQLAlchemy.
  5. Home-page: https://github.com/kvesteri/sqlalchemy-utils
  6. Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
  7. Author-email: konsta@fastmonkeys.com
  8. License: BSD
  9. Platform: any
  10. Classifier: Environment :: Web Environment
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: BSD License
  13. Classifier: Operating System :: OS Independent
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 3
  16. Classifier: Programming Language :: Python :: 3.7
  17. Classifier: Programming Language :: Python :: 3.8
  18. Classifier: Programming Language :: Python :: 3.9
  19. Classifier: Programming Language :: Python :: 3.10
  20. Classifier: Programming Language :: Python :: 3.11
  21. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
  22. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  23. Requires-Python: >=3.7
  24. License-File: LICENSE
  25. Requires-Dist: SQLAlchemy >=1.3
  26. Requires-Dist: importlib-metadata ; python_version < "3.8"
  27. Provides-Extra: arrow
  28. Requires-Dist: arrow >=0.3.4 ; extra == 'arrow'
  29. Provides-Extra: babel
  30. Requires-Dist: Babel >=1.3 ; extra == 'babel'
  31. Provides-Extra: color
  32. Requires-Dist: colour >=0.0.4 ; extra == 'color'
  33. Provides-Extra: encrypted
  34. Requires-Dist: cryptography >=0.6 ; extra == 'encrypted'
  35. Provides-Extra: intervals
  36. Requires-Dist: intervals >=0.7.1 ; extra == 'intervals'
  37. Provides-Extra: password
  38. Requires-Dist: passlib <2.0,>=1.6 ; extra == 'password'
  39. Provides-Extra: pendulum
  40. Requires-Dist: pendulum >=2.0.5 ; extra == 'pendulum'
  41. Provides-Extra: phone
  42. Requires-Dist: phonenumbers >=5.9.2 ; extra == 'phone'
  43. Provides-Extra: test
  44. Requires-Dist: pytest ==7.4.4 ; extra == 'test'
  45. Requires-Dist: Pygments >=1.2 ; extra == 'test'
  46. Requires-Dist: Jinja2 >=2.3 ; extra == 'test'
  47. Requires-Dist: docutils >=0.10 ; extra == 'test'
  48. Requires-Dist: flexmock >=0.9.7 ; extra == 'test'
  49. Requires-Dist: psycopg >=3.1.8 ; extra == 'test'
  50. Requires-Dist: psycopg2 >=2.5.1 ; extra == 'test'
  51. Requires-Dist: psycopg2cffi >=2.8.1 ; extra == 'test'
  52. Requires-Dist: pg8000 >=1.12.4 ; extra == 'test'
  53. Requires-Dist: pytz >=2014.2 ; extra == 'test'
  54. Requires-Dist: python-dateutil >=2.6 ; extra == 'test'
  55. Requires-Dist: pymysql ; extra == 'test'
  56. Requires-Dist: flake8 >=2.4.0 ; extra == 'test'
  57. Requires-Dist: isort >=4.2.2 ; extra == 'test'
  58. Requires-Dist: pyodbc ; extra == 'test'
  59. Requires-Dist: backports.zoneinfo ; (python_version < "3.9") and extra == 'test'
  60. Provides-Extra: test_all
  61. Requires-Dist: Babel >=1.3 ; extra == 'test_all'
  62. Requires-Dist: Jinja2 >=2.3 ; extra == 'test_all'
  63. Requires-Dist: Pygments >=1.2 ; extra == 'test_all'
  64. Requires-Dist: arrow >=0.3.4 ; extra == 'test_all'
  65. Requires-Dist: colour >=0.0.4 ; extra == 'test_all'
  66. Requires-Dist: cryptography >=0.6 ; extra == 'test_all'
  67. Requires-Dist: docutils >=0.10 ; extra == 'test_all'
  68. Requires-Dist: flake8 >=2.4.0 ; extra == 'test_all'
  69. Requires-Dist: flexmock >=0.9.7 ; extra == 'test_all'
  70. Requires-Dist: furl >=0.4.1 ; extra == 'test_all'
  71. Requires-Dist: intervals >=0.7.1 ; extra == 'test_all'
  72. Requires-Dist: isort >=4.2.2 ; extra == 'test_all'
  73. Requires-Dist: passlib <2.0,>=1.6 ; extra == 'test_all'
  74. Requires-Dist: pendulum >=2.0.5 ; extra == 'test_all'
  75. Requires-Dist: pg8000 >=1.12.4 ; extra == 'test_all'
  76. Requires-Dist: phonenumbers >=5.9.2 ; extra == 'test_all'
  77. Requires-Dist: psycopg2 >=2.5.1 ; extra == 'test_all'
  78. Requires-Dist: psycopg2cffi >=2.8.1 ; extra == 'test_all'
  79. Requires-Dist: psycopg >=3.1.8 ; extra == 'test_all'
  80. Requires-Dist: pymysql ; extra == 'test_all'
  81. Requires-Dist: pyodbc ; extra == 'test_all'
  82. Requires-Dist: pytest ==7.4.4 ; extra == 'test_all'
  83. Requires-Dist: python-dateutil ; extra == 'test_all'
  84. Requires-Dist: python-dateutil >=2.6 ; extra == 'test_all'
  85. Requires-Dist: pytz >=2014.2 ; extra == 'test_all'
  86. Requires-Dist: backports.zoneinfo ; (python_version < "3.9") and extra == 'test_all'
  87. Provides-Extra: timezone
  88. Requires-Dist: python-dateutil ; extra == 'timezone'
  89. Provides-Extra: url
  90. Requires-Dist: furl >=0.4.1 ; extra == 'url'
  91. SQLAlchemy-Utils
  92. ----------------
  93. Various utility functions and custom data types for SQLAlchemy.