Skip to content

SOLIDusr/requesto-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requesto-py

Lightweight python wrapper library for psycopg2 and sqlite3 databases without tons of useless code.

current release: v1.2.0-r

GitHub top language GitHub GitHub Repo stars GitHub issues

Ways of Installation (Linux/Windows)

Before installation make sure to install all dependencies!

  1. Clone repo git clone https://github.com/SOLIDusr/requesto-py.git

  2. pip install requesto-py

Docs

You can check docs *here*.

Support

You can create new issue if you have questions, or you found a bug *create* or just message me here reply.naromori@gmail.com using requesto-py as an email topic.

Dependencies

This library currently in testing stage and can be broken somewhere (Tested on python 3.10 and pip 23.3.1). If you found out that this works in versions below stated or doesn't work by any chance or reason - message me Here!

Commit tags

Tag Describtion
sec Security issues
docs Docs update.
upd Adding new features. (Updates)
fix Fixing issues and bugs.
perf Perfomance or time issue fixes.
refactor Change of the code without adding any new features.
revert /undo all the changes to the previous commits
style Some changes of code to improve readability
test Adding tests. (I promise i won't spam main branch with useless things)