Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dpbm/depencies-sets

append multiple depencies to your python project quickly
https://github.com/dpbm/depencies-sets

data dependencies dependencies-list dependencies-manager dependencies-set frameworks libraries lists pip py python python3 web

Last synced: 11 days ago
JSON representation

append multiple depencies to your python project quickly

Awesome Lists containing this project

README

        

# dependencies sets - append multiple dependencies at once

If you want to quickly append dependencies to your `Python` project, just run in your terminal:

```bash
curl https://dpbm.github.io/depencies-sets/sets/THE_SET_YOU_WANT >> requirements.txt
```

## Available Sets
* [web](./sets/web)
* [security](./sets/security)
* [data](./sets/data)
* [math](./sets/math)

## help is welcome

If you want to help me, create a pull request with new sets or append more dependencies for available ones.
You can also create an issue to ensure that your modification is good to the project.

Thanks for being interested :)

### Made with 🥰 by [Dpbm](https://github.com/Dpbm)