Metadata-Version: 2.1
Name: constellate-client
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://constellate.org
Author: Constellate team
Author-email: tdm@ithaka.org
License: MIT
Project-URL: Notebooks, https://github.com/ithaka/tdm-notebooks
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

## Constellate Client

Notebook client and plugin for Constellate.

See documentation: https://constellate.org/docs/constellate-client

To import and verify instllation:
```python
import constellate

dataset = constellate.get_description("0e912814-41d2-82b3-2463-5472700303e3")
print(dataset["search_description"])
```

If the library is installed properly, the following output will be displayed:

>inflation from JSTOR from 1910 - 1920

