setup.cfg
setup.py
swimlane/__init__.py
swimlane/records.py
swimlane/utils.py
swimlane.egg-info/PKG-INFO
swimlane.egg-info/SOURCES.txt
swimlane.egg-info/dependency_links.txt
swimlane.egg-info/requires.txt
swimlane.egg-info/top_level.txt
swimlane/core/__init__.py
swimlane/core/swimlane_dict.py
swimlane/core/auth/__init__.py
swimlane/core/auth/client.py
swimlane/core/auth/user_pass_auth_provider.py
swimlane/core/resources/__init__.py
swimlane/core/resources/app.py
swimlane/core/resources/group.py
swimlane/core/resources/record.py
swimlane/core/resources/report.py
swimlane/core/resources/resource.py
swimlane/core/resources/stats_report.py
swimlane/core/resources/stats_result.py
swimlane/core/resources/task.py
swimlane/core/resources/user.py
swimlane/core/search/__init__.py
swimlane/core/search/aggregate.py
swimlane/core/search/filtering.py
swimlane/core/search/groupby.py
swimlane/core/search/search.py
swimlane/core/search/search_result.py
tests/__init__.py
tests/test_records.py
tests/test_utils.py
tests/core/__init__.py
tests/core/test_swimlane_dict.py
tests/core/auth/__init__.py
tests/core/auth/test_client.py
tests/core/auth/test_user_pass_auth_provider.py
tests/core/resources/__init__.py
tests/core/resources/test_app.py
tests/core/resources/test_group.py
tests/core/resources/test_record.py
tests/core/resources/test_report.py
tests/core/resources/test_resource.py
tests/core/resources/test_stats_report.py
tests/core/resources/test_stats_result.py
tests/core/resources/test_task.py
tests/core/resources/test_user.py
tests/core/search/__init__.py
tests/core/search/test_filtering.py
tests/core/search/test_search.py