Skip to content

Commit cb4075d

Browse files
authored
Update deps remove microbit (#72)
1 parent b4d615a commit cb4075d

File tree

17 files changed

+15
-1563
lines changed

17 files changed

+15
-1563
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
]
1010
},
1111
"fable": {
12-
"version": "4.0.0-theta-003",
12+
"version": "4.0.0-theta-006",
1313
"commands": [
1414
"fable"
1515
]
1616
},
1717
"fantomas": {
18-
"version": "5.0.0-beta-009",
18+
"version": "5.0.0",
1919
"commands": [
2020
"fantomas"
2121
]

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ and many more. Some bindings have already been added:
1616
- Python Standard Libray
1717
- Jupyter
1818
- Flask
19-
- MicroBit
2019
- CogniteSdk
2120

2221
## Version
@@ -30,8 +29,8 @@ how to deal with Python version handling.
3029
Prerequisite for compiling F# to Python using Fable:
3130

3231
```sh
33-
> dotnet tool install --global fable --version 4.0.0-theta-003
34-
> dotnet add package Fable.Core --version 4.0.0-theta-001
32+
> dotnet tool install --global fable --prerelease
33+
> dotnet add package Fable.Core --prerelease
3534
```
3635

3736
To use the `Fable.Python` library in your Fable project:
@@ -62,7 +61,6 @@ It contains example code for using Fable Python with:
6261
- [Flask](https://github.com/dbrattli/Fable.Python/tree/main/examples/flask).
6362
References [Feliz.ViewEngine](https://github.com/dbrattli/Feliz.ViewEngine)
6463
as a nuget package.
65-
- [MicroBit](https://github.com/dbrattli/Fable.Python/tree/main/examples/microbit)
6664
- [Timeflies](https://github.com/dbrattli/Fable.Python/tree/main/examples/timeflies),
6765
Cool demo using Tkinter and references
6866
[FSharp.Control.AsyncRx](https://github.com/dbrattli/AsyncRx) as a nuget
@@ -87,12 +85,9 @@ It contains example code for using Fable Python with:
8785
## Poetry
8886

8987
Fable.Python uses [Poetry](https://python-poetry.org/) for package and
90-
dependency management. This means that packages generated within
91-
`fable_modules` must be referenced as [path
92-
dependencies](https://python-poetry.org/docs/dependency-specification/#path-dependencies).
93-
It is also possible to reference
94-
[fable-library](https://pypi.org/project/fable-library/) from PyPI to
95-
avoid bundling the code.
88+
dependency management. To handle dependencies when adding Fable Python
89+
compatible NuGet packages, you should use
90+
[Femto](https://github.com/Zaid-Ajaj/Femto).
9691

9792
## Contributing
9893

examples/microbit/.paket/Paket.Restore.targets

Lines changed: 0 additions & 557 deletions
This file was deleted.

examples/microbit/Build.fs

Lines changed: 0 additions & 46 deletions
This file was deleted.

examples/microbit/Helpers.fs

Lines changed: 0 additions & 107 deletions
This file was deleted.

examples/microbit/README.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

examples/microbit/paket.dependencies

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/microbit/paket.lock

Lines changed: 0 additions & 54 deletions
This file was deleted.

examples/microbit/paket.references

Lines changed: 0 additions & 2 deletions
This file was deleted.

examples/microbit/src/App.fs

Lines changed: 0 additions & 32 deletions
This file was deleted.

examples/microbit/src/MicroBit.fsproj

Lines changed: 0 additions & 20 deletions
This file was deleted.

examples/microbit/src/app.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/microbit/src/paket.references

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)