EasyAsCache


NameEasyAsCache JSON
Version 0.0.3 PyPI version JSON
download
home_page
Summary
upload_time2023-01-16 14:50:03
maintainer
docs_urlNone
authorVeteranCode
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Easy As Cache
[![Test Coverage](https://img.shields.io/badge/Test%20Coverage-100%25-success)](https://github.com/jacob-h-barrow/Penguin-Services)
[![Security](https://img.shields.io/badge/Secure-True-informational)](https://github.com/jacob-h-barrow/Penguin-Services)
[![Platform](https://img.shields.io/badge/Platform-Ubuntu%2020%2B-critical)](https://github.com/jacob-h-barrow/Penguin-Services)
[![Python Version](https://img.shields.io/badge/Python-3.8%2B-critical)](https://github.com/jacob-h-barrow/Penguin-Services)
[![MIT License](https://img.shields.io/badge/License-MIT-lightgrey)](https://github.com/jacob-h-barrow/Penguin-Services/blob/main/Penguin-Services.png)

![skyvault](https://user-images.githubusercontent.com/117854828/205438474-5aaf5b90-034b-421a-801e-8c1e12a387bd.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[![Test Coverage](https://img.shields.io/badge/Test%20Coverage-100%25-success)](https://github.com/jacob-h-barrow/Penguin-Services)\n[![Security](https://img.shields.io/badge/Secure-True-informational)](https://github.com/jacob-h-barrow/Penguin-Services)\n[![Platform](https://img.shields.io/badge/Platform-Ubuntu%2020%2B-critical)](https://github.com/jacob-h-barrow/Penguin-Services)\n[![Python Version](https://img.shields.io/badge/Python-3.8%2B-critical)](https://github.com/jacob-h-barrow/Penguin-Services)\n[![MIT License](https://img.shields.io/badge/License-MIT-lightgrey)](https://github.com/jacob-h-barrow/Penguin-Services/blob/main/Penguin-Services.png)\n\n![skyvault](https://user-images.githubusercontent.com/117854828/205438474-5aaf5b90-034b-421a-801e-8c1e12a387bd.png)\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"
}
        
Elapsed time: 0.02917s