Skip to content

Gyver

Simple toolbox for python development to skip code boilerplate.

Documentation

Source Code

This documentation refers to version 2.7

Authors

@guscardvs

Requirements

  • Python 3.9+

Required

Optional

To use the database parts:

  • Mysql/MariaDB: AioMySQL, PyMySQL (use db-mysql or db-mariadb extras)

  • Postgres: AsyncPG, Psycopg2

  • SQLite: aiosqlite

  • Redis: redis

  • And SQLAlchemy

Installation

pip install gyverDone!

Roadmap

Move database related code to a separate library.

License

This project is licensed under the terms of the MIT license.