Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n6g7/static-build-python
https://github.com/n6g7/static-build-python
now-builder pip
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/n6g7/static-build-python
- Owner: n6g7
- Created: 2019-06-05T19:23:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T23:34:56.000Z (over 5 years ago)
- Last Synced: 2024-10-18T19:05:46.058Z (27 days ago)
- Topics: now-builder, pip
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# static-build-python
now.sh builder that supports pip dependencies
Example `now.json`:
```json
{
"version": 2,
"builds": [
{
"src": "package.json",
"use": "static-build-python"
}
]
}```