Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9126002
README.md
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
README.md
View Options
#
Python
Status
.
io
A
Python
wrapper
around
the
Status
.
io
API
.
[](https://pypi.python.org/pypi/python-statusio/)
[](https://travis-ci.org/statusio/python-statusio)
##
Introduction
This
library
provides
a
pure
Python
interface
for
the
[
Status
.
io
API
](
http
:
//docs.statusio.apiary.io/). It works with Python versions from 2.6+.
[
Status
.
io
](
http
:
//status.io) provides hosted system status pages.
##
Installing
You
can
install
python
-
statusio
using
::
$
pip
install
python
-
statusio
##
Documentation
View
the
last
release
API
documentation
at
:
http
:
//developers.status.io/
##
Using
The
library
provides
a
Python
wrapper
around
the
Status
.
io
API
.
###
API
The
API
is
exposed
via
the
`
statusio
.
Api
`
class
.
To
create
an
instance
of
the
`
statusio
.
Api
`
with
yout
credentials
:
>>>
import
statusio
>>>
api
=
statusio
.
Api
(
api_id
=
'
api_id
'
,
api_key
=
'
api_key
'
)
To
your
status
page
summary
:
>>>
summary
=
api
.
StatusSummary
(
'
status_page_id
'
)
>>>
print
(
summary
)
There
are
many
more
API
methods
,
to
read
the
full
API
documentation
::
$
pydoc
statusio
.
Api
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 21 2025, 9:35 PM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3259986
Attached To
rPSTATIO python3-statusio
Event Timeline
Log In to Comment