Metadata-Version: 2.1
Name: S_Taper
Version: 0.8.0.1
Summary: Simple write-read add-on to SQLite3
Home-page: https://github.com/TheYoungEngineers/SulfTaper
Author: Nikita_Khalitov
Author-email: nik1020031.nik@gmail.com
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

 
                                 ▄▄▄██████████████████▄▄▄
                            ▄███████████████████████████████▄▄
                         ▄██████████████████████████████████████∩
                         ███████████████████████████████████████Ü
                         ████      ▀▀████████████████▀      ▐███Ü
                         ████         ╙███████████▀         ▐███Ü
                         ████    ▄▄ ╒▄▄ ╙███████▀           ▐███Ü
                         ████  ▄▀▒▄██▄░█  █████▀    ▄█▄▄    ▐███Ü
                         ████  █╢█████▌▒▌  ███▌    █████Γ   ▐███Ü
                         ████   ▄▒▀██▀µ┐   ╘██      ▀▀▀▀    ▐███Ü
                         ████    ▀▀▀▀▀▀     █▌              ▐███Ü
                         ████▄              ▐              ▄███▀   ▄▄▄▄▄███████████████████
                         ███████▄                       ╓▄██▀└ ▄███████████████████████████
                         ██████████▄▄               ╓▄████▀ ▄██████████████████████████████
                         ██████████████████▄▄▄▄█████████▀ ▄████████████████████████████████
                         ██████████████████████████████▀ ██████████████▀▀▀▀████████████████
                         █████████████████████████████▌ ███████████▀ ▄▄████▄▄ ▀████████████
                         ▐████████████████████████████ ▐█████████▀    ▄▄▄▄▄ ▀█▄ ▀██████████
                          ███████████████████████████▌ █████████▌ ▄ ╓█▀       ▀└ ██████████
                          ▀██████████████████████████  █████████⌐▐█ █▌      ▐▌ █ ▐█████████
                           ██████████████████████████▌ █████████▌ █▄▀█µ    ▄█▀▐█ ██████████
                            ██████████████████████████ ▐█████████▄└█▄ ▀▀ ▀▀▀╓██ ▄█████████▌
                             █████████████████████████▄ ███████████▄ ▀▀████▀▀ ▄███████████
                              ▀████████████████████████▄ ██████████████▄▄▄▄██████████████
                                ▀███████████████████████▄ ▀████████████████████████████▀
                                  ▀███████████████████████▄ ▀████████████████████████▀
                                     ▀██████████████████████▄  ▀██████████████████▀
                                        ▀▀█████████████████████▄  ╙▀▀▀██████▀▀▀
                                              ▀▀▀▀██████████████




                          █    ▀▄  █       ▐    ▀▄   Æ▀   ▀▄    ▐     █   Æ▀  └▀═    ▓▀
                          █    ╓▀  █╓╓╓╓╓  ▐▄╓╓▄▄▀  █       ▌   ▐     █  █          ▓  ▀
                          █¬¬ ▀⌐   █       ▐     ▐  █      ▐    ▐     █  ▀         █ππππ█
                          ▓    ╙¥  █▄▄▄▄▄  ▐▄▄▄≡∞▀   ▀∞▄▄æ╝     ▐     █   ▀¥▄▄▄º  ▀      ▀
     

This module is an add-on to sqlite3. It helps to perform the simplest tasks with tables: reading and writing. 
It was created as part of a Python programming course for high school students, but you can use it too.
