Metadata-Version: 2.1
Name: ccl-scratch-tools
Version: 0.0.4
Summary: Tools by which to work with Scratch JSON files.
Home-page: https://github.com/GSE-CCL/scratch-tools
Author: Creative Computing Lab
Author-email: jarchibald@college.harvard.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests

# Scratch Tools
A Python package with which to work with Scratch JSON files.

This project has been relocated to [https://github.com/GSE-CCL/scratch-tools](https://github.com/GSE-CCL/scratch-tools).


## Setup

Make sure you have Python 3.7 or higher. Then install the package by running ```pip install ccl-scratch-tools```.

Check it out on PyPI: [https://pypi.org/project/ccl-scratch-tools/](https://pypi.org/project/ccl-scratch-tools/).

## Documentation

Read the documentation of the package [here](https://ccl-scratch-tools.readthedocs.io/en/latest/).

## Resources
[https://github.com/LLK/scratch-rest-api/wiki/](https://github.com/LLK/scratch-rest-api/wiki/) for API documentation


