python-redmine
Library for communicating with a Redmine project management application
What it is and what it does
Python-Redmine is a client library that wraps Redmine's REST API in a Pythonic, ORM-inspired interface. It lets you query, create, update, and delete Redmine resources—projects, issues, users, time entries, and more—using familiar object-oriented patterns rather than raw HTTP calls. The library depends only on requests and supports Python 3.7 through 3.12 and PyPy3.
It's designed for developers who need to automate Redmine workflows, integrate Redmine data into other systems, or build tooling on top of Redmine. The ORM-style API means you work with resource objects and their attributes directly, rather than parsing JSON responses. Standard Edition is open-source under Apache 2.0; a Pro Edition with extended plugin support is available commercially.
Use it for:
- Automate issue creation and status updates in bulk from external data sources or CI/CD pipelines.
- Extract project and issue data for reporting, analytics, or integration with business intelligence tools.
- Build custom dashboards or monitoring tools that pull real-time data from Redmine.
- Synchronize Redmine issues with external ticketing or project management systems.
- Manage time entries and project resources programmatically for resource planning automation.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python-Redmine provides a Django ORM-style Pythonic API for interacting with Redmine project management servers via their REST API, supporting resource creation, retrieval, filtering, and updates.
Yes, if you need to integrate with a Redmine server and want a stable, well-documented Python client. The library is production-ready (Development Status 5), has no known vulnerabilities, and low install friction. However, note that maintenance is dormant (last release 866 days ago)—suitable for established integrations but not ideal if you need active upstream support or compatibility with very recent Redmine versions. Verify your Redmine version compatibility before adopting.
Install
python-redmine on PyPI
pip
pip install python-redmineuv
uv add python-redminepoetry
poetry add python-redmineInstalling python-redmine
Before you install
Low install friction with a single dependency (requests >= 2.31.0). Dormant maintenance status—last release was 866 days ago (2024-03-31), though the repository remains active with recent commits and no archived status. Suitable for stable, established Redmine integrations but not for projects requiring active upstream development.
License in practice
Apache 2.0 permissive license allows commercial and private use with minimal restrictions. Standard Edition is open-source; a Pro Edition with proprietary licensing is available separately for purchase.
Quickstart
pip install python-redmine
from python_redmine import Redmine
redmine = Redmine('http://demo.redmine.org', username='foo', password='bar')
project = redmine.project.get('vacation')
print(project.issues[0].subject)
Requires Redmine server running with REST API enabled; requests >= 2.31.0 is mandatory as of version 2.5.0.
Verify before relying
- Whether Pro Edition features (RedmineUP plugins) are available and what their licensing terms entail.
- Current state of Redmine server compatibility—changelog mentions Redmine >= 5.0.0 for some features but does not specify maximum supported version.
- Performance characteristics when working with large result sets or deeply nested resource relations.
Package facts
| License | Apache 2.0 (permissive) |
| Python support | supports the current Python release (<4,>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — requests |
| Maintenance | dormant — 866 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 195,688/month — #9,807 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: python_redmine-2.5.0-py3-none-any.whl
Keywords: redmine, redmineup, redminecrm, redminelib, easyredmine
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
azure-mgmt-authorizationManages Azure role-based access control, role…
permissive · top 5,000 on PyPI
azure-mgmt-hanaonazureProvides a Python client library to manage SAP…
unclear · top 5,000 on PyPI
pulp-cliA command-line interface for interacting with…
copyleft · top 15,000 on PyPI
mygeotabMyGeotab is a Python client library for the…
permissive · top 15,000 on PyPI
pysignalclirestapiPython client library for the Signal Cli REST…
permissive · top 15,000 on PyPI
paypalrestsdkA REST client library for integrating PayPal…
unclear · top 5,000 on PyPI
prismaPrisma Client Python is a type-safe ORM that…
permissive · top 5,000 on PyPI
azure-mgmt-resourcegraphProvides a Python client library to query and…
unclear · top 5,000 on PyPI
newrelic-apiA Python client for interacting with New…
permissive · top 15,000 on PyPI
sib-api-v3-sdkPython SDK for the SendinBlue REST API,…
unclear · top 15,000 on PyPI