Papirus

Latest version: v1.0.0

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

Scan your dependencies

1.0.0

What's Changed
* Various fixes to get PaPiRus working by chrisrichards in https://github.com/PiSupply/PaPiRus/pull/5
* fixed typo: bin/papirus-tmp -> bin/papirus-temp by kurt77 in https://github.com/PiSupply/PaPiRus/pull/29
* install package for papirus-temp by kurt77 in https://github.com/PiSupply/PaPiRus/pull/33
* Fix config driver enable logic by garycmartin in https://github.com/PiSupply/PaPiRus/pull/50
* Typo by lurch in https://github.com/PiSupply/PaPiRus/pull/53
* Fix for non-working papirus image object by zzzirk in https://github.com/PiSupply/PaPiRus/pull/65
* papirus-write complained about missing parentheses by CleoQc in https://github.com/PiSupply/PaPiRus/pull/67
* Added papirus-twitter.py by westy48 in https://github.com/PiSupply/PaPiRus/pull/49
* Papirus hat MCP7940N examples by tvoverbeek in https://github.com/PiSupply/PaPiRus/pull/55
* PaPiRus Positional Text by BenScarb in https://github.com/PiSupply/PaPiRus/pull/68
* Button example+root check by tvoverbeek in https://github.com/PiSupply/PaPiRus/pull/79
* EPD to main branch and cleaned up code by francesco-vannini in https://github.com/PiSupply/PaPiRus/pull/94
* added textfill commandline argument by dramsay9 in https://github.com/PiSupply/PaPiRus/pull/70
* Font management by gibtmirdas in https://github.com/PiSupply/PaPiRus/pull/98
* Lm75b support and script updates by tvoverbeek in https://github.com/PiSupply/PaPiRus/pull/103
* Initial unicode support for Text and TextPos by cyberscribe in https://github.com/PiSupply/PaPiRus/pull/112
* make Composite screen with image and text by PeuX in https://github.com/PiSupply/PaPiRus/pull/104
* Use lm75b option by tvoverbeek in https://github.com/PiSupply/PaPiRus/pull/117
* 0 90 180 270 rotation by tvoverbeek in https://github.com/PiSupply/PaPiRus/pull/119
* Inverted text by BenScarb in https://github.com/PiSupply/PaPiRus/pull/105
* Test and temp scripts by francesco-vannini in https://github.com/PiSupply/PaPiRus/pull/135
* Bug fix papirus-system by francesco-vannini in https://github.com/PiSupply/PaPiRus/pull/138
* papirus-test fixes and some more python 3 preparation by tvoverbeek in https://github.com/PiSupply/PaPiRus/pull/141
* Use font metrics instead of fixed with calculations in text.py and textpos.py by tvoverbeek in https://github.com/PiSupply/PaPiRus/pull/142
* Normalize variable names, add maxLines by eat-sleep-code in https://github.com/PiSupply/PaPiRus/pull/144
* Remove test code from papirus-draw by fkoran in https://github.com/PiSupply/PaPiRus/pull/149
* New script for animations by francesco-vannini in https://github.com/PiSupply/PaPiRus/pull/154
* fonts-freefont-ttf is needed as dependancy by mmolhoek in https://github.com/PiSupply/PaPiRus/pull/155
* utf-8 strings need to be encoded to work from cron by mmolhoek in https://github.com/PiSupply/PaPiRus/pull/156
* Python2 and 3 by tvoverbeek in https://github.com/PiSupply/PaPiRus/pull/160
* added papirus ruby gem by mmolhoek in https://github.com/PiSupply/PaPiRus/pull/159
* update missing dependencies by erickeller in https://github.com/PiSupply/PaPiRus/pull/151
* Add papirus-bcopy by tvoverbeek in https://github.com/PiSupply/PaPiRus/pull/173
* fix The Text API formatting by jezmck in https://github.com/PiSupply/PaPiRus/pull/177
* Add ability to pipe images into stdin in papirus-draw by schwma in https://github.com/PiSupply/PaPiRus/pull/180
* Minor typo and wording fixes in README by VirtualWolf in https://github.com/PiSupply/PaPiRus/pull/178
* Add invert functionality to papirus-draw (closes 132) by schwma in https://github.com/PiSupply/PaPiRus/pull/181
* Fixed a typo on the "Rebooting the PI using the wake-on-alarm function of the MCP7940N' instructions by johnobrien in https://github.com/PiSupply/PaPiRus/pull/184
* Neatened up code by byarmis in https://github.com/PiSupply/PaPiRus/pull/203
* Fix syntax error in epd.py by wolfd in https://github.com/PiSupply/PaPiRus/pull/204
* Py2 still default! by jezmck in https://github.com/PiSupply/PaPiRus/pull/214
* adding python3-distutils to python3 setup.py install requirement by Utopiah in https://github.com/PiSupply/PaPiRus/pull/221
* feat: make it pip compatible by Minipada in https://github.com/PiSupply/PaPiRus/pull/213

New Contributors
* kurt77 made their first contribution in https://github.com/PiSupply/PaPiRus/pull/29
* garycmartin made their first contribution in https://github.com/PiSupply/PaPiRus/pull/50
* lurch made their first contribution in https://github.com/PiSupply/PaPiRus/pull/53
* zzzirk made their first contribution in https://github.com/PiSupply/PaPiRus/pull/65
* CleoQc made their first contribution in https://github.com/PiSupply/PaPiRus/pull/67
* westy48 made their first contribution in https://github.com/PiSupply/PaPiRus/pull/49
* tvoverbeek made their first contribution in https://github.com/PiSupply/PaPiRus/pull/55
* BenScarb made their first contribution in https://github.com/PiSupply/PaPiRus/pull/68
* francesco-vannini made their first contribution in https://github.com/PiSupply/PaPiRus/pull/94
* dramsay9 made their first contribution in https://github.com/PiSupply/PaPiRus/pull/70
* gibtmirdas made their first contribution in https://github.com/PiSupply/PaPiRus/pull/98
* cyberscribe made their first contribution in https://github.com/PiSupply/PaPiRus/pull/112
* PeuX made their first contribution in https://github.com/PiSupply/PaPiRus/pull/104
* eat-sleep-code made their first contribution in https://github.com/PiSupply/PaPiRus/pull/144
* fkoran made their first contribution in https://github.com/PiSupply/PaPiRus/pull/149
* mmolhoek made their first contribution in https://github.com/PiSupply/PaPiRus/pull/155
* erickeller made their first contribution in https://github.com/PiSupply/PaPiRus/pull/151
* jezmck made their first contribution in https://github.com/PiSupply/PaPiRus/pull/177
* schwma made their first contribution in https://github.com/PiSupply/PaPiRus/pull/180
* VirtualWolf made their first contribution in https://github.com/PiSupply/PaPiRus/pull/178
* johnobrien made their first contribution in https://github.com/PiSupply/PaPiRus/pull/184
* byarmis made their first contribution in https://github.com/PiSupply/PaPiRus/pull/203
* wolfd made their first contribution in https://github.com/PiSupply/PaPiRus/pull/204
* Utopiah made their first contribution in https://github.com/PiSupply/PaPiRus/pull/221
* Minipada made their first contribution in https://github.com/PiSupply/PaPiRus/pull/213

**Full Changelog**: https://github.com/PiSupply/PaPiRus/commits/v1.0.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.