Metadata-Version: 2.1
Name: sqlalchemy-extended
Version: 0.1.1
Summary: Extensions to SQLALchemy
Home-page: https://github.com/kartstig/sqlalchemy_extended
Author: Herman Singh
Author-email: kartstig@gmail.com
License: MIT license
Keywords: sqlalchemy_extended
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: SQLAlchemy (>=1)

===================
sqlalchemy_extended
===================


.. image:: https://img.shields.io/pypi/v/sqlalchemy_extended.svg
        :target: https://pypi.python.org/pypi/sqlalchemy_extended

.. image:: https://tc.spin-flip.com/app/rest/builds/buildType:id:SqlalchemyExtended_TestPython38/statusIcon.svg
        :target: https://tc.spin-flip.com/project/SqlalchemyExtended?mode=trends

.. image:: https://readthedocs.org/projects/sqlalchemy-extended/badge/?version=latest
        :target: https://sqlalchemy-extended.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://codecov.io/gh/Kartstig/sqlalchemy_extended/branch/main/graph/badge.svg?token=j2wU83RPlN
        :target: https://codecov.io/gh/Kartstig/sqlalchemy_extended
        :alt: Codecov




Extensions to SQLALchemy


* Free software: MIT license
* Documentation: https://sqlalchemy-extended.readthedocs.io/en/latest/.


Features
--------
* BaseModel Extensions
        * Easier serialization
        * __eq__ implementation
        * __repr__ implementation
        * update function
        * columns function

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.1 (2022-05-18)
------------------
* Updates to documentation and references

0.1.0 (2022-05-16)
------------------

* First release on PyPI.


