Skip to main content

APIlyzer is a python library that aims to analyze the level of maturity of REST APIs, following the Richardson maturity model

Project description

APIlyzer

Documentation Status CI codecov PyPI version pt_br doc

Table of Contents:

Description and context

APIlyzer is a Python library aimed at analyzing the maturity level of REST APIs, following the Richardson maturity model. The goal of this library is to evaluate APIs and generate a report on their maturity level, along with recommendations for improvements so that the API reaches the desired maturity level.

Note: The library is still in development, so it does not have all the features we want to implement.

Documentation

The complete documentation, containing all the details of the project, can be accessed at: https://apilyzer.readthedocs.io/en/latest/

Prerequisites

Make sure you have Python 3.9 or higher installed on your system before proceeding with the installation.

Installation Guide

We recommend creating a virtual environment to install the library in an isolated manner. Follow the commands below for installation:

# Create virtual environment
python -m venv .venv
# Activate virtual environment
source .venv/bin/activate # Linux
.venv\Scripts\activate # Windows
# Install the library
pip install apilyzer

How to use?

APIlyzer offers a command line interface (CLI) for analyzing REST APIs. To know the available commands, run:

apilyzer

Currently, there are 3 subcommands available for this application:

  • verify-rest: Checks if a REST API is documented based on the provided URL and if it is, returns the API response.

  • verify-maturity: Analyzes the maturity level of a REST API based on the Richardson maturity model.

  • test-rate: Performs a number of requests (100 by default) to the API with the aim of validating whether the API has a limit for the number of requests.

Examples of use:

apilyzer verify-rest https://petstore.swagger.io -e v2/swagger
apilyzer verify-maturity https://picpay.github.io/picpay-docs-digital-payments/swagger/checkout.json
apilyzer test-rate https://petstore.swagger.io/v2/pet

More information about the CLI

For more information about the CLI, just run the command below:

apilyzer --help

For more information on CLI subcommands, just run the command below:

apilyzer <subcommand> --help

Dependencies

Main project dependencies:

# Production
python = "^3.9"
httpx = "^0.25.0"
typer = "^0.9.0"
rich = "^13.5.2"

# Development
pytest = "^7.4.2"
pytest-cov = "^4.1.0"
blue = "^0.9.1"
isort = "^5.12.0"
taskipy = "^1.12.0"

# Documentation
mkdocs-material = "^9.3.1"
mkdocstrings = "^0.23.0"
mkdocstrings-python = "^1.7.0"

How to contribute

There are several ways to contribute to the project, be it with code, tests, documentation, among others. See the project documentation in the Documentation section to learn more about how to contribute to the project.

Team

Author

Marco Antônio Martins Porto Netto

GitHub LinkedIn

Developers

Yan Sardinha

GitHub LinkedIn

License

MIT License

Copyright (c) 2023 Marco Antônio Martins Porto Netto

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Open Source Love svg1 made-with-python

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

apilyzer-0.7.0.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

apilyzer-0.7.0-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file apilyzer-0.7.0.tar.gz.

File metadata

  • Download URL: apilyzer-0.7.0.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.5 Linux/5.15.90.1-microsoft-standard-WSL2

File hashes

Hashes for apilyzer-0.7.0.tar.gz
Algorithm Hash digest
SHA256 c148e0c42340daaaa156ea7728a987838fdf07313a22fde75744a11da46e06b8
MD5 df6fc415f0ebb9a3c19ef9cb797ab8f8
BLAKE2b-256 f44f7055eb408ebf69d1bf7dd65c4ffb9b1ed401c2a8116cdd98edb64f8c05ee

See more details on using hashes here.

File details

Details for the file apilyzer-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: apilyzer-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.11.5 Linux/5.15.90.1-microsoft-standard-WSL2

File hashes

Hashes for apilyzer-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f22f532b26ad7f2b9c2e8e9eb2ff2034142f897c2edbf0bf22a86229e5c386f9
MD5 87f492d926f5e4442851e140bac44d65
BLAKE2b-256 0c787e0a6aa27d3f03c007f874972ab2c97cbb9fcfd3960ef42c7cda1795a487

See more details on using hashes here.

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