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
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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file clockify_seon_sspo_client-2.0.2-py3-none-any.whl
.
File metadata
- Download URL: clockify_seon_sspo_client-2.0.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a440c77a2bcb6e1c7d9349c8d2f1bd2ed0cdd057d8c687627e4d9e2513cb163 |
|
MD5 | 00e79f623ab9bf694ba0cdf3375c5750 |
|
BLAKE2b-256 | 8fb219701a7595ae66f6cdb532a739b53f5e192e08aac08e75408d3de92b0289 |