Metadata-Version: 2.4
Name: chz
Version: 0.4.0
Summary: chz is a library for managing configuration
Author: Shantanu Jain
Author-email: shantanu@openai.com
License: MIT License
        
        Copyright (c) 2024 OpenAI
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: homepage, https://github.com/openai/chz
Project-URL: repository, https://github.com/openai/chz
Project-URL: changelog, https://github.com/openai/chz/blob/main/CHANGELOG.md
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typing-extensions>=4.13
Dynamic: license-file

# 🪤 chz

*(pronounced "चीज़")*

`chz` helps you manage configuration, particularly from the command line.

`chz` is available on [PyPI](https://pypi.org/project/chz/).

To click the links below, please visit [Github](https://github.com/openai/chz).

Overview:
- [Quickstart](docs/01_quickstart.md)
- [Declarative object model](docs/02_object_model.md)
- [Immutability](docs/02_object_model.md#immutability)
- [Validation](docs/03_validation.md)
- [Type checking](docs/03_validation.md#type-checking)
- [Command line parsing](docs/04_command_line.md)
- [Discoverability](docs/04_command_line.md#discoverability---help-and-errors)
- [Partial application](docs/05_blueprint.md)
- [Presets or shared configuration](docs/05_blueprint.md#presets-or-shared-configuration)
- [Serialisation and deserialisation](docs/06_serialisation.md)

More details:
- [Post init](docs/21_post_init.md)
- [Field API](docs/22_field_api.md)
- [Philosophy](docs/91_philosophy.md)
- [Alternatives](docs/92_alternatives.md)
- [Testimonials](docs/93_testimonials.md)

Please let @shantanu know if you have feedback!
