An open API service indexing awesome lists of open source software.

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

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`.