LICENSE
MANIFEST.in
README.md
setup.py
ActivePandasQuery.egg-info/PKG-INFO
ActivePandasQuery.egg-info/SOURCES.txt
ActivePandasQuery.egg-info/dependency_links.txt
ActivePandasQuery.egg-info/requires.txt
ActivePandasQuery.egg-info/top_level.txt
active_pandas_query/__init__.py
active_pandas_query/core.py
active_pandas_query/parser.py
active_pandas_query/operations/__init__.py
active_pandas_query/operations/aggregation.py
active_pandas_query/operations/filtering.py
active_pandas_query/operations/joining.py
active_pandas_query/operations/sorting.py
active_pandas_query/operations/transformation.py
examples/basic_usage.py