Metadata-Version: 2.4
Name: highway
Version: 0.0.1
Summary: A simple hello world package.
Author-email: Farseed Ashouri <farseed.ashouri@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/rodmena-limited/highway
Project-URL: Issues, https://github.com/rodmena-limited/highway/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# highway

A simple hello-world package created for PyPI.

## Installation
```bash
pip install highway
```

## Usage
```python
import highway

highway.hello()
```
