bmattgold / python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python

cpython

This folder contains a modified version of CPython which supports running in a Windows 10 UWP application.
Specifically, this supports running in Python in a background application on Windows 10 IoT Core and also contains some module extensions which also support Windows 10 IoT Core. See README_uwp.md for differences running under Windows 10 IoT core.

  • Before performing any builds, ensure to run cpython\PCBuild\get_externals -c from command line first
  • For UWP specific builds, open cpython\Tools\pyuwp\pyuwp.sln.
  • For all CPython projects, open cpython\PCBuild\pcbuild.sln.

pywindevices.sln

This file is the solution pulling the 3 device extension modules together to build for Windows 10 IoT Core UWP

wingpio

This folder contains a GPIO extension module to work in Windows 10 IoT Core UWP applications for communication with GPIO pins

wini2c

This folder contains an I2C extension module to work in Windows 10 IoT Core UWP applications for communication with I2C interfaces

winspi

This folder contains a SPI extension module to work in Windows 10 IoT Core UWP applications for communication with SPI interfaces

===

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 54.8%Language:C 34.2%Language:Objective-C 4.6%Language:C++ 1.6%Language:Assembly 1.1%Language:Shell 1.0%Language:TeX 0.7%Language:Roff 0.6%Language:M4 0.5%Language:Makefile 0.4%Language:HTML 0.3%Language:Batchfile 0.1%Language:DIGITAL Command Language 0.1%Language:Common Lisp 0.1%Language:PLSQL 0.1%Language:PostScript 0.0%Language:JavaScript 0.0%Language:CSS 0.0%Language:PowerShell 0.0%Language:C# 0.0%Language:Visual Basic 0.0%