Metadata-Version: 2.1
Name: py-database-gilaxy04
Version: 0.0.1
Summary: database in python made simple
Author: Geoloup Team
Author-email: geoloupo team <franckiebbb@gmail.com>
Project-URL: Homepage, https://github.com/franck403/py_database
Project-URL: Bug Tracker, https://github.com/franck403/py_database/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# py_database

exemple code 

import py_database
from py_database import server

db = py_database

db.danger.newdb("test")
action = db.action("test")
action.add("test","text")
print(action.all())

user = db.user("g7y7y75nnv4oth7777888777777om77g8ju")
user.register_user("test","test")

server.run()
[py_database](https://github.com/franck403/py-database/tree/main/py_database)
