A minimalistic, extensible database and encryption toolkit for Python
Project description
Databank_X
A minimalistic, extensible database and encryption toolkit for Python
Installation
pip install databank-x
Quick Start
from databank_x import basic, saves, security
# Initialize with sample data
basic.basic_List()
# Show current data
print(basic.show_List())
# Add new directory
basic.add_directory("my_data")
# Add data to directory
basic.add_data("Hello World", "my_data")
# Save to JSON
saves.save_json("my_database.json")
Features
- Simple dictionary-based data management
- JSON file operations
- File encryption with Fernet
- Easy to use API
Author
Micro (Micro444)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
databank_x-0.0.2.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file databank_x-0.0.2.tar.gz.
File metadata
- Download URL: databank_x-0.0.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b3aa8743f1b530c6d10ec248ef2fea000c944cd23ff1477cc4859375f648024
|
|
| MD5 |
c1fc898457fa9919a0aed21ad23addac
|
|
| BLAKE2b-256 |
9bf4281f277985fd6b46b6885d23b286a6471d5c9f7ac73aa16d11b5d67e7d01
|
File details
Details for the file databank_x-0.0.2-py3-none-any.whl.
File metadata
- Download URL: databank_x-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3148054fd3138656b78103e4f96f7935b3e33064adca6ca26b7b8e1a5306789e
|
|
| MD5 |
febe49e9bf81d4a7f12ac2de4b06ff82
|
|
| BLAKE2b-256 |
f9b0e29751f5aa08bf6b194eec16257311c979e842efd3cef17bb593994fe1bb
|