patch: rename pyJacdac to jacdac-python
This commit is contained in:
Родитель
c4a582cd35
Коммит
326da80e75
|
@ -0,0 +1,9 @@
|
|||
# Jacdac Python
|
||||
|
||||
**Jacdac** is a plug-and-play hardware/software stack
|
||||
for **microcontrollers** and their peripherals (sensors/actuators),
|
||||
with applications to rapid prototyping, making, and physical computing.
|
||||
|
||||
**Partner Preview: Jacdac is currently in preview. If you would like to join as a pre-release test partner, please email jacdac-tap@microsoft.com.**
|
||||
|
||||
- [Documentation](https://microsoft.github.io/jacdac-docs/clients/python/)
|
|
@ -6,7 +6,7 @@ def on_device_connect(dev: Device):
|
|||
print("connected " + dev.short_id)
|
||||
|
||||
|
||||
print("pyJacdac dev tools")
|
||||
print("jacdac-python dev tools")
|
||||
print("run scripts/devtools.sh to launch the development server")
|
||||
print("open http://localhost:8081 to connect")
|
||||
transport = WebSocketTransport("ws://localhost:8081")
|
||||
|
|
|
@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
|
|||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "pyJacdac"
|
||||
name = "jacdac-python"
|
||||
authors = [{name = "Microsoft"}]
|
||||
dynamic = ["version", "description"]
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[metadata]
|
||||
name = pyJacdac
|
||||
name = jacdac-python
|
||||
description = Python client package for Microsoft Jacdac
|
||||
license = MIT
|
||||
long_description = file: jacdac/README.md
|
||||
|
|
Загрузка…
Ссылка в новой задаче