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

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!

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`