LICENSE
README.md
pyproject.toml
src/agent_tool_openproject_cli.egg-info/PKG-INFO
src/agent_tool_openproject_cli.egg-info/SOURCES.txt
src/agent_tool_openproject_cli.egg-info/dependency_links.txt
src/agent_tool_openproject_cli.egg-info/entry_points.txt
src/agent_tool_openproject_cli.egg-info/requires.txt
src/agent_tool_openproject_cli.egg-info/top_level.txt
src/opcli/__init__.py
src/opcli/__main__.py
src/opcli/cli.py
src/opcli/client.py
src/opcli/config.py
src/opcli/context.py
src/opcli/credentials.py
src/opcli/duration.py
src/opcli/errors.py
src/opcli/hal.py
src/opcli/output.py
src/opcli/resolve.py
src/opcli/searchspec.py
src/opcli/serialize.py
src/opcli/wpfilters.py
src/opcli/commands/__init__.py
src/opcli/commands/_shared.py
src/opcli/commands/attachments.py
src/opcli/commands/auth.py
src/opcli/commands/comments.py
src/opcli/commands/costs.py
src/opcli/commands/custom_fields.py
src/opcli/commands/filelinks.py
src/opcli/commands/guide.py
src/opcli/commands/memberships.py
src/opcli/commands/notifications.py
src/opcli/commands/projects.py
src/opcli/commands/raw.py
src/opcli/commands/search.py
src/opcli/commands/settings.py
src/opcli/commands/time_entries.py
src/opcli/commands/users.py
src/opcli/commands/wiki.py
src/opcli/commands/workpackages.py
tests/test_attachments.py
tests/test_comments.py
tests/test_config_unit.py
tests/test_cost.py
tests/test_credentials_unit.py
tests/test_guide_unit.py
tests/test_members_users.py
tests/test_misc.py
tests/test_more_integration.py
tests/test_output.py
tests/test_output_render.py
tests/test_projects.py
tests/test_search.py
tests/test_search_features.py
tests/test_searchspec_unit.py
tests/test_serialize_unit.py
tests/test_time.py
tests/test_unit.py
tests/test_workpackages.py
tests/test_wpfilters_unit.py