Skip to main content

TalentSavvy ImproveTeam

Scripts for data extraction scripts from software development systems

Installation

Install the package using pip:

pip install talentsavvy-improveteam

That's it! The package is published on PyPI, so no special index URLs or authentication is required.

This will automatically install all required dependencies:

  • paramiko
  • pytz
  • python-dateutil
  • pandas
  • requests
  • urllib3

Viewing Package Information

To view package information including installation location:

pip show talentsavvy-improveteam

This displays:

  • Package metadata (version, author, etc.)
  • Installation location (Location field)
  • Required dependencies
  • Entry points (available commands)

Accessing This Documentation

The full README documentation is available in several ways:

  1. PyPI Website: View the package page at https://pypi.org/project/talentsavvy-improveteam/

    • The README content is displayed automatically on the package page
  2. Using pip: The pip show command displays basic package information including location and dependencies

  3. Package Metadata: The README is included in the package's metadata (as long_description)

  4. Installed Files: After installation, the README can be found at:

    <site-packages>/talentsavvy_improveteam-<version>.dist-info/metadata.json
    

    Or view the raw README content:

    python -c "import pkg_resources; print(pkg_resources.get_distribution('talentsavvy-improveteam').get_metadata('DESCRIPTION.rst'))"
    

Configuration

The package includes a sample config.json file that contains the configuration template.

Finding the Package Location

To locate where the package files are installed, use the following command to get the Location:

pip show talentsavvy-improveteam

The config.json file is installed at:

<site-packages>/common/config.json

Where <site-packages> is typically:

  • Windows: C:\Python<version>\Lib\site-packages\ (system-wide) or C:\Users\<username>\AppData\Local\Programs\Python\Python<version>\Lib\site-packages\ (user installation)
  • Linux/macOS: /usr/local/lib/python<version>/site-packages/ (system-wide) or ~/.local/lib/python<version>/site-packages/ (user installation)

Setup Instructions

  1. Update config.json with your specific configuration values for each data source you plan to use.

  2. Refer to each extraction script's documentation for the specific configuration keys it requires.

Usage

After installing the package, you can run the data extraction scripts from the command line.

Running Data Extraction Scripts

Each extraction script can be run with the following syntax:

extract_<source> -s <start_date>

Where <source> is one of:

  • azuredevops_boards - Azure DevOps work item events
  • azuredevops_pipelines - Azure DevOps pipeline events
  • azuredevops_repos - Azure DevOps repository events
  • bitbucket_pipelines - Bitbucket pipeline events
  • bitbucket_repos - Bitbucket repository events
  • github - GitHub repository events
  • github_actions - GitHub Actions workflow events
  • gitlab - GitLab repository events
  • gitlab_pipelines - GitLab Pipelines events
  • jenkins - Jenkins build and deployment events
  • jira - Jira work item events
  • octopus - Octopus Deploy deployment events
  • outsystems - OutSystems development events

And <start_date> is optional and should be in YYYY-MM-DD format.

Examples

Extract Jira work items:

extract_jira -s 2025-04-01

Extract GitLab code events:

extract_gitlab -s 2025-04-01

Extract Jenkins builds:

extract_jenkins -s 2025-04-01

If no start date is provided, the scripts will use the last checkpoint date (if available) or a default date.

Output

The extracted data will be saved as CSV files in the directory specified by the EXPORT_PATH key in your config.json file (default: ./export directory).

Each script maintains a checkpoint file to track the last extraction timestamp, allowing for incremental extractions on subsequent runs.

SFTP Upload

After extraction, you can upload the CSV files to an SFTP server:

sftp_upload

This will upload all CSV files from the export directory to the configured SFTP server and delete them locally after successful upload.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

talentsavvy_improveteam-0.62.184.tar.gz (188.2 kB view details)

Uploaded Source

Built Distribution

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

talentsavvy_improveteam-0.62.184-py3-none-any.whl (195.0 kB view details)

Uploaded Python 3

File details

Details for the file talentsavvy_improveteam-0.62.184.tar.gz.

File metadata

File hashes

Hashes for talentsavvy_improveteam-0.62.184.tar.gz
Algorithm Hash digest
SHA256 7a7e69747c81399d6e71e989f6a99272be92e8be33f278631ab82c44c2158a9c
MD5 95005a84f33f7c52dfef6baa9b47f519
BLAKE2b-256 dbbded481188eb8cf684508fdb3bb93ccede7d8ef5b74d00caac6480e3a7f9a1

