Dejavu 是一个 Python 库,用于音频指纹和识别的算法。Dejavu 听一次音频后就会记录该音频的指纹信息,然后可通过麦克风对输入的音频进行识别是否同一首歌。
Cactus 是一个简单而强大的静态网页生成器程序,它使用 Python 和 Django 的模板系统。它的本地开发和在S3 上的部署都非常的简单。 因为目前的动态网站大部分都可以使用 JavaScript 来完成,这样实际上网页完全可以是静态的,而且静态网页速度非常快并且容易管理。所以才有了这个项目。 作者开发 Cactus 的目的是为了给设计师们提供一个标准而简单的系统,让他们能够快速的构建和部署一个速度很快的网站。
Python Koans 类似 Ruby Koans,是一个通过交互界面来学习Python的教程,也可以用来学习TDD(Test Driven Development) 。
plog 是一个 Python 应用的日志工具包,包括系统日志解析,日志文件到系统日志的转换,提供一个Web查询接口。
Python Browser是一个用来浏览Python文档和模块的图形界面工具。
Python Glanceclient 是 Glance 的客户端库,基于 OpenStack 镜像 API 建立。它提供了一个 Python API (glanceclient 模块)和一个命令行工具(glance)。这个库完全致辞 v1 版本镜像 API,v2 版本 API 的支持工作正在进行中。
flynn 是 Python 语言对 CBOR 对象编码格式的支持。 示例代码: >>> flynn.dumps([1, [2, 3]])b'\x82\x01\x82\x02\x03'>>> flynn.loads(b'\x82\x01\x82\x02\x03')[1, [2, 3]]
Python-amigocloud 是 AmigoCloud REST API 的 Python 开发包。
Python Muranoclient 是用于建立 Murano API 的客户端库。它提供了一个 Python API(muranoclient 模块)和一个命令行工具(murano)。
Python Swiftclient 是一个用于 Swift API 的 Python 客户端。其中包含了 Python API(swift 模块)和一个命令行脚本(swift)。
Python Tuskarclient 是 Tuskar 的 Python 客户端和命令行界面。它提供 Python 绑定和 CLI 给 Tuskar。
Python Ceilometerclient 是 OpenStack Ceilometer API 的客户端。它提供一个 Python API(ceilometerclient 模块)和一个命令行工具(ceilmeter)。
python-articles-monthly Monthly Series - Top 10 Python Articles Click "Watch" to get an email notification once a month for Top 10 Python articles (Issue and Pull Request are disabled to keep 1 email
Bolt for Python A Python framework to build Slack apps in a flash with the latest platform features. Read the getting started guide and look at our code examples to learn how to build apps using Bolt.
python-twootfeed generate an RSS feed from parsed Twitter or Mastodon search and Mastodon bookmarks/favorites The RSS feed displays only the original tweets (not the retweets) and toots, with: links t