Last updated:
0 purchases
pinq 0.1.1
pinq is a partial python implementation of the Language Integrated Query (LINQ) framework’s method syntax api.
Installation
Easy
To install pinq, use pip:
$ pip install pinq
From Source
To install pinq from source, download the source and extract the contents. Then run:
$ python setup.py install
To run the tests, run the following command from the source directory:
$ python tests
Documentation
Better documentation is currently under development.
The pinq api documentation can be found here.
Contribute
Check for open issues or open a new issue.
Fork the repository on GitHub to start making changes.
Write a test that shows the bug was fixed or the feature works as expected.
Send a pull request
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.