https://github.com/slntopp/simple-rri
Simple Recursive Requirements Installer
https://github.com/slntopp/simple-rri
dependencies pip python
Last synced: 4 months ago
JSON representation
Simple Recursive Requirements Installer
- Host: GitHub
- URL: https://github.com/slntopp/simple-rri
- Owner: slntopp
- License: apache-2.0
- Created: 2020-07-02T16:59:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T12:53:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T04:41:05.554Z (5 months ago)
- Topics: dependencies, pip, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-rri
Simple Recursive Requirements Installer
Installs requirements from all requirements.txt found under the active directory
**Note**:
> Always leave an empty line in the end of requirements.txt file
**API**:
```py
def collect_and_install(supress_output: bool = False) -> bool # Check pydoc
```