PY-TREE-SITTER-EPICS
Based on tree-sitter EPICS grammars and py-tree-sitter, this module enables you to serialize EPICS DB files into semantic Python objects.
Installation
The module is available on PyPI as py-tree-sitter-epics.
Add py-tree-sitter-epics to your pyproject.toml,
or if you use Python virtual environments:
# In your virtual environment
pip install py-tree-sitter-epics
Example usage
from py_tree_sitter_epics import epicsdb
db = epicsdb.parse_file("/tmp/myExample.db")
for record in db.records:
print(f"'{record.name}': {record.documentation}")
Release files for py-tree-sitter-epics 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| py_tree_sitter_epics-0.3.0.tar.gz | 8.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| py_tree_sitter_epics-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.8 kB
Release files / py_tree_sitter_epics-0.3.0.tar.gz
| Download URL | py_tree_sitter_epics-0.3.0.tar.gz |
|---|---|
| Size | 8.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
afd0e1581d2c2d02d1a49019e85b0ff720628c0c797e0c8ea53bb7d17a21e2f1
|
|
BLAKE2b-256 checksum How to use checksums |
10699ec0675aba117b842d1105942e2d6860800bbb89e86091f5bfdbe8e57609
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / py_tree_sitter_epics-0.3.0-py3-none-any.whl
| Download URL | py_tree_sitter_epics-0.3.0-py3-none-any.whl |
|---|---|
| Size | 9.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
34a4d47c97b2a106577d57ca80a214a243f77cbf473528d03b397c7165953cf0
|
|
BLAKE2b-256 checksum How to use checksums |
1bf9a7a9ead5c2be3ed7d773c621e37cd3e769d34764f0f62cd361fbc9a87407
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
uv/0.11.23 {"installer":{"name":"uv","version":"0.11.23","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|