Metadata-Version: 2.1
Name: S_Taper
Version: 0.6.8
Summary: Simple write-read add-on to SQLite3
Home-page: https://github.com/TheYoungEngineers/SulfTaper
Author: Nikita_Khalitov
Author-email: nik1020031.nik@gmail.com
License: UNKNOWN
Platform: UNKNOWN
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.

