Skip to main content

Database-By-Charan

Project description

Database-By-Charan

Database-By-Charan is a Python library for Storing Your Data Locally In a File.

Installation

Use the package manager pip to install database-by-charan.

pip install Database-By-Charan

Usage

import Database_By_Charan as db

#change Data Storing File Name Or Location , Default Location Is Current directory And Name Of File Is 'data.db'
db.file='store.db'

#add Key,value returns data in dictionary format
data=db.add('key','value')
#data ===> {'key':'value'}

#Return Value of key If There In Data Else Returns None
value=db.val('key')

#Delete key Returns Data If Key Is There In Data Else Returns None
db.delkey('key')

#List All The Keys In Data
list=db.listkeys()

#Get All The Data In Dictionary Format
dataindict=db.getdata()
#dataindict ===> {'key':'value','keys':'values'}

License

Copyright 2022 Charan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Change Log

1 (16/02/2022)

  • First Release

2 (18/02/2022)

  • Second Release

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

Database-By-Charan-2.000.tar.gz (2.9 kB view details)

Uploaded Source

File details

Details for the file Database-By-Charan-2.000.tar.gz.

File metadata

  • Download URL: Database-By-Charan-2.000.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.10.1

File hashes

Hashes for Database-By-Charan-2.000.tar.gz
Algorithm Hash digest
SHA256 f1819fd2b5810c7e7c374cf603384dc092436c686e8ee75ed2a787a1a1be32c2
MD5 f7e5e8318cc8ca02e60e7da463e80401
BLAKE2b-256 69f021f14563eb8aa8210a78eb60b67b801a8b408c8e7af0806b52ce53c3dbca

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