Skip to content

top-sekret/sioworkers

 
 

Repository files navigation

INSTALLATION

for python 2 installation

pip install -r requirements.txt

python setup.py install

for python 3 installation

pip install -r requirements_py3.txt

python setup.py install

TESTS

to run all tests

tox in main directory

to run twisted tests (python2)

run: trial sio.sioworkersd.twisted_t in the directory of installation

to run twisted tests (python3)

run: trial sio/sioworkersd/twisted_t in the directory of installation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.4%
  • Java 4.4%
  • Shell 2.6%
  • C 2.2%
  • Makefile 1.5%
  • C++ 1.4%
  • Other 0.5%