• Search by Module
  • Search by Words
  • Search Projects
Top Python APIs Popular Projects
  • Java
  • Python
  • JavaScript
  • TypeScript
  • C++
  • Scala
  • Blog
Project: tomodachi (GitHub Link)
  • tomodachi-master
    • CHANGES.rst
    • tomodachi.py
    • Makefile
    • tomodachi
      • container.py
      • __version__.py
      • config.py
      • py.typed
      • importer.py
      • discovery
        • aws_sns_registration.py
        • dummy_registry.py
        • __init__.py
      • helpers
        • middleware.py
        • crontab.py
        • __init__.py
        • dict.py
        • logging.py
      • cli
        • __init__.py
      • launcher.py
      • transport
        • amqp.py
        • http.py
        • __init__.py
        • aws_sns_sqs.py
        • schedule.py
      • invoker
        • decorator.py
        • __init__.py
        • base.py
      • __main__.py
      • __init__.pyi
      • watcher.py
      • __init__.py
      • validation
        • validation.py
        • __init__.py
      • protocol
        • json_base.py
        • protobuf_base.py
        • protobuf
          • sns_sqs_message.proto
        • __init__.py
        • proto_build
          • protobuf
            • sns_sqs_message_pb2.py
            • __init__.py
            • sns_sqs_message_pb2.pyi
          • __init__.py
    • .coveragerc
    • examples
      • configs
        • http_port.json
        • watcher.json
      • basic_examples
        • aws_sns_registration_service.py
        • aws_sns_sqs_middleware_service.py
        • websockets
          • public
            • index.html
          • websocket_service.py
        • scheduler_example.py
        • http_simple_service.py
        • http_middleware_service.py
        • amqp_service.py
        • aws_sns_sqs_service.py
        • amqp_middleware_service.py
        • http_auth_service.py
      • pubsub_example
        • service_send_message.py
        • service_b.py
        • service_a.py
        • aws_sns_sqs_credentials_sample.json
        • README.rst
      • docker_example
        • http_service
          • scripts
            • docker_run.sh
            • docker_build.sh
          • requirements.txt
          • Dockerfile
          • app
            • service.py
          • docker-compose.yml
    • LICENSE
    • README.rst
    • mypy.ini
    • setup.py
    • .travis.yml
    • CONTRIBUTING.rst
    • tests
      • test_empty_service.py
      • test_aws_sns_sqs_service_with_credentials_with_custom_protocol.py
      • services
        • aws_sns_sqs_service_with_credentials_without_protocol.py
        • start_process_service_schedule.py
        • http_access_log_service.py
        • auto_closing_service_sigint.py
        • aws_sns_sqs_service_with_credentials.py
        • aws_sns_sqs_service_with_credentials_with_custom_protocol.py
        • logging_service.py
        • import_error_service.py
        • test
          • code.py
          • test.py
          • service.py
        • auto_closing_service.py
        • exception_service.py
        • os
          • os.py
          • code.py
          • __init__.py
        • exception_service_init.py
        • http_service.py
        • syntax_error_service.py
        • amqp_service_with_credentials_without_protocol.py
        • aws_sns_sqs_service_invalid_credentials.py
        • start_process_service_http_1.py
        • dummy_protobuf_service.py
        • empty_service.py
        • relative_service.py
        • start_process_service_http_2.py
        • schedule_service.py
        • http_service_same_port.py
        • relative_import
          • import_file.py
          • __init__.py
        • mock_decorator_service.py
        • amqp_service_invalid_credentials.py
        • amqp_service_with_credentials_with_custom_protocol.py
        • dummy_service.py
        • amqp_service_with_credentials.py
        • non_decorated_service.py
        • invalid_service.py
        • test-copy
          • test-copy.py
          • code.py
          • test.py
        • decorated_functions_service.py
      • test_aws_sns_sqs_service_without_credentials.py
      • test_http_service.py
      • test_start_process_http_2.py
      • test_non_packaged_imported_service.py
      • test_start_process_http_1.py
      • static_files
      • test_aws_sns_sqs_service_with_credentials.py
      • test_protocol.py
      • test_relative_imports.py
      • test_mock_decorator.py
      • watcher_root
        • empty
          • .gitignore
        • __tmp__
          • file.py
        • file.py
        • configurable_ignored
          • file.py
      • test_amqp_transport.py
      • test_version.py
      • test_invalid_services.py
      • test_start_process_schedule.py
      • test_decorated_functions_service.py
      • run_example_service.py
      • test_watcher.py
      • test_exception_service.py
      • test_crontab_parser.py
      • test_amqp_service_invalid_credentials.py
      • test_aws_sns_sqs_service_with_credentials_without_protocol.py
      • test_cli.py
      • configs
        • invalid_config_file.json
        • config_file.json
      • test_dummy_service.py
      • test_amqp_service_with_credentials.py
      • test_validation.py
      • run_test_service_helper.py
      • test_schedule_service.py
      • test_logging.py
      • test_aws_sns_sqs_transport.py
      • conftest.py
      • proto_build
        • __init__.py
        • message_pb2.py
      • test_configs.py
    • pyproject.toml
    • requirements.txt
    • .codecov.yml
    • .gitignore
    • docs
      • assets
    • MANIFEST.in
    • tox.ini
    • .pyup.yml