Metadata-Version: 2.4
Name: ff-flow
Version: 0.2.1
Summary: Multi-cloud operation and workflow orchestration
Author: Fenixflow
License: Business Source License 1.1
        
        Licensor: Fenixflow Ltd
        Licensed Work: Fenix Flow
        
        The Licensed Work is provided under the terms of the Business Source License 1.1
        as set forth herein.
        
        Grant of Rights
        
        Subject to the terms of this License, the Licensor hereby grants you a
        non-exclusive, worldwide, non-transferable, non-sublicensable license to use,
        copy, and modify the Licensed Work for your internal business purposes.
        
        Limitations
        
        You may NOT:
        1. Redistribute, resell, or sublicense the Licensed Work or any derivative works
        2. Offer the Licensed Work as a hosted or managed service to third parties
        3. Reverse engineer, decompile, or disassemble the Licensed Work
        4. Remove or alter any proprietary notices, labels, or marks
        
        Change Date: Four years from the date of each release
        
        Change License: Apache License, Version 2.0
        
        On the Change Date, the Licensed Work will be made available under the Change
        License. Until the Change Date, the Licensed Work is provided under this
        Business Source License.
        
        THE LICENSED WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED. IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY ARISING FROM THE USE OF THE LICENSED WORK.
        
        For licensing inquiries, visit https://fenixflow.com
        
Keywords: orchestration,operations,mcp,docker,fenixflow
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.0
Requires-Dist: pydantic-settings>=2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: typer>=0.16.0
Requires-Dist: rich>=13.0
Requires-Dist: python-ulid>=2.0
Requires-Dist: jinja2>=3.1
Requires-Dist: httpx>=0.27
Requires-Dist: docker>=7.0
Requires-Dist: ff-logger>=0.4.3
Requires-Dist: ff-storage[mongo]
Requires-Dist: mcp[cli]>=1.0
Requires-Dist: fastapi>=0.115.0
Provides-Extra: azure
Requires-Dist: azure-mgmt-appcontainers>=4.0; extra == "azure"
Requires-Dist: azure-identity>=1.17; extra == "azure"
Requires-Dist: azure-monitor-query>=1.2; extra == "azure"
Provides-Extra: aws
Requires-Dist: boto3>=1.34; extra == "aws"
Provides-Extra: mcp
Requires-Dist: mcp>=1.0; extra == "mcp"
Provides-Extra: all
Requires-Dist: ff-flow[aws,azure,mcp]; extra == "all"
Provides-Extra: dev
Requires-Dist: pytest>=7.4; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21; extra == "dev"
Dynamic: license-file
