Metadata-Version: 2.1
Name: Canvas-Syncer-master
Version: 0.0.1
Summary: A small example package
Home-page: https://github.com/pypa/sampleproject
Author: Example Author
Author-email: author@example.com
License: UNKNOWN
Description: # Canvas-Syncer
        
        A script that let you sync your local files / ??? with canvas.
        
        ## Usage
        
        ```bash
        git clone git@github.com:BoYanZh/Canvas-Syncer.git
        cd Canvas-Syncer
        pip install -r requirements.txt
        cp settings.json.example settings.json
        vim settings.json
        python3 main.py
        ```
        
        ### How to get the token?
        
        Open Your Canvas-Account-Approved Integrations-New Access Token
        
        ## Contribution
        
        Please feel free to create issues and pull requests.
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
