PyPI project
accountpilot
14 indexed releases ยท newest sdist 0.2.1 with 136 indexed members
Files in 0.2.1 accountpilot-0.2.1.tar.gz
- src/accountpilot/__init__.py
- src/accountpilot/__main__.py
- src/accountpilot/cli.py
- src/accountpilot/core/__init__.py
- src/accountpilot/core/auth.py
- src/accountpilot/core/cas.py
- src/accountpilot/core/cli/__init__.py
- src/accountpilot/core/cli/accounts_cmds.py
- src/accountpilot/core/cli/completion_cmd.py
- src/accountpilot/core/cli/config_cmd.py
- src/accountpilot/core/cli/db_cmds.py
- src/accountpilot/core/cli/exit_codes.py
- src/accountpilot/core/cli/messages_cmds.py
- src/accountpilot/core/cli/oauth_cmd.py
- src/accountpilot/core/cli/people_cmds.py
- src/accountpilot/core/cli/search_cmd.py
- src/accountpilot/core/cli/self_cmd.py
- src/accountpilot/core/cli/service_cmd.py
- src/accountpilot/core/cli/setup_cmd.py
- src/accountpilot/core/cli/status_cmd.py
- src/accountpilot/core/cli/sync_once_cmd.py
- src/accountpilot/core/config.py
- src/accountpilot/core/db/__init__.py
- src/accountpilot/core/db/connection.py
- src/accountpilot/core/db/migrations/__init__.py
- src/accountpilot/core/identity.py
- src/accountpilot/core/logging.py
- src/accountpilot/core/models.py
- src/accountpilot/core/oauth/__init__.py
- src/accountpilot/core/oauth/flow.py
- src/accountpilot/core/oauth/google.py
- src/accountpilot/core/oauth/microsoft.py
- src/accountpilot/core/paths.py
- src/accountpilot/core/plugin.py
- src/accountpilot/core/storage.py
- src/accountpilot/oauth_clients/__init__.py
- src/accountpilot/plugins/__init__.py
- src/accountpilot/plugins/imessage/__init__.py
- src/accountpilot/plugins/imessage/attributed_body.py
- src/accountpilot/plugins/imessage/cli.py
- src/accountpilot/plugins/imessage/config.py
- src/accountpilot/plugins/imessage/helper_client.py
- src/accountpilot/plugins/imessage/plugin.py
- src/accountpilot/plugins/imessage/reader.py
- src/accountpilot/plugins/imessage/watcher.py
- src/accountpilot/plugins/mail/__init__.py
- src/accountpilot/plugins/mail/cli.py
- src/accountpilot/plugins/mail/config.py
- src/accountpilot/plugins/mail/imap/__init__.py
- src/accountpilot/plugins/mail/imap/client.py
- src/accountpilot/plugins/mail/imap/idle.py
- src/accountpilot/plugins/mail/oauth.py
- src/accountpilot/plugins/mail/parser.py
- src/accountpilot/plugins/mail/plugin.py
- src/accountpilot/plugins/mail/providers/__init__.py
- src/accountpilot/plugins/mail/providers/gmail.py
- src/accountpilot/plugins/mail/providers/outlook.py
- src/accountpilot/plugins/mail/sync.py
- src/accountpilot/templates/__init__.py
- src/accountpilot/templates/services/__init__.py
- tests/__init__.py
- tests/accountpilot/__init__.py
- tests/accountpilot/conftest.py
- tests/accountpilot/fixtures/__init__.py
- tests/accountpilot/fixtures/synthetic_plugin/__init__.py
- tests/accountpilot/fixtures/synthetic_plugin/plugin.py
- tests/accountpilot/integration/__init__.py
- tests/accountpilot/integration/test_synthetic_plugin.py
- tests/accountpilot/plugins/__init__.py
- tests/accountpilot/plugins/imessage/__init__.py
- tests/accountpilot/plugins/imessage/conftest.py
- tests/accountpilot/plugins/imessage/test_attributed_body.py
- tests/accountpilot/plugins/imessage/test_cli.py
- tests/accountpilot/plugins/imessage/test_config.py
- tests/accountpilot/plugins/imessage/test_helper_spawn.py
- tests/accountpilot/plugins/imessage/test_plugin.py
- tests/accountpilot/plugins/imessage/test_reader.py
- tests/accountpilot/plugins/imessage/test_watcher.py
- tests/accountpilot/plugins/mail/__init__.py
- tests/accountpilot/plugins/mail/conftest.py
- tests/accountpilot/plugins/mail/test_cli.py
- tests/accountpilot/plugins/mail/test_config.py
- tests/accountpilot/plugins/mail/test_idle.py
- tests/accountpilot/plugins/mail/test_imap_client.py
- tests/accountpilot/plugins/mail/test_imap_dispatch.py
- tests/accountpilot/plugins/mail/test_imap_response_parsing.py
- tests/accountpilot/plugins/mail/test_parser.py
- tests/accountpilot/plugins/mail/test_plugin.py
- tests/accountpilot/plugins/mail/test_sync.py
- tests/accountpilot/unit/__init__.py
- tests/accountpilot/unit/cli/__init__.py
- tests/accountpilot/unit/cli/test_accounts_cmds.py
- tests/accountpilot/unit/cli/test_accounts_cmds_json.py
- tests/accountpilot/unit/cli/test_completion_cmd.py
- tests/accountpilot/unit/cli/test_config_import.py
- tests/accountpilot/unit/cli/test_db_cmds.py
- tests/accountpilot/unit/cli/test_exit_codes.py
- tests/accountpilot/unit/cli/test_messages_cmds.py
- tests/accountpilot/unit/cli/test_oauth_cmd.py
- tests/accountpilot/unit/cli/test_oauth_login_json.py
- tests/accountpilot/unit/cli/test_oauth_status_json.py
- tests/accountpilot/unit/cli/test_paths_integration.py
- tests/accountpilot/unit/cli/test_people_cmds.py
- tests/accountpilot/unit/cli/test_people_cmds_json.py
- tests/accountpilot/unit/cli/test_people_show_json.py
- tests/accountpilot/unit/cli/test_search_cmd.py
- tests/accountpilot/unit/cli/test_search_cmd_json.py
- tests/accountpilot/unit/cli/test_self_link.py
- tests/accountpilot/unit/cli/test_service_cmd.py
- tests/accountpilot/unit/cli/test_setup_cmd.py
- tests/accountpilot/unit/cli/test_status_cmd.py
- tests/accountpilot/unit/cli/test_status_cmd_json.py
- tests/accountpilot/unit/cli/test_sync_once_cmd.py
- tests/accountpilot/unit/core/__init__.py
- tests/accountpilot/unit/core/oauth/__init__.py
- tests/accountpilot/unit/core/oauth/test_google.py
- tests/accountpilot/unit/core/oauth/test_microsoft.py
- tests/accountpilot/unit/core/test_auth.py
- tests/accountpilot/unit/core/test_cas.py
- tests/accountpilot/unit/core/test_config.py
- tests/accountpilot/unit/core/test_db_connection.py
- tests/accountpilot/unit/core/test_db_migrations.py
- tests/accountpilot/unit/core/test_identity_find_or_create.py
- tests/accountpilot/unit/core/test_identity_merge.py
- tests/accountpilot/unit/core/test_identity_normalize.py
- tests/accountpilot/unit/core/test_logging.py
- tests/accountpilot/unit/core/test_models.py
- tests/accountpilot/unit/core/test_paths.py
- tests/accountpilot/unit/core/test_plugin_base.py
- tests/accountpilot/unit/core/test_plugin_discovery.py
- tests/accountpilot/unit/core/test_storage_helpers.py
- tests/accountpilot/unit/core/test_storage_save_email.py
- tests/accountpilot/unit/core/test_storage_save_imessage.py
- tests/accountpilot/unit/core/test_storage_sync_status.py
- tests/integration/__init__.py
- tests/integration/cli_contract_test.py
Indexed releases
- 0.2.1
accountpilot-0.2.1.tar.gz136 members - 0.2.1
accountpilot-0.2.1-py3-none-any.whl60 members - 0.2.0
accountpilot-0.2.0.tar.gz136 members - 0.2.0
accountpilot-0.2.0-py3-none-any.whl60 members - 0.1.4
accountpilot-0.1.4.tar.gz115 members - 0.1.4
accountpilot-0.1.4-py3-none-any.whl54 members - 0.1.3
accountpilot-0.1.3.tar.gz115 members - 0.1.3
accountpilot-0.1.3-py3-none-any.whl54 members - 0.1.2
accountpilot-0.1.2.tar.gz114 members - 0.1.2
accountpilot-0.1.2-py3-none-any.whl53 members - 0.1.1
accountpilot-0.1.1.tar.gz113 members - 0.1.1
accountpilot-0.1.1-py3-none-any.whl53 members - 0.1.0
accountpilot-0.1.0.tar.gz114 members - 0.1.0
accountpilot-0.1.0-py3-none-any.whl53 members