Metadata-Version: 2.1
Name: hltv-fetch
Version: 0.1
Summary: My very own HLTV API
Author: Lilseec
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# HLTV API
## Project description

HLTV-fetch is just my fan project that I'm doing while learning bs4 and stuff
# Install

```
pip install hltv-fetch
```

# Usage

**Get live matches**
```
get_live_matches()
```
(thats all for now)

