Documentation
The full documentation is at https://cachelite.readthedocs.org/
Quickstart
Install cachelite:
pip install aliasdict
Then you can use it.
import aliasdict from AliasDict
adct = AliasDict()
#put a key-value
adct["YOUR_KEY"] = "YOUR_VALUE"
#set a alias to key
adct.set_alias("YOUR_KEY", "YOUR_ALIAS")
#get value by alias
adct["YOUR_ALIAS"]
Release files for aliasdict 0.9.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aliasdict-0.9.1.tar.gz | 2.7 kB | Details |
Release files / aliasdict-0.9.1.tar.gz
| Download URL | aliasdict-0.9.1.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d37e25afe968b661b6b40f616d1742f6e22fcf89edbf5cd52b04364937b1feb8
|
|
BLAKE2b-256 checksum How to use checksums |
7cceabea18a898d14ab67d792cef988d0bdd7411914e19d143ffaf9afa9c02b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.6
|