https://github.com/csteinmetz1/pyreqs
Easily build requirements.txt files automatically
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.8%) to scientific vocabulary
Repository
Easily build requirements.txt files automatically
Basic Info
- Host: GitHub
- Owner: csteinmetz1
- Language: Python
- Default Branch: master
- Size: 1.95 KB
Statistics
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
pyreqs
Easily build requirements.txt files automatically
Usage
Install the package
pip install git+https://github.com/csteinmetz1/pyreqs
Navigate to a python project directory and call the program
```
pyreqs
Found 2 python scripts in /Users/username/project Found 7 modules in total and 3 external modules. 0 numpy 1 librosa 2 soundfile
Importing external python modules...
Created new requirements.txt file.
Check out the new requirements.txt file
cat requirements.txt
numpy==1.14.2 soundfile==0.9.0 librosa==0.5.1 ```
Note
Have not thoroughly tested the parsing code so it may not work for all cases...
Owner
- Name: Christian J. Steinmetz
- Login: csteinmetz1
- Kind: user
- Location: London, UK
- Company: @aim-qmul
- Website: christiansteinmetz.com
- Twitter: csteinmetz1
- Repositories: 79
- Profile: https://github.com/csteinmetz1
Machine learning for Hi-Fi audio. PhD Researcher at C4DM.
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- stdlib_list *