Skip to main content

Simple python local database

Project description

JSON DB

Simple python local database

Quick start:

from jsondb import Manager

manager = Manager("database.test")
data = manager.get()
if "nick" not in data: 
    data["nick"] = input("Enter your nickname: ")
    manager.save()
nick = data["nick"]
print("Hello, %s" % nick)
>>> Enter your nickname: ZoomDeveloper
Hello, ZoomDeveloper
Hello, ZoomDeveloper

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jsondbpy-1.1.1.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jsondbpy-1.1.1-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file jsondbpy-1.1.1.tar.gz.

File metadata

  • Download URL: jsondbpy-1.1.1.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for jsondbpy-1.1.1.tar.gz
Algorithm Hash digest
SHA256 3126afd2e2cd9096528579edbba72d57ff1892fe300b120e36760c9c2d3db3ab
MD5 a362a8ee5116a4d8401f2dac345b0866
BLAKE2b-256 548d05b9d1105fea74baf73563e81f98b2ce557df5bc14f4163d8d7f8449a0bd

See more details on using hashes here.

File details

Details for the file jsondbpy-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: jsondbpy-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for jsondbpy-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 29eaed53fa16313778fa2355ef8397e15f25204a3a765e7f003eb63f9db6b1fb
MD5 6e6fb0b0c437fd2bb6aec1f84f383ff6
BLAKE2b-256 aa689a92e2fd6a70741290396acd9d760d57514feb24c7d9ad24a9f79daf636a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page