Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tompollard/carpentries

Trial run for a Python package for The Carpentries
https://github.com/tompollard/carpentries

Last synced: about 1 month ago
JSON representation

Trial run for a Python package for The Carpentries

Awesome Lists containing this project

README

        

# Tools for The Carpentries (Unofficial)

Trial run for a Python package for The Carpentries.

**This package is a placeholder. It is not currently official!**

## Installation

From the command line, install the package with pip:

```
>> pip install carpentries
```

## Usage

In a Python interpreter:

```
from carpentries import values
```

Or from the command line:

```
carpentries
```