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.10.3-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for sonarcloudx1-0.10.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bb191b03f73d5a5a9b578f6c9d13921da3d611ffa7fba8111af603b94a970c7a
MD5 535d05617d08ddbb4a9c4f2d5c703448
BLAKE2b-256 cee9be20a76be50d2407d2b8059b0c61cf270e8a8cf7a092f4f6905fc68d88a8

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