Skip to content

Asynchronous Python module for Meteor's DDP protocol

License

Notifications You must be signed in to change notification settings

jmaratt/pyddp

 
 

Repository files navigation

ddp_asyncio

ddp_asyncio is an asynchronous implementation of Meteor's DDP protocol for Python 3.5+.

Installation

Install via PyPi:

pip3 install ddp_asyncio

Or, install using the included setup.py script:

python3 setup.py install

Usage

API docs

Check out the following examples, all of which use Meteor's reference Todos application.

Extras

Meteor-Files Upload

ddp_asyncio's MeteorFilesUploader can upload files to a server using the Meteor-Files package.

Example

About

Asynchronous Python module for Meteor's DDP protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%