Skip to content

Commit

Permalink
Update README according to new package origin (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForgottenProgramme authored Oct 22, 2021
1 parent 891b8fc commit c3c33e7
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
-------------
## Introduction

The Grayskull project was created with the intention to eventually replace the
`conda skeleton`. The main goal of this project is to generate concise recipes
for [conda-forge](https://conda-forge.org/).

The current status of ``grayskull`` is generating recipes just looking for ``PyPI``,
but in the future we will expand that to also support to load recipes and also
generate recipes looking for other repositories, such as, CRAN, Conan, etc..
Grayskull is an automatic conda recipe generator. <br>
The main goal of this project is to generate concise recipes
for [conda-forge](https://conda-forge.org/).
The Grayskull project was created with the intention to eventually replace `conda skeleton`. <br>
Presently Grayskull can generate recipes for Python packages available on PyPI and also those not published on PyPI but available as GitHub repositories.
Future versions of Grayskull will support recipe generation for packages of other repositories such as CRAN and Conan etc..

## Installation

Expand Down Expand Up @@ -60,6 +59,10 @@ and inside this folder the generated recipe will be present (`meta.yaml`).

![Grayskull CLI](https://raw.githubusercontent.com/conda-incubator/grayskull/master/docs/images/cli_example_grayskull.gif)

If your package is a GitHub repository just replace the package name with the GitHub repository URL. <br>
For example: <br>

```grayskull pypi https://github.com/confluentinc/confluent-kafka-python```

### Online Grayskull

Expand Down

0 comments on commit c3c33e7

Please sign in to comment.