Skip to content

Commit

Permalink
Add badges (and check if TravisCI is working)
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Aug 10, 2020
1 parent bdc0ea8 commit 594e807
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Innerscope

[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/eriknw/innerscope/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/eriknw/innerscope.svg?branch=master)](https://travis-ci.org/eriknw/innerscope)
[![Coverage Status](https://coveralls.io/repos/eriknw/innerscope/badge.svg?branch=master)](https://coveralls.io/r/eriknw/innerscope)
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

`innerscope` exposes the inner scope of functions and offers primitives suitable for creating pipelines. It explores a design space around functions, dictionaries, and classes.

A function can be made like a dictionary:
Expand Down Expand Up @@ -112,4 +117,5 @@ It's all [@mrocklin's](https://github.com/mrocklin) fault for [asking a question
`innerscope` is exploring a data model that could be convenient for running code remotely with [dask.](https://dask.org)
I bet it would even be useful for building pipelines with dask.

#### *This library is totally awesome and you should use it and tell all your friends* 😉 *!*
#### *This library is totally awesome and you should use it and tell all your friends* 😉 *!*

0 comments on commit 594e807

Please sign in to comment.