Skip to content

stevendgonzales/pyrox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The fast Python HTTP middleware server

Features

Building Pyrox

Building pyrox requires a few dependencies. The cython dependency has been stored in tools/dev-requires in the case where the software is being installed as a pre-built package. For development use cases, installing cython is required.

pip install -r tools/dev-requires -r tools/pip-requires -r tools/test-requires
python setup.py build && python setup.py build_ext --inplace
nosetests

Running Pyrox

After building pyrox you should be able to run it with the proxy shell script located within the project root.

./proxy

##That Legal Thing...

This software library is released to you under the MIT License. See LICENSE for more information.

About

The high-speed HTTP middleware proxy for python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.0%
  • C 32.9%
  • Perl 0.1%