Metadata-Version: 2.4
Name: jf-ingest
Version: 0.0.260
Summary: library used for ingesting jira data
Author-email: jellyfish-oss <oss@jellyfish.co>
License: MIT
Project-URL: Homepage, https://github.com/Jellyfish-AI/jf_ingest
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests-mock==1.11.0
Requires-Dist: pytz>=2023.3.post1
Requires-Dist: psutil>=5.9.6
Requires-Dist: tqdm>=4.66.1
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: requests>=2.31.0
Requires-Dist: pyJWT>=2.10.1
Requires-Dist: opentelemetry-distro>=0.38b0
Requires-Dist: opentelemetry-exporter-otlp>=1.17.0
Requires-Dist: python-gitlab>=5.1.0
Requires-Dist: jira==3.1.1
Requires-Dist: filemagic>=1.6
Requires-Dist: requests-jwt>=0.6.0
Dynamic: license-file

# Jellyfish Ingest

## Description

This is a Pypi Project that is shared between Agent and Managed Ingest (our self hosted prefect tasks) that is responsible for downloading Jira and Git code, and uploading it to our S3 bucket, where it can than be ingested to our database via the import tasks.

## Current State of Project

The current state of this project is 'In Development'. Only parts of this module are live in production. We plan on doing a big Jira Cutover sometime in Q4 of 2023, hopefully. After a successful Jira Launch we will begin rolling out our git ingestion to use this module

## Documentation for local development

https://jelly-ai.atlassian.net/wiki/spaces/JEL/pages/2963210264/Working+with+Jellyfish+Ingest
