Go to file
Aldo Cortesi 5fb31f9162 Add :u shortcut example.
Update trove specifiers, netlib dependency.
2012-11-16 14:51:31 +13:00
.sources Examples and documentation. 2012-11-02 14:22:54 +13:00
examples Examples and documentation. 2012-11-02 14:22:54 +13:00
libpathod Add :u shortcut example. 2012-11-16 14:51:31 +13:00
test :u belongs on Request not Response 2012-11-16 14:41:02 +13:00
.coveragerc Port test suite over to Nose. 2012-06-09 15:08:51 +12:00
.gitignore Move message body to new lazy-generator scheme. 2012-10-28 12:56:08 +13:00
CHANGELOG Update changelog. 2012-11-16 14:22:20 +13:00
LICENSE setup.py, LICENSE, README.txt 2012-04-29 21:30:48 +12:00
MANIFEST.in Download page, MANIFEST.in 2012-08-23 12:54:58 +12:00
pathoc Add u User-agent shortcut. 2012-11-16 13:46:42 +13:00
pathod Use .freeze to implement the -e explain flags for pathod and pathoc. 2012-10-31 11:34:58 +13:00
README.mkd README.txt and README.mkd tweaks. 2012-07-29 15:49:26 +12:00
README.txt README.txt and README.mkd tweaks. 2012-07-29 15:49:26 +12:00
setup.py Add :u shortcut example. 2012-11-16 14:51:31 +13:00

**pathod** is a collection of pathological tools for testing and torturing HTTP
clients and servers. The project has three components:

- **pathod**, an pathological HTTP daemon.
- **pathoc**, a perverse HTTP client. 
- **libpathod.test**, an API for easily using pathod and pathoc in unit tests.


Documentation
-------------

The pathod documentation is self-hosted. Just fire up pathod, like so:
    
    ./pathod 

And then browse to:

    http://localhost:9999

You can aways view the documentation for the latest release at the pathod
website:
    
    http://pathod.net


Installing
----------

If you already have **pip** on your system, installing **pathod** and its
dependencies is dead simple:
    
    pip install pathod

The project has the following dependencies:

* netlib_
* requests_

The project's test suite uses the nose_ unit testing framework.

.. _netlib: http://github.com/cortesi/netlib
.. _requests: http://docs.python-requests.org/en/latest/index.html 
.. _nose: http://nose.readthedocs.org/en/latest/