Metadata-Version: 2.0
Name: databroker
Version: 0.9.3
Summary: Unification of NSLS-II data sources
Home-page: https://github.com/NSLS-II/databroker
Author: Brookhaven National Laboratory
Author-email: UNKNOWN
License: BSD (3-clause)
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: attrs
Requires-Dist: boltons
Requires-Dist: doct
Requires-Dist: humanize
Requires-Dist: jinja2
Requires-Dist: jsonschema
Requires-Dist: mongoquery
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pims
Requires-Dist: pytz
Requires-Dist: pyyaml
Requires-Dist: six
Requires-Dist: tifffile
Requires-Dist: toolz
Requires-Dist: tzlocal
Provides-Extra: all
Requires-Dist: h5py; extra == 'all'
Requires-Dist: pymongo; extra == 'all'
Requires-Dist: requests; extra == 'all'
Requires-Dist: tornado; extra == 'all'
Requires-Dist: ujson; extra == 'all'
Provides-Extra: client
Requires-Dist: requests; extra == 'client'
Provides-Extra: hdf5
Requires-Dist: h5py; extra == 'hdf5'
Provides-Extra: mongo
Requires-Dist: pymongo; extra == 'mongo'
Provides-Extra: service
Requires-Dist: tornado; extra == 'service'
Requires-Dist: ujson; extra == 'service'

# databroker


A unified interface to the various data sources at NSLS-II.


[Databroker documentation](http://nsls-ii.github.io/databroker)

[NSLS2 software overview](http://nsls-ii.github.io)

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

[![Build Status](https://travis-ci.org/NSLS-II/databroker.svg?branch=master)](https://travis-ci.org/NSLS-II/databroker)
[![codecov](https://codecov.io/gh/NSLS-II/databroker/branch/master/graph/badge.svg)](https://codecov.io/gh/NSLS-II/databroker)
[![Anaconda-Server Badge](https://anaconda.org/lightsource2/databroker/badges/version.svg)](https://anaconda.org/lightsource2/databroker)
[![Anaconda-Server Badge](https://anaconda.org/lightsource2/databroker/badges/license.svg)](https://anaconda.org/lightsource2/databroker)

## Conda Recipes

Install the most recent tagged build: `conda install databroker -c lightsource2-tag`

Install the most recent tagged build: `conda install databroker -c lightsource2-dev`

Find the tagged recipe [here](https://github.com/NSLS-II/lightsource2-recipes/tree/master/recipes-tag/databroker) and the dev recipe [here](https://github.com/NSLS-II/lightsource2-recipes/tree/master/recipes-dev/databroker)


