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:
-
PyPI Website: View the package page at https://pypi.org/project/talentsavvy-improveteam/
- The README content is displayed automatically on the package page
-
Using pip: The
pip showcommand displays basic package information including location and dependencies -
Package Metadata: The README is included in the package's metadata (as
long_description) -
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) orC:\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
-
Update
config.jsonwith your specific configuration values for each data source you plan to use. -
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 eventsazuredevops_pipelines- Azure DevOps pipeline eventsazuredevops_repos- Azure DevOps repository eventsbitbucket_pipelines- Bitbucket pipeline eventsbitbucket_repos- Bitbucket repository eventsgithub- GitHub repository eventsgithub_actions- GitHub Actions workflow eventsgitlab- GitLab repository eventsgitlab_pipelines- GitLab Pipelines eventsjenkins- Jenkins build and deployment eventsjira- Jira work item eventsoctopus- Octopus Deploy deployment eventsoutsystems- 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.
Release files for talentsavvy-improveteam 1.4.209
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| talentsavvy_improveteam-1.4.209.tar.gz | 191.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| talentsavvy_improveteam-1.4.209-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 389.3 kB
Release files / talentsavvy_improveteam-1.4.209.tar.gz
| Download URL | talentsavvy_improveteam-1.4.209.tar.gz |
|---|---|
| Size | 191.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c7efa56699c7a663723c97019c318d2949eb2c183261c7da48e6fd0cc22d12c8
|
|
BLAKE2b-256 checksum How to use checksums |
66b5d609882cb1430547755a1519c14b57c53201686f18a42c2386d54a9fd184
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|
Release files / talentsavvy_improveteam-1.4.209-py3-none-any.whl
| Download URL | talentsavvy_improveteam-1.4.209-py3-none-any.whl |
|---|---|
| Size | 197.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c5327d7b6d4a3bb2946ea37c5dc8a09fcae8b6739317aaaa959c70d5639ab540
|
|
BLAKE2b-256 checksum How to use checksums |
fe7149ff80a3532edd4cf2c6a283768b5b41848eb3ea1d6867111eeaf19c584b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|