Metadata-Version: 2.0
Name: impactlab-user
Version: 0.1.3
Summary: Set up users to use Climate Impact Lab tools
Home-page: https://github.com/ClimateImpactLab/impactlab_user
Author: Climate Impact Lab
Author-email: UNKNOWN
License: MIT license
Keywords: impactlab_user
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: PyYAML (>=3.10)
Requires-Dist: Sphinx (>=1.4.1)
Requires-Dist: boto (>=2.30.0)
Requires-Dist: boto3 (>=1.0)
Requires-Dist: click (>=6.0)
Requires-Dist: datafs (>=0.6.3)
Requires-Dist: jinja2 (>=2.8)
Requires-Dist: sphinx-rtd-theme (>=0.1.0)
Provides-Extra: test
Requires-Dist: PyYAML (>=3.10); extra == 'test'
Requires-Dist: Sphinx (>=1.4.1); extra == 'test'
Requires-Dist: boto (>=2.30.0); extra == 'test'
Requires-Dist: boto3 (>=1.0); extra == 'test'
Requires-Dist: click (>=6.0); extra == 'test'
Requires-Dist: coverage (>=4.0); extra == 'test'
Requires-Dist: datafs (>=0.6.3); extra == 'test'
Requires-Dist: flake8 (>=2.0); extra == 'test'
Requires-Dist: jinja2 (>=2.8); extra == 'test'
Requires-Dist: pip (>=8.0); extra == 'test'
Requires-Dist: pytest (>=3.0); extra == 'test'
Requires-Dist: pytest-cov (>=2.0); extra == 'test'
Requires-Dist: pytest-runner (>=2.5); extra == 'test'
Requires-Dist: sphinx-rtd-theme (>=0.1.0); extra == 'test'
Requires-Dist: tox (>=2.3.0); extra == 'test'
Requires-Dist: wheel (>=0.27); extra == 'test'

ImpactLab User Setup Tool
=========================

.. image:: https://img.shields.io/pypi/v/impactlab_user.svg
        :target: https://pypi.python.org/pypi/impactlab_user

.. image:: https://travis-ci.org/ClimateImpactLab/impactlab_user.svg?branch=master
        :target: https://travis-ci.org/ClimateImpactLab/impactlab_user?branch=master

.. image:: https://coveralls.io/repos/github/ClimateImpactLab/impactlab_user/badge.svg?branch=master
        :target: https://coveralls.io/github/ClimateImpactLab/impactlab_user?branch=master

.. image:: https://readthedocs.org/projects/impactlab_user/badge/?version=latest
        :target: https://impactlab_user.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/climateimpactlab/impactlab_user/shield.svg
     :target: https://pyup.io/repos/github/climateimpactlab/impactlab_user/
     :alt: Updates


Usage
-----

Interactive setup for your machine:

.. code-block:: bash

    $ pip install --upgrade impactlab_user
    $ impactlab-user setup all

You'll need to be ready to configure all Climate Impact Lab tools, specifically:

* OSDC griffin access keys (get these from griffin)
* AWS access keys (get these from Mike or Justin)

Individual subcommands can be run by specifying them:

.. code-block:: bash

    Commands:
      all
      aws
      brc
      datafs
      osdc
      osdc_data
      ssh_keys


