Metadata-Version: 2.4
Name: where_when
Version: 0.0.6
Summary: CLI for showing what is happening right here, right now
Project-URL: Homepage, https://github.com/grzegorz-grzeda/where_when
Project-URL: Issues, https://github.com/grzegorz-grzeda/where_when/issues
Author-email: Grzegorz Grzęda <grzegorz.grzeda@g2labs.pl>
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: astral
Requires-Dist: requests
Requires-Dist: timezonefinder
Description-Content-Type: text/markdown

# where-when

`where-when` is a Python package that helps you determine **what is happening at a given location and time**.
It can be used for scheduling, event lookup, or any scenario where you need to combine **geography** and **time** data.

## Features

* Retrieve events or activities based on **location and datetime**.

## Installation

```bash
pip install where-when
```

Or install directly from GitHub:

```bash
pip install git+https://github.com/grzegorz-grzeda/where_when.git
```


## CLI

If you want to use `where-when` from the command line:

```bash
where-when Warsaw,PL --date 2026.01.28
```

## Contributing

Contributions are welcome! Please open issues or pull requests on GitHub.

## License

MIT License © 2026 Grzegorz Grzęda
