Metadata-Version: 2.1
Name: autopew
Version: 0.1.3.post0
Summary: Automating target selection for laser ablation.
Home-page: https://github.com/morganjwilliams/autopew
Author: Morgan Williams
Author-email: morgan.williams@csiro.au
License: CSIRO Modifed MIT/BSD
Keywords: laser ablation,geochemistry
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: pillow
Requires-Dist: ipython
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: xlrd
Requires-Dist: pandas
Requires-Dist: scipy
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: versioneer ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: pytest-runner ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: codecov ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: sphinx-autodoc-annotation ; extra == 'dev'
Requires-Dist: recommonmark ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-autodoc-annotation ; extra == 'docs'
Requires-Dist: recommonmark ; extra == 'docs'

# `autopew`

<p align="left">
<a href="https://autopew.readthedocs.io/">
   <img src="https://readthedocs.org/projects/autopew/badge/?version=develop" alt="Docs"/></a>

<a href="https://github.com/morganjwilliams/autopew/blob/master/LICENSE" >
  <img src="https://img.shields.io/badge/License-CSIRO_BSD/MIT_License-blue.svg"
       alt="License: CSIRO Modified BSD/MIT License"></a>
<a href="https://gitter.im/pyrolite/autopew" >
 <img src="https://img.shields.io/gitter/room/pyrolite/autopew.svg"
      alt="Chat on Gitter"></a>
</p>

Automating sample targeting for geological microanalysis systems.

For more information, see the documentation's [installation page](https://autopew.readthedocs.io/en/develop/installation.html), and the [Getting Started Guide](https://autopew.readthedocs.io/en/develop/gettingstarted.html).

## Development & Build Status
<p align='left'>
  <a href="https://github.com/python/black">
    <img src="https://img.shields.io/badge/code%20style-black-000000.svg"
         alt="Code Style: Black"></a>
</p>

| **master** | **develop** |
|:----------:|:-----------:|
| [![Build Status](https://travis-ci.com/morganjwilliams/autopew.svg?branch=master)](https://travis-ci.com/morganjwilliams/autopew) | [![Build Status](https://travis-ci.com/morganjwilliams/autopew.svg?branch=develop)](https://travis-ci.com/morganjwilliams/autopew) |
| [![Coverage Status](https://coveralls.io/repos/github/morganjwilliams/autopew/badge.svg?branch=master)](https://coveralls.io/github/morganjwilliams/autopew?branch=master) | [![Coverage Status](https://coveralls.io/repos/github/morganjwilliams/autopew/badge.svg?branch=develop)](https://coveralls.io/github/morganjwilliams/autopew?branch=develop) |


