Pants

Pants is a lightweight framework for writing asynchronous network applications in Python. It is a simple, efficient and versatile networking solution which makes no assumptions about your use-case, provides no superfluous features and is very good-looking.

Pants is available under the Apache License, Version 2.0

Install

Pants can be obtained in several ways. You can use pip:

pip install pants

Or setuptools, if that’s how you roll:

easy_install pants

Or for the bleeding edge version, you can clone the git repository:

git clone git://github.com/ecdavis/pants

Pants requires Python 2.6+ - Python 3 is not yet supported.

Community

Pants has a small but active community of developers who congregate in the IRC channel #pantsmud on irc.freenode.net.

Table Of Contents

Next topic

Overview