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

If you're not sure about the file name format, learn more about wheel file names.

devops_microsoft_client_etl-4.0.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file devops_microsoft_client_etl-4.0.0-py3-none-any.whl.

File metadata

  • Download URL: devops_microsoft_client_etl-4.0.0-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.7

File hashes

Hashes for devops_microsoft_client_etl-4.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 66e003cf0c61474abe8761ca52e9334198b77ebcda61c96d2dd388e501bedab2
MD5 ab454aae2aec317d137260abc972bda7
BLAKE2b-256 0ccff7a4035e4322f03d45330d8e092e7bb1ae8438a441a0b2099c65638eb3f3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page