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
- Host: GitHub
- URL: https://github.com/falk-werner/python-requests-example
- Owner: falk-werner
- License: unlicense
- Created: 2025-01-31T13:49:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T14:22:01.000Z (4 months ago)
- Last Synced: 2025-01-31T15:29:35.786Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```