Metadata-Version: 2.1
Name: opendataschema
Version: 0.5.4
Summary: Open Data Schema catalog manipulation library
Home-page: https://framagit.org/opendataschema/opendataschema-python
Author: Pierre Dittgen
Author-email: pierre.dittgen@jailbreak.paris
License: MIT
Description: # Open Data Schema Python client
        
        [![PyPI](https://img.shields.io/pypi/v/opendataschema.svg)](https://pypi.python.org/pypi/opendataschema)
        
        ## Install
        
        ```bash
        pip install opendataschema
        ```
        
        ## Usage
        
        Note: the `schema.json` file can be given as a file path or an URL.
        
        ```bash
        opendataschema schema.json list
        opendataschema schema.json show
        opendataschema schema.json show --name <schema_name>
        opendataschema schema.json show --versions
        ```
        
        ## GitHub API Rate limiting
        
        Because of to the [rate limiting strategy](https://developer.github.com/v3/#rate-limiting) of GitHub API, you may encounter a `github.GithubException.RateLimitExceededException`. To avoid that, generate a private access token in your [tokens settings page](https://github.com/settings/tokens), and set the `GITHUB_ACCESS_TOKEN` environment variable.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
