Metadata-Version: 2.0
Name: sqlalchemy-cruder
Version: 0.1.0
Summary: Based on Alchemy, providing crud API for table operation.
Home-page: https://github.com/fanqingsong/sqlalchemy_cruder
Author: Lightsong
Author-email: qsfan@qq.com
License: MIT license
Keywords: sqlalchemy_cruder
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: Click (>=7.0)

# sqlachemy_cruder


[![pypi](https://img.shields.io/pypi/v/sqlalchemy_cruder.svg)](https://pypi.org/project/sqlachemy_cruder/)
[![python](https://img.shields.io/pypi/pyversions/sqlalchemy_cruder.svg)](https://pypi.org/project/sqlachemy_cruder/)
[![Build Status](https://github.com/fanqingsong/sqlalchemy_cruder/actions/workflows/dev.yml/badge.svg)](https://github.com/fanqingsong/sqlachemy_cruder/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/fanqingsong/sqlalchemy_cruder/branch/main/graphs/badge.svg)](https://codecov.io/github/fanqingsong/sqlachemy_cruder)



provide crud utils


* Documentation: <https://fanqingsong.github.io/sqlalchemy_cruder>
* GitHub: <https://github.com/fanqingsong/sqlalchemy_cruder>
* PyPI: <https://pypi.org/project/sqlalchemy_cruder/>
* Free software: MIT


## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [waynerv/cookiecutter-pypackage](https://github.com/waynerv/cookiecutter-pypackage) project template.


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

0.1.0 (2023-02-25)
------------------

* First release on PyPI.


