Metadata-Version: 2.4
Name: can-i-park
Version: 0.3.1
Summary: A CLI and exporter to fetch the status of parkings in Ghent
Author-email: Bram Oosterlynck <bram.oosterlynck@gmail.com>
Project-URL: Homepage, https://github.com/boosterl/can-i-park
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
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
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown
Requires-Dist: click>=8.3.1
Requires-Dist: prometheus_client>=0.24.1
Requires-Dist: requests>=2.32.5
Requires-Dist: shellrecharge>=0.1.26
Provides-Extra: test
Requires-Dist: pytest>=8.4.2; extra == "test"

# Can I park?

Driving to Ghent and want to know if there is place in one of the car parks
managed by the city, without leaving the warmth of your terminal before you
leave? Look no further than this utility!

## How to install

### Using pip

```
pip install can-i-park
```

## How to use

### CLI

The CLI can be used in the following ways:

```bash
# Using arguments
$ can-i-park
# Arguments can be passed to filter on garages, if they are in a low emission zone and for showing extra information about the garage
$ can-i-park --name sint-pieters --no-lez -v
# The script can also be called using it's abbreviation
$ cip
```

## See it in action

![GIF of an example session interacting with the cli](demo.gif)
