Skip to main content

lib para buscar wrapper SonarCloud

Project description

SonarCloudX

General Information

Goal

O SonarCloud é um serviço de análise de códifo desenvolvido para detectar problemas em 25 diferentes linguagens de programação. O objetivo da lib é extrair os dados de uma organização na ferramenta.

Instalation

To install sonarcloudX, run this command in your terminal:

pip install sonarcloudx1

Usage

from sonarcloudX1 import factories
from pprint import pprint 

sonar_url = "https://sonarcloud.io"
personal_access_token =  "sonarcloud_token"

service = factories.ProjectFactory(personal_access_token=personal_access_token,sonar_url=sonar_url)
service.set_organization_name(organization_name = 'organization_name')
results = service.get_all(today=False)

print(results)

pprint (len(results))

for item in results:
    pprint (item.__dict__)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

sonarcloudx1-0.12.0-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file sonarcloudx1-0.12.0-py3-none-any.whl.

File metadata

File hashes

Hashes for sonarcloudx1-0.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a088112580f3a4069324b015dcb38ef6e9d8e8f64288b8fa698ef8edc47186d2
MD5 38169ee22333291a27416ebec0bbc9ef
BLAKE2b-256 1c5cf8a93a59d6cf95016f3ea96077cee4f9a63696f4cbcf1988161ac9c487dd

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