__init__.py

Mon, 15 May 2023 13:37:37 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 15 May 2023 13:37:37 +0200
branch
eric7
changeset 61
c3ff08a62f7f
parent 60
c82fc89e80e4
child 67
4c73000666bd
permissions
-rw-r--r--

Updated to prepare a new release
- added platform specific MicroPython API files (µPy 1.20.0)
-- ESP32
-- ESP32 OTA
-- RP2 (RP2040 chip, Pi Pico, Pi Pico W, Pimoroni PicoLipo)
-- SAMD
-- STM32 incl. STM32 PyBoard v11
- updated the CircuitPython API file
- updated Adafruit CircuitPython Library Bundle API file
- added API files for the CircuitPython Community Bundle
- updated PyQt6 API files (for PyQt 6.5.0)

# -*- coding: utf-8 -*-

# Copyright (c) 2013 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the APIs plugin providing extra API files.
"""

eric ide

mercurial