You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary = "A simple wrapper for making querying PStores easier."
s.description = "This provides a very simple way of querying PStores. It allows you to write queries like: `pstore.age_gt(40).height_lt(1.8).results` Additional documentation is available on the GitHub page."