Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xsirsaif/sweet-smelling-projects
A selection of a sweet-smelling open source projects to read.
https://github.com/0xsirsaif/sweet-smelling-projects
Last synced: 2 months ago
JSON representation
A selection of a sweet-smelling open source projects to read.
- Host: GitHub
- URL: https://github.com/0xsirsaif/sweet-smelling-projects
- Owner: 0xsirsaif
- Created: 2022-12-21T14:01:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T21:16:29.000Z (12 months ago)
- Last Synced: 2024-10-04T20:25:23.706Z (3 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A selection of sweet-smelling open source projects to read.
## One-file Projects
- [Bottle: Python Web Framework](https://github.com/bottlepy/bottle): simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.
- [Peter Norvig fork of lispy.py](lispy.py): A Lisp interpreter in Python, in a single Python file. [(How to Write a (Lisp) Interpreter (in Python))](http://norvig.com/lispy.html). [(An ((Even Better) Lisp) Interpreter (in Python))](http://norvig.com/lispy2.html)