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.
- Host: GitHub
- URL: https://github.com/v-spassky/hunter_client
- Owner: v-spassky
- Created: 2023-12-08T11:57:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T17:11:50.000Z (about 2 years ago)
- Last Synced: 2025-02-15T08:48:23.897Z (12 months ago)
- Topics: api-client, test-task
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```