Skip to content

F1ashhimself/Linqp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Maksim Beloborodko
Jun 19, 2018
71d433f · Jun 19, 2018

History

7 Commits
Jun 19, 2018
Jun 19, 2018
Jun 19, 2018
Jun 19, 2018
Jun 19, 2018
Jun 19, 2018
Jun 19, 2018

Repository files navigation

Linqp

Release Status License

Simple LINQ implementation for python.

Usage example:

Linqp(foo).where(lambda x: x.bar == 'bar').select_all()

or

Linqp(foo).where(lambda x: x.bar == 'bar').select(lambda x: x.foobar)

About

Simple LINQ implementation for python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages