Skip to main content

A text based no corruption database for python. Easy to use. Made for beginners

Project description

Downloads License: Unlicense version

LbelDB.py

A text based no corruption database for python. Easy to use. Made for beginners

Installation

Use the package manager pip to install LbelDB.py

pip install LbelDB

Usage

import ldb

ldb.init() # general initialization

ldb.create(("name","score")) # creates the dbs first labels or columns

for i in enumerate(scores):
    ldb.update_ri(i[0] , 1 , i[1]) # updates the scores in each row

ldb.store() # stores to the db to the `.lbel` file

ldb.retrieve() # retrieves the db from memory 

ldb.view() # prints the db to the console

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Unlicense

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

LbelDB-0.2.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

LbelDB-0.2.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file LbelDB-0.2.0.tar.gz.

File metadata

  • Download URL: LbelDB-0.2.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for LbelDB-0.2.0.tar.gz
Algorithm Hash digest
SHA256 4069d060c12618eb2e1484c400eeb9f0b14877e5b42e89289cfa6fc7419ada4d
MD5 e025033d561e37cacecc2b80a04d1609
BLAKE2b-256 7a01e7a671463eb372fda6c1dfba93b44283c87bd58e3e7996c8e4fd36125314

See more details on using hashes here.

File details

Details for the file LbelDB-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: LbelDB-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for LbelDB-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 30e9d7830b85100a147d326b85698ee861b321f6843e5bd176f24066a52e31de
MD5 c9988e69991ca8d571643c4a7e7c27de
BLAKE2b-256 9c674ef4f72530120680b6003457e120f297cd982883048f5f8e5124733fe208

See more details on using hashes here.

Supported by

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