Metadata-Version: 2.3
Name: rcer_iot_client_pkg
Version: 0.3.0
Summary: A client library for IoT projects in the RCER initiative
License: MIT
Author: pedropablozavalat
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aioftp (==0.25.1)
Requires-Dist: aiohttp (==3.11.16)
Requires-Dist: build
Requires-Dist: dotenv (==0.9.9)
Requires-Dist: pydantic (==2.11.3)
Requires-Dist: pytest-cov (==6.1.1)
Description-Content-Type: text/markdown

# rcer_iot_client_pkg

RCER IoT Client Library

## Installation

To install the package, run:

```bash
pip install rcer_iot_client_pkg
```

## Development

This project includes a `Makefile` to simplify common tasks. Below are the available commands:

### Install Basic Dependencies
To install the basic dependencies required for the project, run the following command:

```bash
make install-deps
```

This will ensure that all necessary libraries and tools are installed for the project to function properly.

### Install Development Requirements
For setting up a development environment with additional tools and libraries, execute:

```bash
make dev
```

This command installs all the dependencies needed for development, including testing and linting tools.

### Run Tests
To verify that the code is functioning as expected, you can run the test suite using:

```bash
make test
```

This will execute all the tests in the project and provide a summary of the results.

### Lint the Code
To ensure that the code adheres to the project's style guidelines and is free of common errors, run:

```bash
make lint
```

This command checks the codebase for linting issues and outputs any problems that need to be addressed.

## Contributing
If you're interested in contributing to this project, please follow the contributing guidelines. Contributions are welcome and appreciated!

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`rcer_iot_client_pkg` was created by @pedrozavalat. It is licensed under the terms of the MIT license.

