Metadata-Version: 2.1
Name: precursorupdater
Version: 0.1.1
Summary: Precursor USB Updater
Home-page: https://github.com/betrusted-io/betrusted-wiki/wiki/Updating-Your-Device
Author: bunnie
License: Apache2.0
Project-URL: Bug Tracker, https://github.com/betrusted-io/xous-core/issues
Project-URL: Documentation, https://github.com/betrusted-io/betrusted-wiki/wiki/Updating-Your-Device
Project-URL: Source Code, https://github.com/betrusted-io/xous-core/tree/main/tools/updater
Description: # Precursor Updater
        
        This script automatically updates a Precursor device. Please run with `--help` to see
        all the available options. By default, the script will attempt to load the latest stable release onto a Precursor device that is attached to the host via USB.
        
        When the script is finished running, you will need to reset the device by pressing on the
        switch inside the hole in the lower right hand side of the case. See https://ci.betrusted.io/i/reset.jpg for an example of how to do this.
        
        See our [troubleshooting](https://github.com/betrusted-io/betrusted-wiki/wiki/Updating-Your-Device#troubleshooting) guide for more help, especially if you are running Windows.
        
        # Maintainer Notes
        
        The repo is structured to use `setup.py`, so the first hits for documentation that guide you through using the `toml` manifest options won't work (couldn't get them to work anyways, even though I tried with the toml method). Thus, the method to push a new release is as follows:
        
        1. Run `python3 setup.py sdist` in this directory
        2. Run `python3 -m twine upload dist/precursorupdater-0.0.XXX.tar.gz` where XXX is replaced with the version number.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Hardware :: Universal Serial Bus (USB)
Description-Content-Type: text/markdown
