Metadata-Version: 2.1
Name: dailies
Version: 0.1.2
Summary: A collection of daily games inspired by NYT Games.
Home-page: https://github.com/unkokaeru/dailies
License: MIT
Author: W. Fayers
Author-email: wills@fayers.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
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
Provides-Extra: dev
Provides-Extra: devlint
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: release
Provides-Extra: test
Provides-Extra: types
Requires-Dist: rich (>=12.0.0,<13.0.0)
Project-URL: Repository, https://github.com/unkokaeru/dailies
Description-Content-Type: text/markdown

# dailies

![Continuous Integration (CI) Tests](https://github.com/unkokaeru/dailies/actions/workflows/continuous_integration.yml/badge.svg)

A collection of daily games inspired by NYT Games.

## Installation

To install dailies, simply run:

```bash
pip install dailies
```

## Usage

After installation, you can use the package by executing:

```bash
dailies
```

## Features

- **Connections**: To be implemented.
- **KenKen**: To be implemented.
- **Mini Crossword**: To be implemented.
- **Strands**: To be implemented.
- **Sudoku**: To be implemented.
- **Wordle**: To be implemented.

## Documentation
For more information, you can find the documentation within the `docs` directory or on the project's [GitHub Pages](https://unkokaeru.github.io/dailies/).

## Contributing

Contributions are welcome! Please refer to our `CONTRIBUTING.md` for more information.

## License

This project is licensed under the MIT License - see the `LICENSE.md` file for details.
