Skip to content

Query structured data in Python dictionaries, the easy way.

License

Notifications You must be signed in to change notification settings

agodie/pyDictRy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyDictRy

Query Python dictionaries using SQL-tasting functions.

See examples to see how it works!

Installation

  1. Clone the repository

git clone https://github.com/agodie/pyDictRy

  1. Enter the cloned folder

  2. Install with pip

    pip3 install .

  3. The module should be properly installed and directly available:

    import pydictry

TODO

  1. add group-by

About

Query structured data in Python dictionaries, the easy way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages