Metadata-Version: 2.1
Name: astra-python
Version: 0.1.0
Summary: Python SDK for the Astra API.
Home-page: https://github.com/AstraFinance/astra-python
Author: Astra, Inc.
Author-email: gil@astra.finance
License: MIT
Description: ### Astra Python SDK
        
        Detailed documentation available at https://docs.astra.finance.
        
        ## Getting Started
        
        # Installation
        
        `pip install astra-python`
        
        ```
        from astra import Astra
        
        astra_client = Astra(MY_CLIENT_ID, MY_CLIENT_SECRET)
        astra_client.create_routine(routine_data, user_access_token)
        ```
        
Keywords: api,client,astra,plaid,dwolla
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
