Metadata-Version: 2.1
Name: treebeard
Version: 0.0.66
Summary: Tools for notebook hosting
Home-page: UNKNOWN
Author: Treebeard Technologies
Author-email: alex@treebeard.io
License: UNKNOWN
Description: # treebeard-lib
        
        Contains functionality for interacting with the scheduler service via the CLI and running builds
        
        ## Development
        
        To run against local services
        
        `export TREEBEARD_ENVIRONMENT=development`
        
        To run against prod services but with Sentry suppressed
        
        `export TREEBEARD_ENVIRONMENT=staging`
        
        ## Code Quality Checks
        
        Clone typeshed into the **repo root**
        
        ```
        git clone https://github.com/python/typeshed.git
        ```
        
        ```
        pyright && python3.7 -m black --check .
        ```
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
