2 repositorios
Reusing existing Python knowledge and code on MicroPython by providing reduced-feature standard library implementations.
Distinct from Python Coding Standards: Distinct from Python Coding Standards: focuses on enabling code reuse across platforms, not coding conventions.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Cross-Platform Reuses. Refine with filters or upvote what's useful.
Hippy is a cross-platform mobile framework that enables building applications for iOS, Android, and Web from a single codebase using web development technologies. It functions as a dynamic app framework, supporting runtime code updates and dynamic content delivery across platforms, and connects JavaScript application logic with native platform APIs through a JavaScript bridge. The framework distinguishes itself through its bridge-based native rendering approach, which serializes UI updates over a JSON message bus to a native host that maintains the real view hierarchy. It employs a component-
Shares application logic and APIs across different operating systems without rewriting code.
micropython-lib is the official package repository for MicroPython, providing a collection of modules and libraries designed to run on microcontrollers and other constrained devices. It implements a reduced subset of CPython's standard library, adapting familiar Python interfaces to fit within the limited memory and processing power of embedded systems. The project enables developers to reuse existing Python knowledge on MicroPython hardware by offering minimalist implementations of core modules. The library supports multiple methods for getting code onto devices, including copying single-fil
Enables reuse of existing Python knowledge on MicroPython through reduced standard library implementations.