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.
Using the package
pip3 install ever-playground
python3
Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from ever_playground import Cell as C
>>> print(C("abc_", C("def8_")))
C("abc_",
C("def"))
Running examples in dev mode
python3 -m venv .venv
source .venv/bin/activate
pip install maturin
maturin develop
python3 run-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.7.6.tar.gz
(50.5 kB
view hashes)
Built Distribution
Close
Hashes for ever_playground-0.7.6-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53ca1ef386656fbfdcae2bf582141a34256a0173c697261439e791e85242b198 |
|
MD5 | 0c5c507b819361595f465c0e420c8249 |
|
BLAKE2b-256 | ebb6fe73143c8ff3cc5957174189b48212dc4efb4973685075b16d81ff519745 |