Simple persistent Python data structures.
Project description
gilas
Simple persistent Python data structures.
Usage
from gilas import plist, pdict
arr = plist()
arr.append(10)
arr.append(20)
print(arr[0])
items = pdict()
items["key"] = "value"
print(items["key"])
Each object stores its data in a local SQLite file named .gilas.db. Objects keep a stable id you can use to reload them later in a new process.
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
gilas-0.1.0.tar.gz
(4.7 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
gilas-0.1.0-py3-none-any.whl
(4.9 kB
view details)
File details
Details for the file gilas-0.1.0.tar.gz.
File metadata
- Download URL: gilas-0.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e1ea13a59f2a6eeeca9b65697d338aa251bdb68ae8a0303c8f4d920c651524f
|
|
| MD5 |
580c6b7992aa985ad42d707fb895ec3c
|
|
| BLAKE2b-256 |
148ab624aaad58fa87c66f7e68840d6443f7893036c169f1f514481789bdd280
|
File details
Details for the file gilas-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gilas-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 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 |
385c9da83a729a02a31d100838d362a41586a42af1d2b33254d9f93e3ddbd1c0
|
|
| MD5 |
5b516c5453d66a199648cf059401493a
|
|
| BLAKE2b-256 |
e572b66a65b75777405405d57eecee503c5537432eafb96f07bbbaccc1d95af5
|