Skip to content
/ nimble Public
forked from grey-kristy/nimble

Nimble is a simple client-server library for an efficient http service creation in python.

Notifications You must be signed in to change notification settings

GSokol/nimble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Installation on linux ==

Everything is in a package called nimble.
You can copy it to any place in a PYTHONPATH
or to use setup.py to install nimble system-wide like:

$ sudo './setup.py install'

or

$ su -c './setup.py install'

== Test project ==

Look into testproject directory for an example how to use nimble

About

Nimble is a simple client-server library for an efficient http service creation in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.7%
  • JavaScript 6.5%
  • Shell 0.8%