Repository History
16 repositories tagged with Development

github-tools: Seamless GitHub API Integration for Vercel AI SDK Agents
github-tools offers a powerful collection of GitHub tools and agents specifically designed for the Vercel AI SDK. This project enables developers to effortlessly wrap GitHub's API as AI SDK tools, making them ready to plug into any AI agent. It significantly simplifies the creation of intelligent applications that interact with GitHub.

Agent Sandbox: Secure Local Development for AI Coding Agents
Agent Sandbox provides a robust and secure local development environment specifically designed for collaborating with AI coding agents. It ensures minimal filesystem access, configurable network egress policies, and secure secret injection, protecting your local machine from potentially risky agent operations. This project supports various AI agents and integrates seamlessly with both CLI and popular IDE devcontainer setups.
Freezegun: Time Travel for Your Python Tests
Freezegun is a powerful Python library designed to simplify testing by allowing your tests to travel through time. It achieves this by mocking the `datetime` module, enabling developers to freeze time at a specific point or even simulate its progression. This functionality is crucial for ensuring consistent and reliable test results when dealing with time-sensitive logic.

fake2db: Generate Custom Test Databases with Fake Data
fake2db is a powerful Python utility designed to create custom test databases populated with fake, yet valid, data. It supports a wide array of popular database systems, including SQLite, MySQL, PostgreSQL, MongoDB, Redis, and CouchDB. This tool is ideal for developers and testers needing quick, realistic data for testing and development environments.

sqlparse: A Powerful Non-Validating SQL Parser for Python
sqlparse is a robust, non-validating SQL parser module for Python, designed to tokenize SQL text and group its components into a structured tree. It serves as a foundational tool for building formatters, linters, and query analysis applications. Developers can leverage its capabilities to split SQL scripts, format statements, and deeply inspect their token trees.
google-api-python-client: The Official Python Library for Google APIs
The `google-api-python-client` is the official Python client library for interacting with Google's discovery-based APIs. It provides a robust way for Python developers to integrate their applications with various Google services. While in maintenance mode, it remains a reliable choice, especially with its improved v2.0 caching mechanism.

GoBooks: A Curated List of Essential Golang Books for All Skill Levels
GoBooks is a highly popular GitHub repository offering a meticulously curated collection of Golang books, catering to developers from beginners to advanced practitioners. It serves as a comprehensive resource for finding the right learning materials on topics like concurrency, performance, and system design, making it easier to navigate the vast Go ecosystem.
awesome-python-books: A Curated Directory of Python Books for All Levels
The `awesome-python-books` repository is an extensive, curated directory of Python books, catering to learners from absolute beginners to advanced practitioners. It organizes a vast collection of resources across various domains, making it an invaluable tool for anyone looking to deepen their Python knowledge. This list simplifies the search for high-quality educational materials in the Python ecosystem.

claude-plugins-official: The Official Directory for Claude Code Plugins
claude-plugins-official is Anthropic's official repository for high-quality Claude Code Plugins. It provides a curated directory of both internal and third-party plugins, enabling users to extend Claude's capabilities. This repository serves as the central hub for discovering and installing powerful tools for Claude Code.

Osaurus: Redirecting to the New Home of the AI Project
The `dinoki-ai/osaurus` GitHub repository serves as a crucial redirect, guiding users to the official and actively maintained Osaurus project. All future development, issue tracking, and releases for Osaurus are now hosted at `osaurus-ai/osaurus`. This ensures that users can easily find the latest version and contribute to the project.

mkcertWeb: A Secure Web UI for Managing Local Development SSL Certificates
mkcertWeb provides a modern and secure web interface for managing SSL certificates using the mkcert CLI tool. It simplifies the generation, download, and management of locally trusted development certificates, offering enterprise-grade security features and an intuitive user experience. This project is ideal for developers and teams needing efficient certificate handling for various environments.

oRPC: Typesafe APIs Made Simple with RPC and OpenAPI
oRPC combines RPC and OpenAPI to simplify building end-to-end type-safe APIs. It offers robust features like first-class OpenAPI support, contract-first development, and seamless integration with popular frameworks. This powerful tool ensures type safety from client to server while adhering to industry standards.