| Name | EasyAsCache JSON |
| Version |
0.0.3
JSON |
| download |
| home_page | |
| Summary | |
| upload_time | 2023-01-16 14:50:03 |
| maintainer | |
| docs_url | None |
| author | VeteranCode |
| requires_python | |
| license | MIT |
| keywords |
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# Easy As Cache
[](https://github.com/jacob-h-barrow/Penguin-Services)
[](https://github.com/jacob-h-barrow/Penguin-Services)
[](https://github.com/jacob-h-barrow/Penguin-Services)
[](https://github.com/jacob-h-barrow/Penguin-Services)
[](https://github.com/jacob-h-barrow/Penguin-Services/blob/main/Penguin-Services.png)

- Created By Jacob H Barrow
## America's Future
- Depends on American citizens defending our US Constitution, without it our nation has no identity
## Why Was It Created
- Got tired of memcached articles. Why not create a simple, easy C key-value cache for Python users!
- Baby was asleep so got a prototype out fast!
## Extensions
- Faster start
- Secure operations
## Short Tutorial
``` python
>>> from EasyAsCache import Cached_Table()
>>>
>>> cache = Cached_Table()
>>>
>>> cache.insert_item("ip", "172.168.1.2")
>>> cache.insert_item("ip_version", 4)
>>> cache.insert_item("os_version", 7.1)
>>> cache.insert_item("trusted_anchor_key", bytes("s3cur3", "utf-8"))
>>>
>>> print(cache.get_item("os_version"))
>>>
>>> cache.insert_item("os_version", 8.3)
>>>
>>> print(cache.get_item("os_version"))
>>>
>>> print(f'Deleting os_version from cache: {cache.delete_item("os_version")}')
>>>
>>> print(cache.get_item("os_version"))
```
## Frequency Of Development
- Whenever the baby and wife are sleeping!
## Remember To Drink Your Daily Mead Under The Fort
- If you find this package helpful, follow mascots and join Dumbledore's Army!
Raw data
{
"_id": null,
"home_page": "",
"name": "EasyAsCache",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "VeteranCode",
"author_email": "jacob.h.barrow@gmail.com",
"download_url": "",
"platform": null,
"description": "# Easy As Cache\n[](https://github.com/jacob-h-barrow/Penguin-Services)\n[](https://github.com/jacob-h-barrow/Penguin-Services)\n[](https://github.com/jacob-h-barrow/Penguin-Services)\n[](https://github.com/jacob-h-barrow/Penguin-Services)\n[](https://github.com/jacob-h-barrow/Penguin-Services/blob/main/Penguin-Services.png)\n\n\n\n- Created By Jacob H Barrow\n\n## America's Future\n- Depends on American citizens defending our US Constitution, without it our nation has no identity\n \n## Why Was It Created\n- Got tired of memcached articles. Why not create a simple, easy C key-value cache for Python users!\n- Baby was asleep so got a prototype out fast!\n\n## Extensions\n- Faster start\n- Secure operations\n\n\n## Short Tutorial\n``` python\n>>> from EasyAsCache import Cached_Table()\n>>>\n>>> cache = Cached_Table()\n>>> \n>>> cache.insert_item(\"ip\", \"172.168.1.2\")\n>>> cache.insert_item(\"ip_version\", 4)\n>>> cache.insert_item(\"os_version\", 7.1)\n>>> cache.insert_item(\"trusted_anchor_key\", bytes(\"s3cur3\", \"utf-8\"))\n>>> \n>>> print(cache.get_item(\"os_version\"))\n>>> \n>>> cache.insert_item(\"os_version\", 8.3)\n>>> \n>>> print(cache.get_item(\"os_version\"))\n>>> \n>>> print(f'Deleting os_version from cache: {cache.delete_item(\"os_version\")}')\n>>>\n>>> print(cache.get_item(\"os_version\")) \n```\n## Frequency Of Development\n- Whenever the baby and wife are sleeping!\n\n## Remember To Drink Your Daily Mead Under The Fort\n- If you find this package helpful, follow mascots and join Dumbledore's Army!\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "",
"version": "0.0.3",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6264a2e4910e86910f57533393ce880512c94bb84a61c0e1faf89dce2c4cc1d7",
"md5": "cb019d4124992ba91fba6617f8e077f0",
"sha256": "24f01a647765a95c28bfd20c47ecc0a8315413754fc96f205b7af1e13493cbba"
},
"downloads": -1,
"filename": "EasyAsCache-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cb019d4124992ba91fba6617f8e077f0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5640,
"upload_time": "2023-01-16T14:50:03",
"upload_time_iso_8601": "2023-01-16T14:50:03.378582Z",
"url": "https://files.pythonhosted.org/packages/62/64/a2e4910e86910f57533393ce880512c94bb84a61c0e1faf89dce2c4cc1d7/EasyAsCache-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-16 14:50:03",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "easyascache"
}