A text based no corruption database for python. Easy to use. Made for beginners
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file LbelDB-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: LbelDB-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 364f38647d79bf4861a2eeead634dacf7162ead9f1448e87a5ed7eb19470de25 |
|
MD5 | 8cd0576131aac8042fc2c411b5601914 |
|
BLAKE2b-256 | 730e21b6f50c3431ba7724f54d642197d07e6b7a7ac1ce79f89e9448c586997e |