PepperPy Core Documentation =========================== Welcome to PepperPy Core's documentation. PepperPy Core is a modern Python framework for building robust, scalable, and maintainable applications. .. toctree:: :maxdepth: 2 :caption: Getting Started getting-started/installation getting-started/quickstart getting-started/overview .. toctree:: :maxdepth: 2 :caption: User Guide user-guide/events user-guide/plugins user-guide/tasks user-guide/security user-guide/configuration .. toctree:: :maxdepth: 2 :caption: API Reference api/index api/core api/events api/plugins api/tasks .. toctree:: :maxdepth: 1 :caption: Development contributing/index contributing/development contributing/testing contributing/documentation Features -------- - Event-driven architecture - Plugin system - Task management - Type safety - Modular design - Comprehensive testing utilities - Security features - Performance optimizations Getting Started -------------- To get started with PepperPy Core, check out our :doc:`getting-started/quickstart` guide. Contributing ----------- We welcome contributions! Please see our :doc:`contributing/index` for guidelines.