Example usage:
import pyfatcache
conn = pyfatcache.get_conn()
conn.delete("a")
print "expect (None, None) / get %s" % (str(conn.get("a")),)
conn.set("a", "a", flags=1)
print "expect ('a', 1) / get %s" % (str(conn.get("a")),)
conn.set("a", dict(name="pyfatcache"))
print "expect ({'name': 'pyfatcache'}, 0) / get %s" % (str(conn.get("a")),)
conn.set("a", None)
print "expect (None, 0) / get %s" % (str(conn.get("a")),)
conn.close()
Release files for pyfatcache 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyfatcache-1.0.0.tar.gz | 2.5 kB | Details |
Release files / pyfatcache-1.0.0.tar.gz
| Download URL | pyfatcache-1.0.0.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1fa48593a2f3ad040f07e3d14c2034a4078086f70dc799dc42263e05b8e4f8a8
|
|
BLAKE2b-256 checksum How to use checksums |
2be5ea1f02c8beb9675107fbb9e839c21cca64615ac531a15d301588772279aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |