Metadata-Version: 2.1
Name: blueprint-environments
Version: 0.1.0
Summary: Set of tools to manage environments
Author: Carlo G
Author-email: carlo.rafael@hotmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pyyaml (>=6.0,<7.0)
Description-Content-Type: text/markdown

# Environments

This README provides an overview of the environment configurations defined in `environments/core.py`.

## Environment Class

The `Environment` class is defined to represent different deployment environments. It has the following attributes:

- `name`: The name of the environment (e.g., "development", "staging", "production")
