Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samdphillips/onyx
A Smalltalk language written in Python
https://github.com/samdphillips/onyx
programming-language smalltalk
Last synced: 3 months ago
JSON representation
A Smalltalk language written in Python
- Host: GitHub
- URL: https://github.com/samdphillips/onyx
- Owner: samdphillips
- License: bsd-3-clause
- Created: 2017-08-07T16:43:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T23:31:42.000Z (about 1 year ago)
- Last Synced: 2024-05-09T07:21:44.095Z (9 months ago)
- Topics: programming-language, smalltalk
- Language: Python
- Homepage:
- Size: 271 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install and Test
```
python3 -m venv _py36 &&
source _py36/bin/activate &&
pip install --upgrade pip &&
pip install -r requirements.txt &&
python setup.py install &&
pytest tests
```