csdl-unoffical

Write CSDL using Python


License
MIT
Install
pip install csdl-unoffical==0.3.0

Documentation

python-csdl

csdl-unoffical on PyPI csdl-unoffical on PyPI Travis-CI build status for python-csdl GitHub issues for python-csdl

The csdl library lets you write CSDL inside Python.

This project is incomplete and not actively maintained, and is not supported by DataSift.

Example

Thw following python script...

from csdl import interaction, twitter, Definition

print (interaction.type == "twitter") & (twitter.user.name == "borntyping")

...results in this output.

interaction.type == "twitter" AND twitter.user.name == "borntyping"

Installation

Install using pip:

pip install csdl-unoffical

Authors

The csdl module was written by Sam Clements during a DataSift hackday. It is not offically supported by DataSift.