Betterjsondb

Latest version: v0.1.9

Safety actively analyzes 625095 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.8

• Added file checker.
If connected file not exists library will create it and write `{}` to it.
• Added module `warnings` for future. It wiil warn you in console if something gets bad, but not critical for work.

0.1.7

- Added ability to get full dictionary of file.
py
import betterjsondb

db = betterjsondb.connect(file="tests.json", prefix="~")

print(db.get("all"))

- Added some typehints (hellowfacey, hi!).
py
... -> typing.Union[bool, None]

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.