Metadata-Version: 2.1
Name: pynada
Version: 0.0.18
Summary: Python client for NADA API
Home-page: https://github.com/kl9ch/PyNADA
Author: Kamwoo Lee
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: pathlib
Requires-Dist: validators
Requires-Dist: pdf2image

# PyNADA
A Python client for NADA API

## Setup
This library is currently under development. A pip installation is available through Test PyPI using:
 ```sh
pip install -i https://test.pypi.org/simple/ pynada
 ```

## Examples
Jupyter Notebooks under examples folder show some use cases utilizing PyNADA. The examples are grouped into three categories:
* Search & Browse: codes for finding specific datasets and resources
    - search by partial id, partial title, ...
    - list all datasets

* Create & Import: codes for adding datasets to the catalog
    - create survey dataset, document dataset, ... 

* Manage & Update: codes for managing existing datasets and resources
    - delete dataset
    - upload thumbnail
    - ...





