mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Merge branch 'master' into edit-wallet-docs
This commit is contained in:
commit
0f493c6bdf
@ -5,7 +5,13 @@ description: Tools and examples for developing with Ocean Protocol.
|
|||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
Coming soon!
|
[Plecos](https://github.com/oceanprotocol/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. Plecos is manually updated with a schema file according to [OEP8](https://github.com/oceanprotocol/OEPs/tree/master/8). Find the tool in [PyPI](https://pypi.org/project/plecos/).
|
||||||
|
|
||||||
|
Plecos can be used in a microservice to facilitate data onboarding, as described in the [plecos_service](https://github.com/oceanprotocol/plecos_service) repository.
|
||||||
|
|
||||||
|
<repo name="Plecos"></repo>
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
@ -28,6 +28,7 @@
|
|||||||
- name: API reference
|
- name: API reference
|
||||||
url: /references/squid-py/
|
url: /references/squid-py/
|
||||||
- name: squid-java
|
- name: squid-java
|
||||||
|
- name: Plecos
|
||||||
|
|
||||||
- group: OceanDB
|
- group: OceanDB
|
||||||
items:
|
items:
|
||||||
|
Loading…
Reference in New Issue
Block a user