Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dpbm/depencies-sets
- Owner: Dpbm
- Created: 2021-09-13T01:45:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T17:33:47.000Z (about 1 year ago)
- Last Synced: 2024-11-18T21:43:52.098Z (2 months ago)
- Topics: data, dependencies, dependencies-list, dependencies-manager, dependencies-set, frameworks, libraries, lists, pip, py, python, python3, web
- Homepage: https://dpbm.github.io/depencies-sets/
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)