Skip to content

F1ashhimself/Linqp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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