Skip to main content

A python tool library that covers a wide range of common tools to simplify your work and reduce repetitive code.

Project description

code-simplify

A python tool library that covers a wide range of common tools to simplify your work and reduce repetitive code.

What is in it

  • http utils based on aiohttp, including SSE HANDLER, HEAD, GET, POST, OPTIONS, PUT, PATCH, DELETE.
  • logger template based on logging in std.
  • common crud based on SQLAlchemy, including GET, LIST, CREATE, BULK SAVE, UPDATE, TOTAL, GET PAGING, DELETE, PHYSICAL DELETE, EXECUTE SQL

How to use

just see examples package.

How to install

PyPI (recommend)

$ pip install code-simplify

Local compilation

$ git clone git@github.com:Yaocool/code-simplify.git
$ pip install wheel
$ python setup.py bdist_wheel
$ pip install ./dist/code_simplify-*-py3-none-any.whl

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

code_simplify-1.1.0-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page