Metadata-Version: 2.1
Name: unstract-sdk
Version: 0.1.0
Summary: A framework for writing Unstract Tools/Apps
Home-page: https://unstract.com/sdk
Author: Zipstack Inc
Author-email: devsupport@zipstack.com
License: MIT
Description: # Unstract SDK
        
        ### Tools
        
        #### Create a  scaffolding for a new tool
        
        Example
        
        ```bash
        unstract-tool-gen --command NEW --tool-name <name of tool> \
         --location ~/path_to_repository/unstract-tools/ --overwrite false
        ```
        
        Supported commands:
        
        - `NEW` - Create a new tool
        
        #### Environment variables required for all Tools
        
        - `PLATFORM_SERVICE_HOST`
        - `PLATFORM_SERVICE_PORT`
        - `PLATFORM_SERVICE_API_KEY`
        
        #### Environment variables required for various LLMs
        
        - Azure OpenAI
            - `OPENAI_API_KEY`
            - `OPENAI_API_BASE`
            - `OPENAI_API_VERSION`
            - `OPENAI_API_ENGINE`
            - `OPENAI_API_MODEL`
        
Keywords: unstract tools-development-kit apps -development-kit sdk
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Requires-Python: <=3.11
Description-Content-Type: text/markdown
