The gamestreaming part of the smartglass library, codename NANO.
Currently supported version:
XCloud and new XHome streaming are Nano v3, required for Xbox Series S/X.
For in-depth information, check out the documentation: (https://openxbox.github.io)
pip install xbox-smartglass-nano
xbox-nano-client
Ready to contribute? Here's how to set up xbox-smartglass-nano-python
for local development.
xbox-smartglass-nano-python
repo on GitHub.git clone git@github.com:your_name_here/xbox-smartglass-nano-python.git
python -m venv ~/pyvenv/xbox-smartglass
source ~/pyvenv/xbox-smartglass/bin/activate
cd xbox-smartglass-nano-python
pip install -e .[dev]
git checkout -b name-of-your-bugfix-or-feature
Make your changes.
Before pushing the changes to git, please verify they actually work
pytest
git commit -m "Your detailed description of your changes."
git push origin name-of-your-bugfix-or-feature
Before you submit a pull request, check that it meets these guidelines:
This package uses parts of Cookiecutter and the audreyr/cookiecutter-pypackage project template