https://github.com/johndevlopment/jsnake
A boost-like package for Python
https://github.com/johndevlopment/jsnake
python3 python310
Last synced: 9 months ago
JSON representation
A boost-like package for Python
- Host: GitHub
- URL: https://github.com/johndevlopment/jsnake
- Owner: JohnDevlopment
- License: mit
- Created: 2023-05-30T18:58:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T05:28:51.000Z (about 2 years ago)
- Last Synced: 2023-12-07T06:27:54.595Z (about 2 years ago)
- Topics: python3, python310
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSnake
A boost-like package for Python .
There are two ways to install this:
1. Download a wheel if there is one, and do `pip3 install snek--py3-none-any.whl`
(`` is a placeholder for the project version).
2. Download the zip or clone this repository. Go into the root directory and do
`pip3 install .`. This method depends on `flit`.