METADATA 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. Metadata-Version: 2.1
  2. Name: SQLAlchemy-Utils
  3. Version: 0.38.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.4
  17. Classifier: Programming Language :: Python :: 3.5
  18. Classifier: Programming Language :: Python :: 3.6
  19. Classifier: Programming Language :: Python :: 3.7
  20. Classifier: Programming Language :: Python :: 3.8
  21. Classifier: Programming Language :: Python :: 3.9
  22. Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
  23. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  24. Requires-Python: ~=3.4
  25. Requires-Dist: six
  26. Requires-Dist: SQLAlchemy (>=1.0)
  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 (>=2.7.1) ; 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: mock (==2.0.0) ; 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: mock (==2.0.0) ; extra == 'test_all'
  74. Requires-Dist: passlib (<2.0,>=1.6) ; extra == 'test_all'
  75. Requires-Dist: pendulum (>=2.0.5) ; extra == 'test_all'
  76. Requires-Dist: pg8000 (>=1.12.4) ; extra == 'test_all'
  77. Requires-Dist: phonenumbers (>=5.9.2) ; extra == 'test_all'
  78. Requires-Dist: psycopg2 (>=2.5.1) ; extra == 'test_all'
  79. Requires-Dist: psycopg2cffi (>=2.8.1) ; extra == 'test_all'
  80. Requires-Dist: pymysql ; extra == 'test_all'
  81. Requires-Dist: pyodbc ; extra == 'test_all'
  82. Requires-Dist: pytest (>=2.7.1) ; 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.