Python api for Litex core
Project description
Python api for Litex core
This is a Python api library for Litex core, which aims to help Python users to interact with Litex core.
installation
This reuqires Litex core and Python3, you could install Litex core follow the Installation.
After Litex core installation, you could install litex for your python environment:
# change your Python env to which your are using
# then run following commands
pip install pylitex
To use it:
import pylitex
# regular runner
result = pylitex.run("code...")
# multi-process runner
results = pylitex.run_batch(["code1...", "code2..."], 2)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pylitex-0.1.4.tar.gz.
File metadata
- Download URL: pylitex-0.1.4.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d67985955547d24a25f1e828a0a91615f7fba42ef4604a09245085e17192f1c7
|
|
| MD5 |
58409b9c573db60eed1ff093de3499da
|
|
| BLAKE2b-256 |
108ddd2f7b68810b9877326a68a68f946616d69c5c54f8045fd495b2bf40adb2
|
File details
Details for the file pylitex-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pylitex-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ace72fd0bf0534b055217e0236c1c43d7a1fee6c12fa6616586ef8c415c02c4e
|
|
| MD5 |
7fad89f490b3392e3cd1b52e2cf08ddc
|
|
| BLAKE2b-256 |
d516d54a3ad6116d400d57a7367ec15b5061510a0e9e462ea680c3472a14d356
|