TITLE CARD:
"ScreenPy Requests"
TITLE DISAPPEARS.
FADE IN:
INT. DOCUMENTATION - MIDDAY
AUDIENCE enters from a hidden door built into a bookcase, blinking their eyes
as they adjust to the relative darkness. Dimly lit shelves hold gizmos and
gadgets which give off a secretive air. NARRATOR continues.
NARRATOR (V.O.)
... these gathered curios enable your ScreenPy
Actors to make API requests using the Requests
library.
AUDIENCE
These things look like they weren't meant to be seen.
Will it be OK to expose them like this?
NARRATOR (V.O.)
You could consider the "front end" to be an End User,
of sorts. Then your Actors are simply a stand-in for
your front end application.
AUDIENCE
In that case, anything could be an End User, if I
need them to be.
NARRATOR (V.O.)
Now you're getting it. Come this way, there are more...
FADE OUT
pip install screenpy_requests
or
pip install screenpy[requests]
Please check out the Read The Docs documentation for the latest information about this module!
You can also read the ScreenPy Docs for more information about ScreenPy in general.
You want to contribute? Great! Here are the things you should do before submitting your PR:
- Fork the repo and git clone your fork.
dev
install the project package:pip install -e .[dev]
- Optional (poetry users):
poetry install --extras dev
- Run
pre-commit install
once. - Run
tox
to perform tests frequently. - Create pull-request from your branch.
That's it! :)