libgnuradio-pmt3.8.0
gnuradio pmt container library
python-flask-bcrypt
Python 2 flask extension that provides bcrypt hashing utilities
Due to the recent increased prevelance of powerful hardware,
such as modern GPUs, hashes have become increasingly easy to crack.
A proactive solution to this is to use a hash that was designed to be
"de-optimized". Bcrypt is such a hashing facility; unlike hashing algorithms
such as MD5 and SHA1, which are optimized for speed, bcrypt is intentionally
structured to be slow.
python3-flaskext.multistatic
Simple flask plugin for overriding static files (Python 3)
A simple flask plugin allowing to override static files, making
theming flask applications really easy.
python-flask-testing
unit testing utilities for the Flask micro web framework - Python 2.X
Flask-Testing is an extension for the Flask micro web framework that provides
unit testing helpers for Flask-based web applications.
python3-flask-testing
unit testing utilities for the Flask micro web framework
Flask-Testing is an extension for the Flask micro web framework that provides
unit testing helpers for Flask-based web applications.
python3-pager
terminal/console pager module in pure Python - Python 3.x
Pager is a Python module that pages output to the screen, reads keys and
console dimensions without executing external utils. It was meant to be
included in the Python standard library.