An open API service indexing awesome lists of open source software.

https://github.com/v-spassky/hunter_client

Python bindings for the hunter.io API.
https://github.com/v-spassky/hunter_client

api-client test-task

Last synced: 4 months ago
JSON representation

Python bindings for the hunter.io API.

Awesome Lists containing this project

README

          

#### Local setup

```bash
poetry shell
```

```bash
poetry install
```

#### Running QA checks separately

```bash
poe lint
```

```bash
poe typecheck
```

```bash
poe test
```

#### Running all QA checks

```bash
poe check-all
```