Metadata-Version: 2.1
Name: odd-models
Version: 1.0.0
Summary: Open Data Discovery Models
Home-page: https://github.com/opendatadiscovery/odd-contract-package
Author: Open Data Discovery
Author-email: pypi@opendatadiscovery.org
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: connexion (==2.7.0)
Requires-Dist: pydantic (==1.8.2)
Requires-Dist: flask-compress (==1.10.1)

# ODD models package

```
docker build . -t odd-models-dev:build 
    --build-arg ODD_MODELS_VERSION=<VERSION>
    --build-arg TWINE_USERNAME=<TWINE_USERNAME>
    --build-arg TWINE_PASSWORD=<TWINE_PASSWORD>
```

