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.1.tar.gz
(2.8 MB
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.1.tar.gz.
File metadata
- Download URL: databank_x-0.0.1.tar.gz
- Upload date:
- Size: 2.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5efa14e08d43f34d6c14c0f3f9c0fb43201eb197a549d0045b84ccbfcf0a9b19
|
|
| MD5 |
dffab75eb474c899bbe451067ee161cf
|
|
| BLAKE2b-256 |
5a61dec36b902286bad1cd94f4d0436f3fdfff9de61270840ced8bb4a08b0766
|
File details
Details for the file databank_x-0.0.1-py3-none-any.whl.
File metadata
- Download URL: databank_x-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be51c240fa2842611a8c64993708cb5df3063d570cccf15508742fff838df37c
|
|
| MD5 |
a6e25566a4b7001506fdd386f937fbe8
|
|
| BLAKE2b-256 |
dcce538929d9121c19a40a15c255a69d382553b060cfb9b88b962a860c2c2c89
|