--- title: Tools & Examples description: Tools and examples for developing with Ocean Protocol. --- ## Tools ### Plecos Plecos is a Python tool to check metadata (a JSON file) to see if it conforms to the [OEP8 schema](https://github.com/oceanprotocol/OEPs/tree/master/8). Plecos wraps the [jsonschema](https://github.com/Julian/jsonschema) validator. Users can use Plecos to check their metadata before sending it to an Aquarius instance. Aquarius can also use it to check metadata. Plecos can be found in [the Plecos repository on GitHub](https://github.com/oceanprotocol/plecos) and as [a Python package in PyPI](https://pypi.org/project/plecos/). Plecos can be used in a microservice to facilitate data onboarding, as described in the [plecos_service repository](https://github.com/oceanprotocol/plecos_service). ## Examples ### squid-py Examples - [The squid-py tutorials in Jupyter notebooks](/tutorials/jupyter-notebooks/) - [The squid_py/examples/ directory of the squid-py repository](https://github.com/oceanprotocol/squid-py/tree/develop/squid_py/examples) - [The squid-py tests](https://github.com/oceanprotocol/squid-py/tree/develop/tests) ### squid-js Examples - [The React App Tutorial](/tutorials/react-setup/) - [The src/examples/ directory of the squid-js repository](https://github.com/oceanprotocol/squid-js/tree/develop/src/examples) - [The squid-js tests](https://github.com/oceanprotocol/squid-js/tree/develop/test) ### squid-java Examples - [The squid-java README.md file](https://github.com/oceanprotocol/squid-java/blob/develop/README.md) - [The squid-java tests](https://github.com/oceanprotocol/squid-java/tree/develop/src/test)