Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astraluma/snakespawn
- Owner: AstraLuma
- Created: 2023-05-07T03:16:57.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2023-12-04T06:18:59.000Z (11 months ago)
- Last Synced: 2024-05-01T19:40:22.621Z (7 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: httpxprint("Really cool stuff should happen here")
```Currently targetting 3.7 and greater.