there are four different ways to write the 回 character, do you know all of them?
A Julia port of pydantic.
Data validation and settings management using python type annotations just work in Julia with Configurations. Thus this package just provide you some convenient validation tools and some syntax sugars for defining validations.
It reexports the interface of Configurations
, thus you don't have to depend on Configurations
explicitly. If you only need a lightweight setting/configuration/option definition without strict validation use Configurations
.
KungIChi is a Julia Language package. To install KungIChi, please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command
pkg> add KungIChi
MIT License