🚀 New open-source project: n8n-flow-manager

After working extensively with n8n on workflow automation, I identified a clear gap in the ecosystem :eyes:

:backhand_index_pointing_right: There wasn’t a Python SDK truly designed for DevOps.

So I decided to build one :hammer_and_wrench:

:bullseye: What makes n8n-flow-manager different?
:white_check_mark: Async-first SDK based on HTTP/X (up to 3x faster than synchronous alternatives)
:white_check_mark: Complete Pydantic models for strong typing and validation
:white_check_mark: Powerful CLI with 8 commands for workflow management
:white_check_mark: Jinja2 templating for multi-environment deployments
:white_check_mark: Smart polling for execution tracking
:white_check_mark: 85% test coverage (79 tests passing)

:light_bulb: What are the practical uses?
• Version control n8n workflows in Git
• Automate deployments to Dev/Staging/Prod
• Integrate with CI/CD pipelines (GitHub Actions, GitLab CI)
• Schedule automatic backups
• Programmatically create and monitor workflows

:package: Quick Installation:
pip install n8n-flow-manager
n8n-py health
n8n-py list-workflows

:link: Links:
• PyPI → https://lnkd.in/d56GafMJ
• GitHub → https://lnkd.in/djcJMVGU
• Docs → Full README with examples

Built with Python 3.9+, httpx, Pydantic, and Typer.
MIT licensed and production-ready :rocket:

Ideal for Data Engineers, DevOps teams, and automation enthusiasts working with n8n :robot:

:speech_balloon: If you try it, I’d love to hear your feedback!
:star: Issues, pull requests, and stars on GitHub are more than welcome!

hashtag#Python hashtag#n8n hashtag#Automation hashtag#DevOps hashtag#OpenSource hashtag#AsyncIO hashtag#DataEngineering