web应用程序gui工具包

Muntjac的Python项目详细描述


一个web应用程序gui工具包。

MuntjacVaadinPython编程语言的转换。它 类似于桌面应用程序的gui工具包,例如PyQTwxPython 还有PyGTK。但是,它可以用来创建动态的、独立于浏览器的 网络应用程序。不需要编写html、javascript或rpc代码, 只是服务器端的python。

更改日志

1.1.2

  • Changed to Apache Software License, Version 2.0.
  • Added ColorPicker, CodeMirror, Canvas and GoogleMaps add-ons.

1.0.4

  • Added InMemorySession and FileSession with faster pickle protocol.
  • Implemented transient attributes and optimised JSON escaping.

1.0.3

  • Catching 1Mb memcache limit errors in session middleware.
  • Fixed date formatting and currency parsing in sampler.
  • Fixed infinite loop in handleVariableBurst().

1.0.2

  • Added GAE Appstats to configuration.
  • cron.yaml added to clean up GAE sessions.
  • Catching UnknownLocaleError exceptions from Babel.

1.0.1

  • Quick start section removed from README and added to the home page.
  • Added links to GAE mirror on home page for demo apps.
  • Added try/except to session getter to handle unpickling errors.
  • Removed trademarked Vaadin favicon.
  • Added file modification notices to source files in accordance with Vaadin’s Apache license version 2.0.

1.0.0

  • First public release of Muntjac.

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

推荐PyPI第三方库


热门话题
java如何强制用户在允许访问活动之前处理对话框?我的许可证代码怎么了?   java ArraysList作为JSON   mysql如何在java中创建包含多个可选where子句的搜索语句?   java如何让Apache Camel在“直接”路径的末尾删除文件?   使用socket在两个Androids之间进行java实时数据传输。IO(websocket)和4G   如何在java中实现两个CORBA服务器之间的通信   会话树xml表示为java对象   java Skype4Java编号swtwin323325   java RecyclerView getAdapterPosition()不工作:第一次单击返回正确位置,第二次单击返回1   java在$TOMCAT/conf/context上为JNDI设置资源。xml   java为什么第二个矩形冲突在第一个矩形冲突时不起作用?   JScrollPane上的java JTextArea未出现在JPanel上   java如何将实现的PriorityQueue打印为字符串?   jpa使用Jersey更新用户角色RESTJava(JAXRS)