Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/n6g7/static-build-python


https://github.com/n6g7/static-build-python

now-builder pip

Last synced: 1 day ago
JSON representation

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"
}
]
}

```