DevOps é um produto da Microsoft que fornece controle de versão, relatórios, gerenciamento de requisitos, gerenciamento de projetos, compilações automatizadas, gerenciamento de laboratório, recursos de gerenciamento de testes e versões.
Project description
DevopsX
General Information
- Software:DevopsX
- Author:Paulo Sérgio dos Santos Júnior
- Author's e-mail:paulossjunior@gmail.com
- Source Repository: https://gitlab.com/immigrant-data-driven-development/libs/application/azuredevops
Goal
DevOps é um produto da Microsoft que fornece controle de versão, relatórios, gerenciamento de requisitos, gerenciamento de projetos, compilações automatizadas, gerenciamento de laboratório, recursos de gerenciamento de testes e versões.
Documentation
The Documentation can be found in this link
Generate documentation
To create the code documentation:
pdoc --html --force azuredevopsX/ --output docs
Acess code documentation
To accesss the documenation, go to folder docs/devopsX and open index.html
Instalation
To install devopsX, run this command in your terminal:
pip install azuredevopsX
Usage
from azuredevopsX import factories
from pprint import pprint
organization_url = "<DEVOPS URL>"
personal_access_token = "<personal code access>"
project_service = factories.ProjectFactory(personal_access_token=personal_access_token,
organization_url=organization_url)
projects = project_service.get_projects()
for project in projects:
pprint(project.__dict__)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file azuredevopsX-0.4.4-py3-none-any.whl
.
File metadata
- Download URL: azuredevopsX-0.4.4-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2ddc742b8904b777dddd0f31bc1de313da9f7ae76ac3ad07aef0a7cbad712dd |
|
MD5 | 41c2872cc5bf0376f1ab7f52fd053272 |
|
BLAKE2b-256 | 55a311d9678b2cce33f336d4f7be2a352ea0f7eba3e9407d8bcb8192cf4ec21c |