Metadata-Version: 2.1
Name: pynada
Version: 0.0.32
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
You can installl PyNADA using pip:
 ```sh
pip install -U 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


* Create & Import: codes for adding datasets to the catalog


* Manage & Update: codes for managing existing datasets and resources






