Metadata-Version: 2.1
Name: dimcli
Version: 0.9.2
Summary: Python REPL/API for accessing dimensions.ai.
Home-page: https://github.com/digital-science/dimcli
Author: Michele Pasin @lambdaman
License: MIT License
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: pygments
Requires-Dist: ipython
Requires-Dist: prompt-toolkit
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: recommonmark
Requires-Dist: tqdm

# Dimcli

Dimcli is a Python client for accessing the Dimensions Analytics API. It makes it easier to authenticate against the API, send queries to it and process the JSON data being returned.  

For more information see the [Getting Started with Dimcli](https://digital-science.github.io/dimcli/getting-started.html) tutorial.

![dimcli_animation](http://api-sample-data.dimensions.ai/videos/dimcli_animated.gif)

Current version: see [pypi homepage](https://pypi.org/project/dimcli/). Source code hosted on [github](https://github.com/digital-science/dimcli). 

[![Downloads](https://pepy.tech/badge/dimcli)](https://pepy.tech/project/dimcli)


## Comments, bug reports

Dimcli lives on [Github](https://github.com/digital-science/dimcli/). You can file [issues]([issues](https://github.com/digital-science/dimcli/issues/new)) or pull requests there. Suggestions, pull requests and improvements welcome!


