Metadata-Version: 2.4
Name: SQLAlchemy-Utils
Version: 0.42.0
Summary: Various utility functions for SQLAlchemy.
Author: Ryan Leckey, Janne Vanhala, Vesa Uimonen
Author-email: Konsta Vesterinen <konsta@fastmonkeys.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/kvesteri/sqlalchemy-utils
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: SQLAlchemy>=1.4
Provides-Extra: test
Requires-Dist: pytest==7.4.4; extra == "test"
Requires-Dist: Pygments>=1.2; extra == "test"
Requires-Dist: Jinja2>=2.3; extra == "test"
Requires-Dist: docutils>=0.10; extra == "test"
Requires-Dist: flexmock>=0.9.7; extra == "test"
Requires-Dist: psycopg>=3.1.8; extra == "test"
Requires-Dist: psycopg2>=2.5.1; extra == "test"
Requires-Dist: psycopg2cffi>=2.8.1; extra == "test"
Requires-Dist: pg8000>=1.12.4; extra == "test"
Requires-Dist: pytz>=2014.2; extra == "test"
Requires-Dist: python-dateutil>=2.6; extra == "test"
Requires-Dist: pymysql; extra == "test"
Requires-Dist: flake8>=2.4.0; extra == "test"
Requires-Dist: isort>=4.2.2; extra == "test"
Requires-Dist: pyodbc; extra == "test"
Provides-Extra: babel
Requires-Dist: Babel>=1.3; extra == "babel"
Provides-Extra: arrow
Requires-Dist: arrow>=0.3.4; extra == "arrow"
Provides-Extra: pendulum
Requires-Dist: pendulum>=2.0.5; extra == "pendulum"
Provides-Extra: intervals
Requires-Dist: intervals>=0.7.1; extra == "intervals"
Provides-Extra: phone
Requires-Dist: phonenumbers>=5.9.2; extra == "phone"
Provides-Extra: password
Requires-Dist: passlib<2.0,>=1.6; extra == "password"
Provides-Extra: color
Requires-Dist: colour>=0.0.4; extra == "color"
Provides-Extra: timezone
Requires-Dist: python-dateutil; extra == "timezone"
Provides-Extra: url
Requires-Dist: furl>=0.4.1; extra == "url"
Provides-Extra: encrypted
Requires-Dist: cryptography>=0.6; extra == "encrypted"
Provides-Extra: test-all
Requires-Dist: pytest==7.4.4; extra == "test-all"
Requires-Dist: Pygments>=1.2; extra == "test-all"
Requires-Dist: Jinja2>=2.3; extra == "test-all"
Requires-Dist: docutils>=0.10; extra == "test-all"
Requires-Dist: flexmock>=0.9.7; extra == "test-all"
Requires-Dist: psycopg>=3.1.8; extra == "test-all"
Requires-Dist: psycopg2>=2.5.1; extra == "test-all"
Requires-Dist: psycopg2cffi>=2.8.1; extra == "test-all"
Requires-Dist: pg8000>=1.12.4; extra == "test-all"
Requires-Dist: pytz>=2014.2; extra == "test-all"
Requires-Dist: python-dateutil>=2.6; extra == "test-all"
Requires-Dist: pymysql; extra == "test-all"
Requires-Dist: flake8>=2.4.0; extra == "test-all"
Requires-Dist: isort>=4.2.2; extra == "test-all"
Requires-Dist: pyodbc; extra == "test-all"
Requires-Dist: Babel>=1.3; extra == "test-all"
Requires-Dist: arrow>=0.3.4; extra == "test-all"
Requires-Dist: pendulum>=2.0.5; extra == "test-all"
Requires-Dist: intervals>=0.7.1; extra == "test-all"
Requires-Dist: phonenumbers>=5.9.2; extra == "test-all"
Requires-Dist: passlib<2.0,>=1.6; extra == "test-all"
Requires-Dist: colour>=0.0.4; extra == "test-all"
Requires-Dist: python-dateutil; extra == "test-all"
Requires-Dist: furl>=0.4.1; extra == "test-all"
Requires-Dist: cryptography>=0.6; extra == "test-all"
Dynamic: license-file

SQLAlchemy-Utils
================

|Build| |Version Status| |Downloads|

Various utility functions, new data types and helpers for SQLAlchemy.


Resources
---------

- `Documentation <https://sqlalchemy-utils.readthedocs.io/>`_
- `Issue Tracker <https://github.com/kvesteri/sqlalchemy-utils/issues>`_
- `Code <https://github.com/kvesteri/sqlalchemy-utils/>`_

.. |Build| image:: https://github.com/kvesteri/sqlalchemy-utils/actions/workflows/test.yaml/badge.svg?branch=master
   :target: https://github.com/kvesteri/sqlalchemy-utils/actions/workflows/test.yaml
   :alt: Tests
.. |Version Status| image:: https://img.shields.io/pypi/v/SQLAlchemy-Utils.svg
   :target: https://pypi.python.org/pypi/SQLAlchemy-Utils/
.. |Downloads| image:: https://img.shields.io/pypi/dm/SQLAlchemy-Utils.svg
   :target: https://pypi.python.org/pypi/SQLAlchemy-Utils/
