Giter Club home page Giter Club logo

issararab / projectmanagementreportingsoftware Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 13 KB

This repository contains a set of useful python scripts implemented to support the work of project managers/team leads keeping track of their teammembers closed taks, vacation and absences declarations, and time spent in each task/project. The scripts pull customized reports from the 3 team managment web services: ClickUp, Toggl, and TimeButler.

Python 100.00%

projectmanagementreportingsoftware's Introduction

ProjectManagementReportingSoftware

Management reporting scripts. For each python script to work, one has to edit the Config file for the corresponding script with the necessary credentials.

Project Management web services

The directory structure

├── README.md                         <- The README file for the users of this project.
├── ClickUp
│   ├── ClickUp_Config.json           <- The config file of the ClickUp script.
│   └── ClickUp_Tasks_pull_script.py  <- The ClickUp script.
├── TimeButler
│   ├── TButler_Config.json           <- The config file of the TimeButler script.
│   └── TButler.py                    <- The TimeButler script.
├── Toggl
    ├── Toggl_Config.json             <- The config file of the Toggl script.
    └── toggl_data_pull_script.py     <- The Toggl script.

Pre-requisite

For all:

  • Python3.7
  • pandas
  • openpyxl

For ClickUp script:

  • pyclickup

For TimeButler script:

  • requests

For Toggl script:

  • togglPy (pip install -U TogglPy)
  • joblib

projectmanagementreportingsoftware's People

Contributors

issararab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.