APIlyzer is a python library that aims to analyze the level of maturity of REST APIs, following the Richardson maturity model
Project description
APIlyzer
Table of Contents:
- Description and context
- Documentation
- Prerequisites
- Installation Guide
- How to use?
- Dependencies
- How to contribute
- Team
- License
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
Developers
Yan Sardinha
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.
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
Built Distribution
File details
Details for the file apilyzer-0.7.1.tar.gz
.
File metadata
- Download URL: apilyzer-0.7.1.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3c4b2ea02fd709bee7b46bcb75c1dc36abd1c61968d3ecd6b36b4468b02d7fe |
|
MD5 | 301937ef86ffc69f7e10ef9449d35913 |
|
BLAKE2b-256 | 647bde9a28ad497eb9fddd1803b8bfcafe00c509cbaa0adabd239d9f07b188e8 |
File details
Details for the file apilyzer-0.7.1-py3-none-any.whl
.
File metadata
- Download URL: apilyzer-0.7.1-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25a352efe965c5851535e8c378c389a9c46f91402350002990f88c50f2087ec2 |
|
MD5 | 7ddb0c6ca7c647464d2217444391fa6b |
|
BLAKE2b-256 | 0bbc779c87e137c813c364a1cfd2d689f54b36c65449dab05ebf191d16f2988b |