pybee/comb

Name: comb

Owner: BeeWare

Description: A repository of BeeKeeper task configurations.

Created: 2017-07-18 03:11:52.0

Updated: 2017-07-30 09:30:43.0

Pushed: 2018-05-15 18:11:40.0

Homepage: null

Size: 53

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Comb

A repository of BeeKeeper task configurations.

Getting started

Create a file named .env in your current working directory that contains the following content::

AWS_REGION=<Your AWS region (e.g., us-west-2)>
AWS_ACCESS_KEY_ID=<Your AWS access key>
AWS_SECRET_ACCESS_KEY=<Your AWS secret access key>

Then, install waggle, and waggle the tasks directory::

$ pip install waggle
$ waggle tasks

Or, if you only want some of the tasks, you can run::

$ waggle <path to task>
Advanced usage

This repository contains a generic set of tasks for Python (including web) development. If you have specific testing needs, you should fork this repository, add task definitions that meet your own needs, and waggle those tasks. You will then be able to reference those task definitions in your BeeKeeper configurations.

Community

Comb is part of the BeeWare suite_. You can talk to the community through:

We foster a welcoming and respectful community as described in our BeeWare Community Code of Conduct_.

Contributing

If you experience problems with Comb, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request_.

.. BeeWare suite: http://pybee.org .. @pybeeware on Twitter: https://twitter.com/pybeeware .. pybee/general: https://gitter.im/pybee/general .. BeeWare Community Code of Conduct: http://pybee.org/community/behavior/ .. log them on Github: https://github.com/pybee/comb/issues .. fork the code: https://github.com/pybee/comb .. _submit a pull request: https://github.com/pybee/comb/pulls


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.