Document Loader for bitnami Redmine. Crawl Redmine Issues using WebAPI and gather issue subject, description, comments, attachments. Attachments are parsed with unstructured.io .
Project description
redmine-loader
Document Loader for bitnami Redmine. Crawl Redmine Issues using WebAPI and gather issue subject, description, comments, attachments. Attachments are parsed with unstructured.io .
Usage
from redmine_loader import RedmineLoader
loader = RedmineLoader(
api_key="",
redmine_url="https://www.redmine.org/",
issue_ids=[1, 2],
include_comments=True,
include_attachments=True,
attachment_maxcharsize=1000,
)
for doc in loader.load():
print(doc)
Build
poetry build
Install
poetry install
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redmine_loader-0.1.1.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file redmine_loader-0.1.1.tar.gz
.
File metadata
- Download URL: redmine_loader-0.1.1.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a79969f5e2dffe677a6b85120eca75e9faf6d94dcf996bebb8d4d47375d88e3e |
|
MD5 | d16c8552c470fa410aba318d7cb4c37c |
|
BLAKE2b-256 | f514af9fab8134634d0c540f6980ec6866cfcde2d53c190c4cb75369fb9d26e5 |
File details
Details for the file redmine_loader-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: redmine_loader-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8ffeba5e959c3b6846373d390f1a9588e29dc0b08e9999558776e6caadd418a |
|
MD5 | d411fab822bc2f33bffb238c6273f698 |
|
BLAKE2b-256 | 7217e1a0b08ed8d576f0cd41dff87efaa55373d0c865e157ceb49315e5b3b437 |