Skip to content

kyoto-project/kyoto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kyoto Build Status Code Health

Python BERT-RPC implementation.

Goals

The BERT-RPC philosophy is to eliminate extraneous type checking, IDL specification, and code generation. This frees the developer to actually get things done.

Benefits

  • Performance. Kyoto uses binary protocol and built on top of gevent library.
  • Flexibility. Modules can be moved from one to another kyoto server without headache, like django applications.
  • Opportunities. Synchronous and asynchronous requests. With caching, streaming and callbacks.

Installation

Currently, kyoto isn't yet released to PyPI. But you can checkout this repository and run:

$ git clone https://github.com/kyoto-project/kyoto.git && cd kyoto
$ python setup.py install

License

All parts of Kyoto is licensed under MIT license.

About

Python BERT-RPC implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages