Metadata-Version: 2.1
Name: dipsl
Version: 0.2.0
Summary: Python implementation of Dimensional Input Parameter Serialization Language (DIPSL)
Project-URL: Homepage, https://github.com/dipsl/pydipsl
Project-URL: Bug Tracker, https://github.com/dipsl/pydipsl/issues
Author-email: Ondrej Pego Jaura <dipsl.vrtulka23@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Welcome to PyDIPSL!

![DIP](https://raw.githubusercontent.com/dipsl/pydipsl/main/docs/source/_static/logo/dip_logo_128.png)

“Make your code tastier and serve your parameters with a nice DIP!”

## Introduction

DIPSL, or shorter DIP, is a serialization language for dimensional input parameters.
PyDIPSL is an implementation of DIP language for Python.
It was created in order to make initial conditions of physical codes easy to manage for developers and easier to type for users.
The most important features of DIP are:

* hierarchical structure of parameters
* validation of parameter values
* parameter referencing and value generation using expressions
* automatic conversion of physical units

More information, examples and description can be found in [HTML documentation](https://dipsl.github.io/pydipsl).