Metadata-Version: 2.4
Name: hashgrid
Version: 0.1.0
Summary: A simple Python package for hashgrid functionality
Author-email: Lucian Bicsi <lucian@hashgrid.ai>
License: MIT
License-File: LICENSE
Keywords: grid,hash,hashgrid
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Requires-Dist: build>=1.3.0
Requires-Dist: twine>=6.2.0
Description-Content-Type: text/markdown

# Hashgrid

A simple Python package for hashgrid functionality.

## Installation

To install the package in development mode:

```bash
pip install -e .
```

## Usage

After installation, you can use the package in two ways:

1. **As a command-line tool:**

   ```bash
   hashgrid
   ```

2. **As a Python module:**
   ```python
   from hashgrid import main
   main()
   ```

## Development

This package uses modern Python packaging with `pyproject.toml`.
