Skip to content

Update deps remove microbit #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
]
},
"fable": {
"version": "4.0.0-theta-003",
"version": "4.0.0-theta-006",
"commands": [
"fable"
]
},
"fantomas": {
"version": "5.0.0-beta-009",
"version": "5.0.0",
"commands": [
"fantomas"
]
Expand Down
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ and many more. Some bindings have already been added:
- Python Standard Libray
- Jupyter
- Flask
- MicroBit
- CogniteSdk

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

```sh
> dotnet tool install --global fable --version 4.0.0-theta-003
> dotnet add package Fable.Core --version 4.0.0-theta-001
> dotnet tool install --global fable --prerelease
> dotnet add package Fable.Core --prerelease
```

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

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

## Contributing

Expand Down
557 changes: 0 additions & 557 deletions examples/microbit/.paket/Paket.Restore.targets

This file was deleted.

46 changes: 0 additions & 46 deletions examples/microbit/Build.fs

This file was deleted.

107 changes: 0 additions & 107 deletions examples/microbit/Helpers.fs

This file was deleted.

50 changes: 0 additions & 50 deletions examples/microbit/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions examples/microbit/paket.dependencies

This file was deleted.

54 changes: 0 additions & 54 deletions examples/microbit/paket.lock

This file was deleted.

2 changes: 0 additions & 2 deletions examples/microbit/paket.references

This file was deleted.

32 changes: 0 additions & 32 deletions examples/microbit/src/App.fs

This file was deleted.

20 changes: 0 additions & 20 deletions examples/microbit/src/MicroBit.fsproj

This file was deleted.

4 changes: 0 additions & 4 deletions examples/microbit/src/app.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/microbit/src/paket.references

This file was deleted.

Loading