Skip to main content

Modular Python framework for implementing REST API clients

Project description

ezrest

Modular Python framework for implementing REST API clients

Overview

ezrest is a modular Python library crafted to streamline and standardize REST API client development. This package offers design patterns without concrete implementations, empowering developers to customize behaviors for distinct APIs. Its primary aim is not to offer a comprehensive solution but to serve as a blueprint for creating straightforward and maintainable API clients.

Features

  • Modular design - tailored usage: ezrest is structured into independent modules, allowing developers to selectively utilize only the required components. This approach ensures streamlined code implementation, eliminating the need for unnecessary features.

  • Best practices templates: ezrest aims to serve as a guiding template for REST API client development, mitigating the risk of adopting poor practices. Developers can adhere to designated design patterns and recommendations to craft API clients that are both maintainable and performant.

Installation

Requirements: Python 3.8+

pip install ezrest
# Or by providing specific version:
pip install ezrest==0.2.0

Usage

Please refer to the documentation pages on how to use this module.

Contributing

All forms of contribution are welcome. If you have ideas for new features, improvements or bug fixes, please open an issue or submit a pull request on GitHub.

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ezrest-0.2.0.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

ezrest-0.2.0-py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page