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

https://github.com/falk-werner/python-requests-example

Example how to use python's requests library
https://github.com/falk-werner/python-requests-example

Last synced: 2 months ago
JSON representation

Example how to use python's requests library

Awesome Lists containing this project

README

        

# Python Requests Example

Example how to use Python's requests library.

## Build instructions

```bash
pip3 -m venv
source venv/bin/activate
pip3 install build twine
python3 -m build
pip3 install dist/fetch-0.1.0-py3-none-any.whl
fetch -h
```