pytradfri
IKEA Trådfri/Tradfri API. Control and observe your lights from Python. Examples available. On pypi. Sans-io.
File Explorer
- devcontainer.json
- Dockerfile.dev
- pythonpublish.yml
- release-drafter.yml
- stale.yml
- test.yml
- dependabot.yml
- release-drafter.yml
- issue_template.md
- pytradfri_cli.png
- debug_info.py
- example_air_purifier_async.py
- example_async.py
- example_cover_async.py
- example_pair.py
- example_socket_async.py
- example_sync.py
- __init__.py
- aiocoap_api.py
- libcoap_api.py
- __init__.py
- air_purifier.py
- air_purifier_control.py
- base_controller.py
- blind.py
- blind_control.py
- light.py
- light_control.py
- signal_repeater.py
- signal_repeater_control.py
- socket.py
- socket_control.py
- __init__.py
- __main__.py
- color.py
- command.py
- const.py
- error.py
- gateway.py
- group.py
- mood.py
- py.typed
- resource.py
- smart_task.py
- util.py
- VERSION
- bootstrap
- dev_docker
- install-coap-client.sh
- run-pre-commit.sh
- setup
- __init__.py
- test_aiocoap_api.py
- test_libcoap_api.py
- air_purifier.json
- blind.json
- __init__.py
- common.py
- devices.py
- moods.py
- test_air_purifiers.py
- test_blinds.py
- test_color.py
- test_command.py
- test_device.py
- test_gateway.py
- test_group.py
- test_light.py
- test_mood.py
- test_signal_repeater.py
- test_smart_task.py
- test_socket.py
- test_util.py
- .coveragerc
- .gitignore
- .pre-commit-config.yaml
- AI_POLICY.md
- Dockerfile
- DockerfileRPI
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
- requirements.txt
- requirements_test.txt
- setup.cfg
- setup.py
- tox.ini
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
// repository documentation
Was this content helpful?
(0 ratings)
