Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/astraluma/snakespawn

Inline your pip requirements
https://github.com/astraluma/snakespawn

Last synced: about 1 month ago
JSON representation

Inline your pip requirements

Awesome Lists containing this project

README

        

# snakespawn

Lets you put your pip and python requirements into your script.

```python
#!/usr/bin/env snakespawn
#| python: >=3.8
#| pip: click
#| pip: httpx

print("Really cool stuff should happen here")
```

Currently targetting 3.7 and greater.