schemaΒΆ

πŸ”– “Metadata, for humans.”

Release: v0.1.0 (Installation)

https://img.shields.io/travis/achillesrasquinha/schema.svg?style=flat-square https://img.shields.io/badge/Say%20Thanks-πŸ¦‰-1EAEDB.svg?style=flat-square https://img.shields.io/badge/donate-πŸ’΅-f44336.svg?style=flat-square

schema keeps it simple by fetching you human-readable (and minimal) schemas from data models (provided by schema.org) updated nightly. This ensures that you optionally recieve up-to-date schemas (on the fly) without having schema reinstalled, and speak in the same language with other users too.

>>> import schema
>>> thing = schema.Schema('Thing', dict(url = 'http://bit.ly/2fbwx4m'))

schema officially supports Python 2.7+ and 3.3+.

schema is created and currently maintained by Achilles Rasquinha.