Skip to main content

Responsible for sending commands to Seon DevOps microsoft job

Project description

Goal

It is reponsible for sending commands to Devops Microsoft Job ETL

Installation

To install devops_microsoft_client_etl, run this command in your terminal:

pip install devops_microsoft_client_etl

Usage

To use devops_microsoft_client_etl in a Python project:

from pprint import pprint
from devops_microsoft_client_etl.factory.factory import Factory
from devops_microsoft_client_etl.factory.service_enum import Service

project_service = Factory.create(Service.ScrumProject)
team_project_service = Factory.create(Service.ProjectTeam)
team_member_service = Factory.create(Service.TeamMember)
sprint_service = Factory.create(Service.Sprint)
user_story_service = Factory.create(Service.UserStory)
task_service = Factory.create(Service.ScrumDevelopmentTask)
product_backlog_sprint_backlog_service = Factory.create(Service.Product_backlog)


data = {'organization_id': 'organization_seon_uuid', 
                "tfs_key": 'user_tfs_key', 
                "tfs_url": 'url_devops,
                "application": 'application_seon_uuid'} 


pprint ("Buscando o projeto")
projects = project_service.integrate(organization,data)
pprint ("enviando os dados - Team Project")
teams = team_project_service.integrate(organization,data)
pprint ("enviando os dados - Team Member Project")
team_member_service.integrate(organization,data)

pprint ("enviando os dados - Sprint")
sprint_service.integrate(organization,data)

pprint ("enviando as user_story")
user_story_service.integrate(organization,data)

pprint ("enviando as task")
task_service.integrate(organization,data)

pprint ("enviando os dados - Product Backlog")
product_backlog_sprint_backlog_service.integrate(organization,data)

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

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