No project description provided
Project description
ever-playground
A tool alternative to Fift: play with Cells, Slices, Builders, and Dictionaries — native types of TVM; assemble and run TVM code.
Running
pip install ever-playground
python3
Python 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from ever_playground import Cell as C
>>> print(C("abc_"))
C("abc_")
Running examples in dev mode
python3 -m venv .venv
source .venv/bin/activate
pip install maturin
maturin develop
python3 examples.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ever_playground-0.6.1.tar.gz
(26.1 kB
view hashes)
Built Distribution
Close
Hashes for ever_playground-0.6.1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | de08f42a235e48c89db6c3626d1d7763db8b5a75a90196e548d666679f00daf0 |
|
MD5 | 7eee5d504de9ae0fe9198103213d674d |
|
BLAKE2b-256 | 420364f2e563d951ac1ec103ff8b7e5e51b7fadb89599ce84db0b1b4d4692b4b |