Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

dlshriver/pinq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinq

Build Status

Coverage Status

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

  1. Check for open issues or open a new issue.
  2. Fork the repository on GitHub to start making changes.
  3. Write a test that shows the bug was fixed or the feature works as expected.
  4. Send a pull request

About

Python Integrated Queries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages