bboxpy
Manage your Bouygues Bbox in Python
Easily manage your Bbox in Python. Check your config, configure your dhcp, disable your wifi, monitor your LAN activity and many others, on LAN or remotely.
bboxpy is a python library implementing fir the Bbox.
This project is based on stilllman/aiofreepybox, which provides the same features as aiofreepybox in a synchronous manner.
Install
Use the PIP package manager
$ pip install bboxpy
Or manually download and install the last version from github
$ git clone https://github.com/cyr-ius/bboxpy.git
$ python setup.py install
Get started
# Import the bboxpy package.
from bboxpy import Bbox
from bboxpy.exceptions import BboxException
async def async_main()
# Instantiate the Sysbus class using default options.
bbox = Bbox(password='xxxxxx')
# Connect. (optional)
await bbox.async_login()
try:
device_info = await bbox.device.async_get_bbox_info()
print(device_info)
except BboxException as error:
logger.error(error)
# Do something useful, rebooting your bbox for example.
await bbox.device.async_reboot()
# Properly close the session.
await bbox.async_logout()
await bbox.async_close()
#Call api (raw mode)
summary = await bbox.async_raw_request(method="get", path="device/summary")
print(summary)
if __name__ == "__main__":
loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop)
asyncio.run(async_main())
Release files for bboxpy 1.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bboxpy-1.4.1.tar.gz | 71.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bboxpy-1.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 108.9 kB
Release files / bboxpy-1.4.1.tar.gz
| Download URL | bboxpy-1.4.1.tar.gz |
|---|---|
| Size | 71.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
64f8f683243dfb4378ba9e65e5e15620de392f467b701c7520882b9234dfbb7e
|
|
BLAKE2b-256 checksum How to use checksums |
39e2591ce7cfb137fa79dcd7c94258fd4b39efd1f6bad6e46e792a4bcc5ecb54
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.
Transparency logRelease files / bboxpy-1.4.1-py3-none-any.whl
| Download URL | bboxpy-1.4.1-py3-none-any.whl |
|---|---|
| Size | 37.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2adb88f61ec0803fe4d03e41e6228d07ba426a34741681ce83f8dd2259a0dde5
|
|
BLAKE2b-256 checksum How to use checksums |
0fb845678974fc497d633911f37dd7f39b0dd7e6229fe78d5c692717d48880c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.
Transparency log