交互式安装的应用程序开发框架

Sparked的Python项目详细描述


像twisted异步网络框架一样,sprink是一个python 一个库和一个应用程序运行程序。它的一些特点如下 这里:

  • Robust startup and restart of the program; if it crashes, it’s started again.
  • Logging: keeps a rotated logfile for debugging purposes.
  • Pidfile management for making sure your app starts only once.
  • A GUI status window (based on GTK) for monitoring the state of the application and the state of the system (network, power supply, …). Easy to add your own monitors.
  • Fullscreen graphics display for creating interactive displays, based on the clutter library.
  • Eventing system for broadcasting messages between sparked components.
  • A state machine for guiding the application through different states, with callback functions.
  • Possibility to run the sparked application as a twisted plugin for server applications, including a generic init.d startup script.
  • Plug-and-play support for hardware: automatically start and stop parts of the program when hardware is added or removed.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何为ConcurrentHashMap使用并设置适当的并发级别?   java泛型方法,运行时错误,   java在页面上显示加载的图像   java Paypal定期直接支付问题   java如何延迟重新绘制组件   JavaSpringBoot+Hibernate如何维护@Transient字段   java在其方法中获取关于类的信息   在java中将别名添加到枚举   java如何解决向google报告成绩时“需要重新连接客户端”的问题   清晰的java图像背景   java未找到适合JDateChooser的构造函数(字符串、字符串、字符)   java LRU缓存实现。某些测试用例的代码失败   if语句Java嵌套的if/Else条件   java JSoup“wrap”并非每次都按预期工作   Java Spring引导循环依赖于一个环境   ssl证书无法通过Java和IntelliJ连接到SOAP服务   带整数验证的Java扫描器   java在Flex中呈现具有动态列的datagrid   java Android:通过用户选择的选项将文件上载到服务器   子类中的java抛出错误、异常和运行时异常