{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/3"}],"enrichment":{"capability":"PyBacklogPy wraps the Backlog API to let you manage issues, wikis, and files in Backlog projects from Python code.","skillfed_tags":["api-client","project-management","abandoned"],"use_cases":["Automate issue creation and updates in Backlog from external systems or batch jobs.","Build wiki pages programmatically or sync documentation from other sources into Backlog.","Download attachments or files from Backlog issues for processing or archival.","Query issue lists and project data to generate reports or dashboards.","Integrate Backlog with CI/CD pipelines to update issue status based on build results."],"what_it_does":"PyBacklogPy is a Python wrapper around the Backlog REST API, allowing you to interact with Backlog project management systems (hosted on backlog.com, backlog.jp, or backlogtool.com) without writing raw HTTP requests. It provides classes for common operations: Issue, Wiki, and file attachment handling. You configure it once with your Backlog domain and API key, then instantiate API classes and call methods that return requests Response objects.\n\nThe library handles authentication and request formatting, but you work directly with the underlying HTTP responses\u2014checking response.ok for success and parsing response.text as JSON for data. File downloads are handled specially, returning both a file path and response object as a tuple. The package is designed for straightforward API access rather than high-level abstractions, so you'll still need to know the Backlog API structure and parameter names.","worth_installing":"No\u2014this package is abandoned (last update 2021-09-18, no commits since) and will not receive fixes for Backlog API changes or Python compatibility issues. If you need to interact with Backlog, consider using requests directly with current Backlog API documentation, or check whether the community has forked an active alternative."},"id":"pybacklogpy","links":{"html":"https://skillfed.io/packages/pybacklogpy","md":"https://skillfed.io/packages/pybacklogpy.md","pypi":"https://pypi.org/project/pybacklogpy/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-09-18","license_spdx":null,"license_treatment":"permissive","name":"pybacklogpy","python_support":"supports_current","summary":"A library for backlog api"},"popularity":{"monthly_downloads":1255151,"position":4155,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.12"}
