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:

  • jira - Jira work item events
  • gitlab - GitLab code events
  • github - GitHub pull request events
  • github_actions - GitHub Actions workflow events
  • jenkins - Jenkins build events
  • azuredevops_boards - Azure DevOps work item events
  • azuredevops_pipelines - Azure DevOps pipeline events
  • azuredevops_repos - Azure DevOps repository events
  • bitbucket_repos - Bitbucket repository events
  • bitbucket_pipelines - Bitbucket pipeline events
  • octopus - Octopus Deploy deployment 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.58.163.tar.gz (180.8 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.58.163-py3-none-any.whl (167.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for talentsavvy_improveteam-0.58.163.tar.gz
Algorithm Hash digest
SHA256 747dc2736cf0ee22a683c37866bb41ec80b46b4d5a5e4c5841bb158df6635cc8
MD5 04331b63343e6a1caec6ac125cef4ca3
BLAKE2b-256 947eec61a25e6256a4dddcbb434684e00ba79148856374935aae646ee6b41560

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for talentsavvy_improveteam-0.58.163-py3-none-any.whl
Algorithm Hash digest
SHA256 ae9ee06579d5c4e9e2a4a58df15390bea57141283f0ec08fb785a6e638276be7
MD5 fb133d11a5ffee9526d4992a8e0c3805
BLAKE2b-256 9910870a7f1d2f1431c7968adba979526b494b2780e698e81b15a01aa83a6fd7

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

0.62.184

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

This release

0.58.163 This release

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