Metadata-Version: 2.1
Name: fireflyai
Version: 0.0.54
Summary: Python client for Firefly.ai API
Home-page: UNKNOWN
Author: Firefly.ai
License: UNKNOWN
Description: # Firefly.ai Python SDK
        Firefly.ai python SDK 
        
        ## Documentation
        https://firefly-python-sdk.readthedocs.io/en/latest/
        
        ### Example notebook: 
        https://github.com/NeuralAlgorithms/firefly-python-sdk/blob/master/examples/SDK_example.ipynb
        #### Example notebook using google colab:
        https://colab.research.google.com/github/NeuralAlgorithms/firefly-python-sdk/blob/master/examples/SDK_example.ipynb
        ## Installation:
        
        `pip install fireflyai`
        
        ## Usage:
        
        ```
        import fireflyai as firefly
        
        firefly.authenticate(USER, PASSWORD)
        
        
        ```
        
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
