Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4383/snippets
https://github.com/4383/snippets
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/4383/snippets
- Owner: 4383
- Created: 2024-01-24T14:17:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:12:30.000Z (7 months ago)
- Last Synced: 2024-11-11T23:36:00.293Z (3 months ago)
- Language: Python
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snippets
Backup of my code snippets, PoC, and tests.
## Python
See the [Python directory](python/).
Launch an appropriated an environment:
```bash
$ git clone https://github.com/4383/machine
$ docker build -t machine-python310 .
$ docker run -it --rm --name mpython310 --mount type=bind,source="$(pwd)",target=/home/developer/app machine-python310 /bin/bash
> pip install -r app/python/requirements.txt
> python3.10 app/python/asyncio.py
```