Metadata-Version: 2.1
Name: caniusethat
Version: 0.2.2
Summary: TODO.
Author: Matteo Pompili
Project-URL: Home, https://github.com/matpompili/caniusethat
Project-URL: Documentation, https://caniusethat.readthedocs.io/
Project-URL: Changelog, https://github.com/matpompili/caniusethat/blob/main/CHANGELOG.md
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyzmq (==23.2.1)

# 👀 caniusethat

[![Documentation Status](https://readthedocs.org/projects/caniusethat/badge/?version=latest)](https://caniusethat.readthedocs.io/en/latest/?badge=latest)
[![PyPI](https://img.shields.io/pypi/v/caniusethat)](https://pypi.org/project/caniusethat/)
[![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen)](https://github.com/matpompili/caniusethat/blob/main/LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Tests](https://github.com/matpompili/caniusethat/actions/workflows/python-package.yml/badge.svg)](https://github.com/matpompili/caniusethat/actions/workflows/python-package.yml)
[![Codacy Code Quality](https://app.codacy.com/project/badge/Grade/524f9decd5824df29734e1c9573a4af5)](https://www.codacy.com/gh/matpompili/caniusethat/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=matpompili/caniusethat&amp;utm_campaign=Badge_Grade)
[![Codacy Coverage](https://app.codacy.com/project/badge/Coverage/524f9decd5824df29734e1c9573a4af5)](https://www.codacy.com/gh/matpompili/caniusethat/dashboard?utm_source=github.com&utm_medium=referral&utm_content=matpompili/caniusethat&utm_campaign=Badge_Coverage)
Can I Use That is a wrapper around PyZMQ that enables easy RPC (remote procedure call) functionality

## Get started

CanIUseThat can be installed via `pip`:

```bash
pip install caniusethat
```
