Metadata-Version: 2.1
Name: aurore
Version: 0.0.8
Summary: Utilities
Home-page: https://github.com/claudioperez/aurore
Author: Claudio Perez
Author-email: claudio_perez@berkeley.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: docutils
Requires-Dist: coloredlogs
Requires-Dist: pyyaml
Requires-Dist: jsonpath2

---
title: Aurore
summary: A distributed document-oriented database management system.
...

<h1>Aurore</h1>

A distributed document-oriented database management system.

---------------------------

[![PyPI Version][pypi-v-image]][pypi-v-link]
[![Commits since latest release][gh-image]][gh-link]

## Synopsis

```shell
aurore [-h] [-D [DATABASE_FILE]] [-B BASE_URI] [-d [DEFAULTS]] [-v]
       [-q] [--version]
       {post,get} ...

aurore get [-p REL_PATH] [item-selectors [item-selectors ...]]

```

## Options

<dl>
  <dt>-v, --verbose</dt>
  <dd>Generate verbose output.</dd>
  <dt>-q, --quiet</dt>
  <dd>Suppress logging output.</dd>
  <dt>-h, --help</dt>
  <dd>Print a brief help message.</dd>
</dl>

### `get`

<dl>
<dt>item-selectors<dt>
<dd></dd>

<dt>-p REL_PATH, --rel-path REL_PATH</dt>
<dd>Normalize paths relative to `REL_PATH`</dd>
</dl>


## Configuration

<!-- ### Global (`~/.local/shared/aurore/global.yaml`) -->

```
env_vars: {}
def-defaults: !defaults {}
```

### Local (`.aurore/config.yaml`)

```yaml
types: <types>
def-defaults: <defaults>
```

[pypi-v-image]: https://img.shields.io/pypi/v/aurore.svg
[pypi-v-link]: https://pypi.org/project/aurore/

[gh-link]: https://github.com/claudioperez/aurore/compare/0.0.8...master
[gh-image]: https://img.shields.io/github/commits-since/claudioperez/aurore/0.0.8?style=social



