Metadata-Version: 2.3
Name: li-memcached-client
Version: 0.2.1
Summary: Package that helps to get memcached iteractions
Keywords: li,memcached,stats
Author: Alini Ribeiro
Author-email: aliniribeiroo@gmail.com
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Documentation, https://github.com/liniribeiro/li-memcached-client
Project-URL: Homepage, https://github.com/liniribeiro/li-memcached-client
Project-URL: Source, https://github.com/liniribeiro/li-memcached-client
Description-Content-Type: text/markdown

# li-memcached-client

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/liniribeiro/li-memcached-client/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/liniribeiro/li-memcached-client/tree/main)

li-memcached-client is a Python library   

## Installation
To install the li-memcached-client package, use the following command:

```
pip3 install li-memcached-client
```


## Usage 
...

## 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.
