awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
boto avatar

boto/botocore

0
View on GitHub↗
1,625 stars·1,163 forks·Python·Apache-2.0·9 views

Botocore

The low-level, core functionality of boto3 and the AWS CLI.

Features

  • Infrastructure and Automation - Core functionality for AWS service interactions.
  • Language SDKs - Low-level Python library powering AWS SDKs.

Star history

Star history chart for boto/botocoreStar history chart for boto/botocore

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Botocore

Similar open-source projects, ranked by how many features they share with Botocore.
  • akka/akka-coreakka avatar

    akka/akka-core

    13,272View on GitHub↗

    Akka Core is an actor model framework and asynchronous concurrency library used for building scalable and resilient distributed systems. It provides a distributed computing platform and fault tolerant runtime that manages communication and state across networked nodes. The system uses location-transparent messaging and a cluster management system to organize nodes into high-availability architectures. This allows for the creation of elastic clusters that scale resources on demand and coordinate distributed workloads. The platform handles concurrent state management and distributed systems or

    Scala
    View on GitHub↗13,272
  • ansible/ansibleansible avatar

    ansible/ansible

    68,968View on GitHub↗

    Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It functions as a cross-platform orchestration tool that coordinates system updates, software installations, and service configurations from a centralized management workstation. By utilizing a declarative approach, it allows users to define desired system states through human-readable configuration files, ensuring consistency across distributed environments. The platform operates by establishing secure shell connections to target nodes, eliminating the need for persistent agent sof

    Pythonansiblepython
    View on GitHub↗68,968
  • apple/containerapple avatar

    apple/container

    37,726View on GitHub↗

    This project serves as a technical educational resource and software implementation example focused on dependency injection architecture and containerized application packaging. It provides a centralized framework for managing the lifecycle and configuration of application components, allowing objects to receive their dependencies from a registry rather than creating them internally. The project distinguishes itself by offering a type-safe service resolution mechanism that uses language-level information to map abstract interfaces to concrete implementations. By utilizing an inversion of cont

    Swift
    View on GitHub↗37,726
  • addyosmani/psiA

    addyosmani/psi

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to Botocore→

Frequently asked questions

What does boto/botocore do?

The low-level, core functionality of boto3 and the AWS CLI.

What are the main features of boto/botocore?

The main features of boto/botocore are: Infrastructure and Automation, Language SDKs.

What are some open-source alternatives to boto/botocore?

Open-source alternatives to boto/botocore include: akka/akka-core — Akka Core is an actor model framework and asynchronous concurrency library used for building scalable and resilient… ansible/ansible — Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It… apple/container — This project serves as a technical educational resource and software implementation example focused on dependency… appoxy/aws — Amazon Web Services (AWS) Ruby Gem. aristidb/aws — Amazon Web Services for Haskell. addyosmani/psi.