Crappy

Latest version: v2.0.7

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

2.0.0.dev0

What's Changed
* The Camera Block and its children now run the acquisition, processing, recording and display in parallel processes
* The Displayer Block was removed
* The Streamer Camera was renamed FileReader
* The CameraConfig window can now start running even when no image is received
* A special CameraSetting was added for controlling the camera triggers
* Added warnings for full Pipes and Links
* Fixed bugs in the examples when running on Windows
* Complete refactoring of the base Block, to improve speed and stability
* Added a proper logger to Crappy, as well as debugging features
* Refactored the Link methods for more consistency
* Reorganized the repository
* The module is now contained in the src/ folder, to ensure the doc is built against a packaged module
* Enforced CamelCase throughout the module
* The data files to include are now explicitly listed
* The classes and methods to document are now explicitly listed

New Contributors
* Eddidoune made their first contribution in https://github.com/LaboratoireMecaniqueLille/crappy/pull/11

**Full Changelog**: https://github.com/LaboratoireMecaniqueLille/crappy/compare/v1.5.9...v2.0.0.dev0

**Wheel**: [crappy-2.0.0.dev0-py3-none-any.whl.gz](https://github.com/LaboratoireMecaniqueLille/crappy/files/10501738/crappy-2.0.0.dev0-py3-none-any.whl.gz)

1.5.11

This release is the last one before the version upgrade to 2.0.0 !
It contains warnings signaling the upcoming changes in version 2.0.0.
Adapt your code accordingly when upgrading !

What's Changed
* added additional layout cmd to properly layout arbitrary aspect ratio plots by magnus-haw in https://github.com/LaboratoireMecaniqueLille/crappy/pull/38
* remove clear button and replace with 'c' keypress by magnus-haw in https://github.com/LaboratoireMecaniqueLille/crappy/pull/39
* fix bug in example code in the documentation by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/42
* include documentation fix in branch v1.5.11 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/44
* minor fixes in the distributed examples by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/67
* fix missing dependency for building online documentation by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/67
* add warnings signaling the upcoming changes in version 2.0.0 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/67

New Contributors
* magnus-haw made their first contribution in https://github.com/LaboratoireMecaniqueLille/crappy/pull/38

**Full Changelog**: https://github.com/LaboratoireMecaniqueLille/crappy/compare/v1.5.10...v1.5.11

The tarball and the wheel are available [on PyPI](https://pypi.org/project/crappy/1.5.11/)

1.5.10

What's Changed
* Adding a new actuator for personal use by Eddidoune in https://github.com/LaboratoireMecaniqueLille/crappy/pull/11
* Added the possibility for Blocks to receive data in a non-blocking way
* Renamed the Streamer Camera to File_reader
* Syntax refactoring for many Blocks and classes
* Major refactoring of the Generator
* Reorganization of the FT232H-related code
* Added the Waveshare_high_precision InOut
* Improved the way the InOuts can offset to 0 before starting the test
* Minor bug fixes
* Minor documentation updates
* Minor example updates

New Contributors
* Eddidoune made their first contribution in https://github.com/LaboratoireMecaniqueLille/crappy/pull/11

**Full Changelog**: https://github.com/LaboratoireMecaniqueLille/crappy/compare/v1.5.9...v1.5.10

1.5.9

In this new release :
- Improved of the Grapher block
- Improved the server for interfacing with the FT232H
- Added extras for installation of Crappy with pip
- Added the Camera_gstreamer Camera, for reading cameras using GStreamer
- Added the Camera_opencv Camera, for reading cameras using OpenCV
- Downgraded the Webcam Camera to reserve it for demonstration purpose only
- Improved the Disve block, with more available backends
- Completely refactored the link class, to improve readability
- Removed the Ximea_cv Camera, that was obsolete because of the Xiapi one
- Completely refactored the Multiplexer block
- Slightly improved the documentation
- Other minor fixes

**Full Changelog**: https://github.com/LaboratoireMecaniqueLille/crappy/compare/v1.5.8...v1.5.9
[crappy-1.5.9.tar.gz](https://github.com/LaboratoireMecaniqueLille/crappy/files/8581417/crappy-1.5.9.tar.gz)
[crappy-1.5.9-py3-none-any.whl.gz](https://github.com/LaboratoireMecaniqueLille/crappy/files/8581418/crappy-1.5.9-py3-none-any.whl.gz)

1.5.8

In this new release :
- Added the UController block for interfacing with micro-controllers
- Added the microcontroller.py and microcontroller.ino templates, to be used with the UController block
- Added the microcontroller.py example for a demonstration of the two previous features
- Minor improvements of the Dashboard, Client-Server and IOBlock blocks
- Major improvement of the InOuts interfacing over SPI or I2C. This includes fixes, new features and speed-ups
- Major documentation update, with the new section "Crappy for embedded devices"
- Other minor documentation improvements, including a protocol for testing hypertext links
- Fixed a requirements issue causing the online documentation to crash

**Full Changelog**: https://github.com/LaboratoireMecaniqueLille/crappy/compare/v1.5.7...v1.5.8
[crappy-1.5.8.tar.gz](https://github.com/LaboratoireMecaniqueLille/crappy/files/7861792/crappy-1.5.8.tar.gz)
[crappy-1.5.8-py3-none-any.whl.gz](https://github.com/LaboratoireMecaniqueLille/crappy/files/7861793/crappy-1.5.8-py3-none-any.whl.gz)

1.5.7

In this new release :
- Updated the Dashboard block to make it compliant with the current block architecture
- Fixed and improved the Disve block

**Full Changelog**: https://github.com/LaboratoireMecaniqueLille/crappy/compare/v1.5.6...v1.5.7
[crappy-1.5.7-py3-none-any.whl.gz](https://github.com/LaboratoireMecaniqueLille/crappy/files/7462176/crappy-1.5.7-py3-none-any.whl.gz)
[crappy-1.5.7.tar.gz](https://github.com/LaboratoireMecaniqueLille/crappy/files/7462178/crappy-1.5.7.tar.gz)

Page 3 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.