# li-memcached-client
[](https://dl.circleci.com/status-badge/redirect/gh/liniribeiro/li-memcached-client/tree/main)
li-memcached-client is a Python library for connecting into memcached, list, add, get and delete keys.
## Installation
To install the li-memcached-client package, use the following command:
```
pip3 install li-memcached-client
```
## Usage
```
from li_memcached_client import LiMemcachedClient
client = LiMemcachedClient()
```
By default, it connects to localhost on port 11211. If you need to specify a host and/or port:
```
client = LiMemcachedClient(host='1.2.3.4', port='11211')
```
## Local Development
For local development, follow these steps:
1. Build the project:
```
poetry build
```
2. Install the project:
```
poetry install
```
3. Install twine for publishing:
```
python3 -m pip install --upgrade twine
```
## Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
## Contact
For any questions or issues, please contact Alini Ribeiro at aliniribeiroo@gmail.com.
This documentation provides an overview of the li-memcached-stats library, including installation, configuration, usage, and development instructions.
Raw data
{
"_id": null,
"home_page": "https://github.com/liniribeiro/li-memcached-client",
"name": "li-memcached-client",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "li, memcached, stats",
"author": "Alini Ribeiro",
"author_email": "aliniribeiroo@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/7a/a6/80c82e4c502f91ad9ea0de1e8ee2e54649bc55cfae046c684323cee9db44/li_memcached_client-0.2.3.tar.gz",
"platform": null,
"description": "# li-memcached-client\n\n[](https://dl.circleci.com/status-badge/redirect/gh/liniribeiro/li-memcached-client/tree/main)\n\nli-memcached-client is a Python library for connecting into memcached, list, add, get and delete keys.\n\n## Installation\nTo install the li-memcached-client package, use the following command:\n\n```\npip3 install li-memcached-client\n```\n\n## Usage \n```\nfrom li_memcached_client import LiMemcachedClient\nclient = LiMemcachedClient()\n```\nBy default, it connects to localhost on port 11211. If you need to specify a host and/or port:\n\n```\nclient = LiMemcachedClient(host='1.2.3.4', port='11211')\n```\n\n## Local Development\nFor local development, follow these steps:\n\n1. Build the project:\n```\npoetry build\n```\n2. Install the project:\n```\npoetry install\n```\n3. Install twine for publishing:\n```\npython3 -m pip install --upgrade twine\n```\n\n## Contributing\nContributions are welcome! Please open an issue or submit a pull request on GitHub. \n\n## Contact\nFor any questions or issues, please contact Alini Ribeiro at aliniribeiroo@gmail.com. \n\n\nThis documentation provides an overview of the li-memcached-stats library, including installation, configuration, usage, and development instructions.",
"bugtrack_url": null,
"license": null,
"summary": "Package that helps to get memcached iteractions",
"version": "0.2.3",
"project_urls": {
"Documentation": "https://github.com/liniribeiro/li-memcached-client",
"Homepage": "https://github.com/liniribeiro/li-memcached-client",
"Source": "https://github.com/liniribeiro/li-memcached-client"
},
"split_keywords": [
"li",
" memcached",
" stats"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "37407cbcaa399be1288f3c697c601c860c6e19a03fbcdecdf6b1679305e2b0cf",
"md5": "499a0f5b996b2f8eafe0b5dddf56dffc",
"sha256": "6b5cd24a25a3a5bd2d17dca504cb3e09d6761a6b36737b34c6eab786ce2cd408"
},
"downloads": -1,
"filename": "li_memcached_client-0.2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "499a0f5b996b2f8eafe0b5dddf56dffc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 3674,
"upload_time": "2025-02-14T01:29:50",
"upload_time_iso_8601": "2025-02-14T01:29:50.737642Z",
"url": "https://files.pythonhosted.org/packages/37/40/7cbcaa399be1288f3c697c601c860c6e19a03fbcdecdf6b1679305e2b0cf/li_memcached_client-0.2.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7aa680c82e4c502f91ad9ea0de1e8ee2e54649bc55cfae046c684323cee9db44",
"md5": "fc6c20459f6581ba45d3a9be9da168a1",
"sha256": "4e63a79e8d16aeea571858daea2d94a2dfbaf5f4e365fbd442a2a5703994675a"
},
"downloads": -1,
"filename": "li_memcached_client-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "fc6c20459f6581ba45d3a9be9da168a1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 2831,
"upload_time": "2025-02-14T01:29:52",
"upload_time_iso_8601": "2025-02-14T01:29:52.388100Z",
"url": "https://files.pythonhosted.org/packages/7a/a6/80c82e4c502f91ad9ea0de1e8ee2e54649bc55cfae046c684323cee9db44/li_memcached_client-0.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-14 01:29:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "liniribeiro",
"github_project": "li-memcached-client",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"circle": true,
"lcname": "li-memcached-client"
}