Python implementation for the Particle Accelerator Lattice Standard (PALS)
Project description
Meet Your Python PALS
This is a Python implementation for the Particle Accelerator Lattice Standard (PALS).
To define the PALS schema, Pydantic is used to map to Python objects, perform automatic validation, and serialize/deserialize data classes to/from many modern file formats. Various modern file formats (e.g., YAML, JSON, TOML, XML, etc.) are supported, which makes the implementation of the schema-following files in any modern programming language easy (e.g., Python, Julia, C++, LUA, Javascript, etc.). Here, we do Python.
Status
This project is a work-in-progress and evolves alongside the Particle Accelerator Lattice Standard (PALS).
Approach
This project implements the PALS schema in a file-agnostic way, mirrored in data objects. The corresponding serialized files (and optionally, also the corresponding Python objects) can be human-written, human-read, and automatically validated.
PALS files follow a schema and readers can error out on issues. Not every PALS implementation needs to be as detailed as the reference implementation in Python. This implementation can be used to convert between different file formats or to validate a file before reading it with your favorite YAML/JSON/TOML/XML/... library in your programming language of choice.
This will enable us to:
- exchange lattices between codes;
- use common GUIs for defining lattices;
- use common lattice visualization tools (2D, 3D, etc.).
FAQ
Why use Pydantic for this implementation?
Implementing directly against a specific file format is possible, but cumbersome.
By using a widely-used schema engine, such as Pydantic, we can get serialization/deserialization to/from various file formats, conversion, and validation "for free".
Roadmap
Preliminary roadmap:
- Define the PALS schema, using Pydantic.
- Document the API.
- Develop a reference implementation in Python. Attract additional reference implementations in other languages.
- Add supporting helpers, which can import existing MAD-X, Elegant, SXF files. Be as feature complete as possible in these importers.
- Reuse the reference implementations and implement readers in community codes for beamline modeling (e.g., the BLAST codes).
For users
You can install this Python implementation of PALS via pip install pals-schema. Package releases can be found here.
Once installed, you can run the examples available in the examples directory to verify that the package was installed correctly.
If you wish to run the unit tests available in the tests directory, please install the package via pip install pals-schema[test] to make sure that all additional dependencies (e.g., pytest) are installed correctly.
For developers
In order to develop and test this Python implementation locally, please follow these steps:
- Create a conda environment from the
environment.ymlfile:conda env create -f environment.yml
- Activate the conda environment:
conda activate pals-python
Please double check the environment name in theenvironment.ymlfile.
Once you have created the environment with all the required dependencies, you can run the examples available in the examples directory.
You can also run the unit tests available in the tests directory via pytest tests -v.
Here, the command line option -v increases the verbosity of the output.
You can also use the command line option -s to display any test output directly in the console (useful for debugging).
Please refer to pytest's documentation for further details on the available command line options and/or run pytest --help.
Copyright Notice and License Agreement
PALS Python Copyright (c) 2025, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Intellectual Property Office at IPO@lbl.gov.
Please find the full copyright notice in NOTICE.txt and the full license agreement in LICENSE.txt.
The SPDX license identifier is BSD-3-Clause-LBNL.
Project details
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 pals_schema-0.2.0.tar.gz.
File metadata
- Download URL: pals_schema-0.2.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9ada66131cc28552c434cfc7461d4c3df325f7cf3562252c3f133440b828d2b
|
|
| MD5 |
58cb759b140b8a524487c898e2700c09
|
|
| BLAKE2b-256 |
14f3f69075e0b230dc0fde3d7fc360b27312c5cbe84441569bd569d44af127d1
|
File details
Details for the file pals_schema-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pals_schema-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9acd627729d224a8b2d4d478680cf6060978af7dafa862df9138991fba837466
|
|
| MD5 |
4be2adb90087b3820756db12a8b4ae9c
|
|
| BLAKE2b-256 |
18a52d2e9cfe3bcd9478196346351faccccd70a4d15abd4dff7a3e13828ff1c0
|