See more details on using hashes here.

File details

Details for the file talentsavvy_improveteam-0.62.184-py3-none-any.whl.

File metadata

File hashes

Hashes for talentsavvy_improveteam-0.62.184-py3-none-any.whl
Algorithm Hash digest
SHA256 5c4e146acf30f14b0a71d45863155a2d18b13eaf4e256e0ca896ddef0dffd5da
MD5 3055041fe06e9c52146d3722dbb59270
BLAKE2b-256 29c4a2d66bf1d4b890e756c2a540ecf9e61f6d67fbd3ddc4757a5f6911580b1d

See more details on using hashes here.

Release history Release notifications | RSS feed

1.0.197

2 files

0.64.196

2 files

0.64.195

2 files

0.64.194

2 files

0.64.193

2 files

0.64.192

2 files

0.63.191

2 files

0.63.190

2 files

0.63.189

2 files

0.63.188

2 files

0.62.187

2 files

0.62.186

2 files

0.62.185

2 files

This release

0.62.184 This release

2 files

0.61.183

2 files

0.61.182

2 files

0.61.181

2 files

0.61.180

2 files

0.61.179

2 files

0.61.178

2 files

0.61.177

2 files

0.60.176

2 files

0.60.175

2 files

0.60.174

2 files

0.60.173

2 files

0.60.172

2 files

0.60.171

2 files

0.60.170

2 files

0.60.169

2 files

0.60.168

2 files

0.59.167

2 files

0.58.166

2 files

0.58.165

2 files

0.58.164

2 files

0.58.163

2 files

0.58.162

2 files

0.58.161

2 files

0.57.160

2 files

0.56.159

2 files

0.56.158

2 files

0.56.157

2 files

0.56.156

2 files

0.55.155

2 files

0.54.154

2 files

0.53.153

2 files

0.53.152

2 files

0.53.151

2 files

0.53.150

2 files

0.53.149

2 files

0.52.148

2 files

0.52.147

2 files

0.52.146

2 files

0.51.145

2 files

0.51.144

2 files

0.51.143

2 files

0.51.142

2 files

0.51.141

2 files

0.51.140

2 files

0.51.139

2 files

0.51.138

2 files

0.51.137

2 files

0.51.136

2 files

0.51.135

2 files

0.51.134

2 files

0.51.133

2 files

0.51.132

2 files

0.51.131

2 files

0.50.130

2 files

0.50.129

2 files

0.50.128

2 files

0.50.127

2 files

0.50.126

2 files

0.50.125

2 files

0.49.124

2 files

0.49.123

2 files

0.49.122

2 files

0.49.121

2 files

0.48.120

2 files

0.47.119

2 files

0.46.118

2 files

0.46.117

2 files

0.46.116

2 files

0.45.115

2 files

0.44.114

2 files

0.44.113

2 files

0.43.112

2 files

0.42.111

2 files

0.41.110

2 files

0.40.109

2 files

0.40.108

2 files

0.40.107

2 files

0.40.106

2 files

0.40.105

2 files

0.40.104

2 files

0.40.103

2 files

0.40.102

2 files

0.39.101

2 files

0.39.100

2 files

0.38.99

2 files

0.37.98

2 files

0.37.97

2 files

0.37.96

2 files

0.37.95

2 files

0.37.94

2 files

0.37.93

2 files

0.36.92

2 files

0.36.91

2 files

0.35.90

2 files

0.35.89

2 files

0.35.88

2 files

0.35.87

2 files

0.35.86

2 files

0.34.85

2 files

0.33.84

2 files

0.33.82

2 files

0.33.81

2 files

0.33.80

2 files

0.33.79

2 files

0.33.78

2 files

0.33.77

2 files

0.32.76

2 files

0.32.75

2 files

0.32.74

2 files

0.32.73

2 files

0.32.72

2 files

0.32.71

2 files

0.32.70

2 files

0.31.69

2 files

0.30.68

2 files

0.29.67

2 files

0.29.66

2 files

0.29.65

2 files

0.29.64

2 files

0.29.63

2 files

0.29.62

2 files

0.29.61

2 files

0.28.60

2 files

0.28.59

2 files

0.28.58

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page