Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
Mohitkumar6122 committed Mar 17, 2021
2 parents 6a9c67f + eac82ba commit 7fc19c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Retriever-Recipes

[![Build Status](https://travis-ci.org/weecology/retriever-recipes.svg?branch=master)](https://travis-ci.org/weecology/retriever-recipes)
[![Python package](https://github.com/weecology/retriever-recipes/actions/workflows/python-package.yml/badge.svg)](https://github.com/weecology/retriever-recipes/actions/workflows/python-package.yml)
[![Documentation Status](https://readthedocs.org/projects/retriever/badge/?version=latest)](http://retriever.readthedocs.io/en/latest/?badge=latest)
[![Join the chat at https://gitter.im/weecology/retriever](https://badges.gitter.im/weecology/retriever.svg)](https://gitter.im/weecology/retriever?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
<img alt="NumFOCUS"
Expand All @@ -9,7 +9,7 @@

The [Data Retriever](http://data-retriever.org) earlier used a simple CLI for developing new dataset scripts. This allowed users with no programming experience to quickly add most standard datasets to the [Retriever](https://github.com/weecology/retriever) by specifying the names and locations of the tables along with additional information about the configuration of the data. The script is saved as a JSON file, that follows the [DataPackage](http://specs.frictionlessdata.io/data-packages/) standards.

This functionality has been moved to this repository to separate the scripts from the core ``retriever`` functionalities to help with organization, maintenance, and testing. The `retriever-recipes` repository thus holds all the scripts which were earlier shipped with ``retriever`` and also all the script adding/editing functionalities.
This functionality has been moved to this repository to separate the scripts from the core `retriever` functionalities to help with organization, maintenance, and testing. The `retriever-recipes` repository thus holds all the scripts which were earlier shipped with `retriever` and also all the script adding/editing functionalities.

To facilitate the use of recipes as a command-line utility, the user can simply clone the repository and install it. The installation steps are mentioned in the next section.

Expand Down Expand Up @@ -45,24 +45,24 @@ To see the full list of command line options and datasets run `retriever-recipes

Some example usages of the CLI interface are:

1. Add a new JSON script:
1. Add a new JSON script:

```
retriever-recipes new_json
```

2. Delete an existing JSON script:
2. Delete an existing JSON script:

```
retriever-recipes delete_json dataset
```

3. Edit an existing JSON script:
3. Edit an existing JSON script:

```
retriever-recipes edit_json dataset`
```

## Website

For more information, see the [Data Retriever website](https://www.data-retriever.org/).
For more information, see the [Data Retriever website](https://retriever.readthedocs.io/en/latest/).

0 comments on commit 7fc19c5

Please sign in to comment.