Skip to main content

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

Project description

LbelDB.py

A text based no corruption database for python. Easy to use. Made with love 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.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

Unlicence

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.1.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

LbelDB-0.1.0-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for LbelDB-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b9916a2979424d7efd5602656f8f0edbff4575028997412c0a0fdb4a980a076f
MD5 d89d6c4c5d6b38d298b1ce8fdafcce54
BLAKE2b-256 d6238375281154f940b263d0c7b232173f882268d510b0cec2d01aa2d702bf20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: LbelDB-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.8 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/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3

File hashes

Hashes for LbelDB-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 730b0bc0d8248f0639d79c63e38042ebe17fa3308f94f57e30b70796c71cfde2
MD5 08e256a3a6c058bd4ee6f7015ce9a08c
BLAKE2b-256 1344a8a6bbbea80c4b5378c5c459aa555af79cc14586e5ae8874261690f03f2d

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