Skip to main content

Python module for the eponym voltage glitch training. Contains everything required to run the Jupyterlab notebooks.

Project description

This package contains all the companion scripts required to run the Jupyterlab notebooks of the Arduiglitch voltage glitch training developed by the hardware security department (SAS) of l’École des Mines de Saint-Étienne.

Repackage a local version

The packages setuptools and build are required to repackage the module. They should be installed when updating with pipenv update.

The pyproject.toml contains all the configuration for the packaging process. To build the package execute the following commands from the root of the repository :

pipenv shell
python -m build

If the packaging process went well, the module wheel should be located in dist/`.

To install this local version in a project, use Pipenv and specify the path to the .whl file as follows:

pipenv uninstall arduiglitch
pipenv install relative/path/to/arduiglitch/dist/arduiglitch-*.*.*-*-*-*.whl

For later local updates, the uninstall Pipenv command prevents the use of a cached version in case the version number of the new version is the same as the current one.

It is advised to change the version number in the pyproject.toml file after each build. In such case, the path to the new module wheel needs to be adjusted in the Pipfile and only pipenv update is required to update.

License

GNU General Public License version 3

For more information, see the LICENSE file at the root of the project.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arduiglitch-0.0.10.tar.gz (43.2 kB view hashes)

Uploaded Source

Built Distribution

arduiglitch-0.0.10-py3-none-any.whl (58.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page