Skip to main content

Responsible for send command to clockify job in sspo

Project description

Version

version="v1.1.1"

Goal

Cliente que envia comandos para o job do clockify. Por meio deste cliente é possível que o usuário solicite recuperações de dados do clockify.

Installation

To install clockify_seon_sspo_client, run this command in your terminal:

pip install clockify_seon_sspo_client

Usage:

from pprint import pprint

from clockify_seon_client.factory.factory import Factory
from clockify_seon_client.factory.service_enum import Service

#Chamar essa função para cada projeto que for um workspace
#Associar um ou mais projetos complexos a um workspace do Clockify

organization = "<organization uuid>"
clockify_key = "<clockify key>"
application = "<application uuid>"

scrum_complex_project = Factory.create(Service.ScrumComplexProject)
scrum_complex_project.integrate(organization,clockify_key,application)

scrum_atomicproject = Factory.create(Service.ScrumAtomicProject)
scrum_atomicproject.integrate(organization,clockify_key,application)

team_member = Factory.create(Service.TeamMember)
team_member.integrate(organization,clockify_key,application)

stakeholder_participation = Factory.create(Service.StakeholderParticipation)
stakeholder_participation.integrate(organization,clockify_key,application)

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

clockify_seon_sspo_client-2.0.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

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