APIlyzer is a python library that aims to analyze the level of maturity of REST APIs, following the Richardson maturity model
Project description
English documentation version in progress...
APIlyzer
Tabela de conteúdos:
- Descrição e contexto
- Documentação
- Guia de instalação
- Como usar?
- Dependências
- Como contribuir
- Equipe
- Licença
Descrição e contexto
O APIlyzer é uma biblioteca python que tem como objetivo analizar o nível de maturidade de APIs REST, seguindo o modelo de maturidade de Richardson. O objetivo da biblioteca é ser capaz de analizar APIs e gerar um relatório com o nível de maturidade da mesma, além de recomendações de melhorias para que a API atinja o nível de maturidade desejado.
Observação: A biblioteca ainda está em desenvolvimento, portanto, não possui todas as funcionalidades que queremos implementar.
Documentação
Acesse a documentação contendo todos os detalhes do projeto em: https://apilyzer.readthedocs.io/en/latest/
Guia de instalação
Para instalar a biblioteca, recomendamos a criação de um ambiente virtual, para que a mesma seja instalada de forma isolada. Para isso, basta executar os comandos abaixo:
Criar ambiente virtual:
python -m venv .venv
Ativar ambiente virtual:
source .venv/bin/activate # Linux
.venv\Scripts\activate # Windows
Instalar a biblioteca:
pip install apilyzer
Como usar?
A biblioteca oferece uma CLI para que você possa analizar APIs REST via linha de comando. Para saber quais são os comandos disponíveis, basta executar o comando abaixo:
apilyzer
Esse comando retornará uma lista com os comandos disponíveis, que no momento são:
apilyzer maturity <url>
apilyzer verify-rest <url>
Onde <url>
é a url da API que você deseja analizar, que caso não seja informada, será utilizada a url http://localhost:8000
. Por exemplo:
apilyzer verify-rest https://myapi.com
Mais informações sobre o CLI
Para mais informações sobre o CLI, basta executar o comando abaixo:
apilyzer --help
Para mais informações sobre os subcomandos do CLI, basta executar o comando abaixo:
apilyzer <subcomando> --help
Dependências
Principais dependências do projeto:
# Produção
httpx = "^0.25.0"
typer = "^0.9.0"
rich = "^13.5.2"
# Desenvolvimento
pytest = "^7.4.2"
pytest-cov = "^4.1.0"
blue = "^0.9.1"
isort = "^5.12.0"
taskipy = "^1.12.0"
# Documentação
mkdocs-material = "^9.3.1"
mkdocstrings = "^0.23.0"
mkdocstrings-python = "^1.7.0"
Como contribuir
Há várias formas de contribuir com o projeto, com código, testes, documentação, etc. Acesse a documentação do projeto na seção Documentação para saber mais sobre como contribuir com o projeto.
Equipe
Autor
Marco Antônio Martins Porto Netto
Desenvolvedores
Yan Sardinha
Licença
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.3.0.tar.gz
.
File metadata
- Download URL: apilyzer-0.3.0.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.4 Linux/5.15.90.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2985de201aa3fd433d22d3070f9b69375d5ad40f91efbd0743ef3b93cf8a89d4 |
|
MD5 | 7bb4afdfeb4328388e4aaf2e74f293d3 |
|
BLAKE2b-256 | 9434ce5fa078ca25ad5928106ab48209500adc0792072fdcfbbc114170e570fa |
File details
Details for the file apilyzer-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: apilyzer-0.3.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.4 Linux/5.15.90.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08517b6a525075ec8a31ef4a2911e1f92f2dfcb5df353a114163ce637167e541 |
|
MD5 | 1016893ccb76eb88551c41ead6e8061a |
|
BLAKE2b-256 | 689031ce66df899f0d88de722f7bc5be9d1ae3cf6dee405ecb48deca0df093b1 |