Socket
Socket
Sign inDemoInstall

clockify-seon-sspo-client

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    clockify-seon-sspo-client

Responsible for send command to clockify job in sspo


Maintainers
1

Readme

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)

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc