Metadata-Version: 2.1
Name: deepwto
Version: 0.0.3
Summary: DeepWTO Database API
Home-page: https://github.com/DeepWTO/deepwto-api
Author: zcryoon
Author-email: syyun@snu.ac.kr
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyyaml
Requires-Dist: requests

# DeepWTO API
Pip installable deepwto-api that can read, write and graph-query the [deepwto db](https://github.com/DeepWTO/deepwto-stream). The api is built with [python-boto3](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html).

## How to Query
Check the [example](https://github.com/DeepWTO/deepwto-api/blob/master/deepwto/graphql.py)

## Publish to PyPi
    # make sure change version in setup.py
    python setup.py sdist bdist_wheel
    # if initial publish
    python -m twine upload dist/*
    # elif not initial publish
    python -m twine upload --skip-existing dist/*


