Metadata-Version: 2.1
Name: guildpack
Version: 0.1.14
Summary: Alias for oguild — OGuild utilities for Python projects
Home-page: https://github.com/OpsGuild/guildpack
License: MIT
Keywords: utilities,oguild,guildpack,helpers,python,opsguild,logging
Author: Hordunlarmy
Author-email: Hordunlarmy@gmail.com
Requires-Python: >=3.9
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: logstash
Requires-Dist: oguild (>=0.1.0)
Project-URL: Documentation, https://github.com/OpsGuild/guildpack#readme
Project-URL: Repository, https://github.com/OpsGuild/guildpack
Description-Content-Type: text/markdown

# Guildpack

**This is an alias package for [oguild](https://pypi.org/project/oguild/).**

## Installation

```bash
pip install guildpack
```

This will automatically install `oguild` as a dependency.

## Usage

You can import directly from `guildpack`:

```python
from guildpack import Logger, Ok, Error

# Or use oguild directly (recommended)
from oguild import Logger, Ok, Error
```

## Documentation

For full documentation, see the [oguild repository](https://github.com/OpsGuild/guildpack).

## Why Two Package Names?

- **oguild** - The primary package name
- **guildpack** - An alternative name for easier discovery

Both packages provide the same functionality. Installing either one will give you access to all OGuild utilities.

