redissimple


Nameredissimple JSON
Version 0.11 PyPI version JSON
download
home_pagehttps://github.com/vcjain/redis-simple
SummaryA library to use Redis Package
upload_time2023-02-07 12:54:49
maintainer
docs_urlNone
authorVikash Jain
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Redis-simple

Redis-simple is a Python package that contains handy functions for interacting with Redis Library. 

## Installation and updating
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install RedisSimple like below. 
Rerun this command to check for and install  updates .
```bash
pip install redissimple
```

## Usage
Features:
* functions.get (tenant_id, entity_name, entity_id)  --> Get the data stored for provided key in the Redis Cache.
* functions.set    --> Set the key value pair in the Redis cache
* functions.remove      --> Remove the key from Redis Cache

##
How to create distribution
* Delete existing dist folder on project root directory
* Execute below command on project root directory
** python3 setup.py sdist

How to upload distribution to pypi
python3 -m twine upload --repository pypi dist/*

#### Demo of some of the features:
```python

```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vcjain/redis-simple",
    "name": "redissimple",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Vikash Jain",
    "author_email": "vikash.jain@galaxyweblinks.co.in",
    "download_url": "https://files.pythonhosted.org/packages/bd/e6/b6c8b81c80292a5c28702f3f8038ab06e23b5845ee7c13a84283f9938f73/redissimple-0.11.tar.gz",
    "platform": null,
    "description": "# Redis-simple\n\nRedis-simple is a Python package that contains handy functions for interacting with Redis Library. \n\n## Installation and updating\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install RedisSimple like below. \nRerun this command to check for and install  updates .\n```bash\npip install redissimple\n```\n\n## Usage\nFeatures:\n* functions.get (tenant_id, entity_name, entity_id)  --> Get the data stored for provided key in the Redis Cache.\n* functions.set    --> Set the key value pair in the Redis cache\n* functions.remove      --> Remove the key from Redis Cache\n\n##\nHow to create distribution\n* Delete existing dist folder on project root directory\n* Execute below command on project root directory\n** python3 setup.py sdist\n\nHow to upload distribution to pypi\npython3 -m twine upload --repository pypi dist/*\n\n#### Demo of some of the features:\n```python\n\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library to use Redis Package",
    "version": "0.11",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bde6b6c8b81c80292a5c28702f3f8038ab06e23b5845ee7c13a84283f9938f73",
                "md5": "e3cdb7bf8b215d4577920f6f7de93477",
                "sha256": "ac464114dd416cef5de084aa5871e7c1bbf226e2b28fab3faaef002b4d7ecb5c"
            },
            "downloads": -1,
            "filename": "redissimple-0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "e3cdb7bf8b215d4577920f6f7de93477",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3492,
            "upload_time": "2023-02-07T12:54:49",
            "upload_time_iso_8601": "2023-02-07T12:54:49.623845Z",
            "url": "https://files.pythonhosted.org/packages/bd/e6/b6c8b81c80292a5c28702f3f8038ab06e23b5845ee7c13a84283f9938f73/redissimple-0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-07 12:54:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "vcjain",
    "github_project": "redis-simple",
    "lcname": "redissimple"
}
        
Elapsed time: 0.03851s