Metadata-Version: 2.4
Name: cloe-metadata
Version: 2.3.1
Summary: Package for all base CLOE metadata objects and support functions.
Keywords: 
Author: initions
Author-email: initions <ICSMC_EXT_PYPIORG@accenture.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Database
Requires-Dist: pydantic
Requires-Dist: jinja2
Requires-Dist: croniter
Requires-Python: >=3.11, <3.15
Description-Content-Type: text/markdown

# CLOE Metadata

[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier)
[![python](https://img.shields.io/badge/Python-3.13-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)
[![Checked with ty](https://img.shields.io/badge/checked%20with-ty-261230.svg)](https://github.com/astral-sh/ty)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

Owner: initions

## Devcontainer

If the claude code devcontainer-feature is used, it expect you to have a local .credentials.json:

${localEnv:HOME}/.claude/.credentials.json

If you are setting this up for the first time, you need to create this file manually but it can be empty.

```bash
mkdir -p ~/.claude/
touch ~/.claude/.credentials.json
```

Package for all base CLOE metadata objects and support functions.
