Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tompollard/carpentries
- Owner: tompollard
- License: mit
- Created: 2021-12-09T14:31:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T17:16:02.000Z (about 3 years ago)
- Last Synced: 2024-11-29T10:40:51.098Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```