https://github.com/f213/http-client
Scaffold a http client!
https://github.com/f213/http-client
Last synced: about 1 year ago
JSON representation
Scaffold a http client!
- Host: GitHub
- URL: https://github.com/f213/http-client
- Owner: f213
- License: mit
- Created: 2021-01-18T12:20:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T19:48:03.000Z (over 5 years ago)
- Last Synced: 2025-06-08T04:06:01.074Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python HTTP client template
Scaffold a http client!
## What is in the box
* Stub Python package
* [httpx](https://github.com/encode/httpx)
* Starter Circle CI configuration
* Some boilerplate: stub http client, url helpers, base dataclasses
* flake8 with ton of plugins (contact me if you know more)
## Installation
```
$ pip install --upgrade cookiecutter
$ cookiecutter gh:f213/http-client
```
## FAQ
### I have got an error «'random_ascii_string' is undefined»
You should upgrade cookiecutter to the latest version: `pip install --upgrade cookiecutter`