Erstellen von hübschen Kommandozeilen Tools mit Click
Die Idee hinter Click, einem Paket für Python, ist die Möglichkeit für Entwickler schnell und einfach Konsolen Anwendungen zu schreiben.
Farbige Textausgabe mit colorama für Python
Beim Entwickeln von Skripten, die auf der Konsole laufen, stößt man schnell auf das Problem, dass die Ausgabe unübersichtlich werden kann. So bietet es sich an, unterschiedliche Meldungen farblich hervorzuheben. Bei Python kann hierfür das colorama
Paket zum Einsatz kommen.
In version 0.4 many new features have been added and some bugs have been fixed. The new version is already available from PyPI.
Short changelog:
- Support Areas
- Parse center information
- Parse geometry information
- Add SAX parser
- Add option to choose DOM or SAX parser
- Fix issues (Thanks to all contributors)
- Add property for default API URL
- Add examples
- Fix issues with CI builds with Python 3.2
- Add Python 3.5 to CI builds
Version 3.2 of the Python ssdeep binding has been released today. The new version is already available from PyPI and from AUR for Arch Linx.
Short changelog:
- Updated install instructions
- Update included ssdeep library from 2.12 to 2.13
- Add additional CI tests
Use sqlparse to tokenize SQL statements
The sqlparse module can tokenize SQL statements in Python. In this article I will show some examples on how to use the module.
Verbindung über einen Proxy mit Python
Das PySocks Modul ermöglicht es in Python Verbindungen über einen Proxy aufzubauen. Im folgenden Artikel wird kurz gezeigt wie dies Funktioniert.
Mit Scrapy zum eigenen Webcrawler
Scrapy ist ein Framework mit dem Crawler und Scraper geschrieben werden können. So ist es möglich Daten von Webseiten automatisch auszulesen und zu verarbeiten. Im Folgenden wird kurz gezeigt, was mit Scrapy möglich ist.
python-ssdeep packages migrated to AUR4
The Arch User Repository will be migrated to version 4 on 8th of Juli 2015. The packages python-ssdeep and python2-ssdeep have been migrated.
In version 0.3.1 the internal data handling has been improved and two new helper functions have been added to the module.
Short changelog:
- Improve internal data handling (Dominik)
- Add helper functions (Morris Jobke)
Mit Hilfe von ArduRPC lassen sich Befehle an einen Arduino oder kompatiblen Mikrocontroller senden. Mit Python lässt sich in wenigen Schritten ein MQTT zu ArduRPC Gateway erstellen.