FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Fable.Python/src/Fable.Python.fsproj at main · fable-compiler/Fable.Python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
fable-compiler
/
Fable.Python
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
144
Code
Issues
5
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Fable.Python
/
src
/
Fable.Python.fsproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
61 lines (58 loc) · 2.48 KB
Breadcrumbs
Fable.Python
/
src
/
Fable.Python.fsproj
Copy path
File metadata and controls
61 lines (58 loc) · 2.48 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<
?xm
l versio
n
=
"1.
0
" encodin
g
=
"utf-
8
"?>
<
Project
Sdk
=
"
Microsoft.NET.Sdk
"
>
<
PropertyGroup
>
<
TargetFrameworks
>netstandard2.0;netstandard2.1;net6.0;net8.0;net9.0;net10.0</
TargetFrameworks
>
<
GenerateDocumentationFile
>true</
GenerateDocumentationFile
>
<
Author
>Dag Brattli</
Author
>
<
Copyright
>Dag Brattli</
Copyright
>
<
PackageLicenseFile
>LICENSE</
PackageLicenseFile
>
<
WarnOn
>3390;$(WarnOn)</
WarnOn
>
<
PackageTags
>fsharp;fable;fable-binding;fable-python;python</
PackageTags
>
<
Description
>Fable to Python standard library bindings</
Description
>
</
PropertyGroup
>
<
ItemGroup
>
<
Compile
Include
=
"
stdlib/asyncio/Futures.fs
"
/>
<
Compile
Include
=
"
stdlib/asyncio/Events.fs
"
/>
<
Compile
Include
=
"
stdlib/asyncio/Tasks.fs
"
/>
<
Compile
Include
=
"
stdlib/asyncio/ContextManager.fs
"
/>
<
Compile
Include
=
"
stdlib/Ast.fs
"
/>
<
Compile
Include
=
"
stdlib/Base64.fs
"
/>
<
Compile
Include
=
"
stdlib/Builtins.fs
"
/>
<
Compile
Include
=
"
stdlib/Json.fs
"
/>
<
Compile
Include
=
"
stdlib/Html.fs
"
/>
<
Compile
Include
=
"
stdlib/Logging.fs
"
/>
<
Compile
Include
=
"
stdlib/Math.fs
"
/>
<
Compile
Include
=
"
stdlib/Random.fs
"
/>
<
Compile
Include
=
"
stdlib/Os.fs
"
/>
<
Compile
Include
=
"
stdlib/Collections.fs
"
/>
<
Compile
Include
=
"
stdlib/Heapq.fs
"
/>
<
Compile
Include
=
"
stdlib/Itertools.fs
"
/>
<
Compile
Include
=
"
stdlib/Datetime.fs
"
/>
<
Compile
Include
=
"
stdlib/Functools.fs
"
/>
<
Compile
Include
=
"
stdlib/Pathlib.fs
"
/>
<
Compile
Include
=
"
stdlib/Regex.fs
"
/>
<
Compile
Include
=
"
stdlib/Queue.fs
"
/>
<
Compile
Include
=
"
stdlib/String.fs
"
/>
<
Compile
Include
=
"
stdlib/Sys.fs
"
/>
<
Compile
Include
=
"
stdlib/Threading.fs
"
/>
<
Compile
Include
=
"
stdlib/Time.fs
"
/>
<
Compile
Include
=
"
stdlib/TkInter.fs
"
/>
<
Compile
Include
=
"
stdlib/Traceback.fs
"
/>
<
Compile
Include
=
"
cognite-sdk/CogniteSdk.fs
"
/>
<
Compile
Include
=
"
flask/Flask.fs
"
/>
<
Compile
Include
=
"
jupyter/IPython.fs
"
/>
<
Compile
Include
=
"
jupyter/IPyWidgets.fs
"
/>
<
Compile
Include
=
"
pydantic/Pydantic.fs
"
/>
<
Compile
Include
=
"
fastapi/FastAPI.fs
"
/>
<
Compile
Include
=
"
fable/Types.fs
"
/>
<
Compile
Include
=
"
fable/Testing.fs
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
Content
Include
=
"
pyproject.toml; *.fsproj; **\*.fs; **\*.fsi
"
PackagePath
=
"
fable\
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
None
Include
=
"
..\LICENSE
"
Pack
=
"
true
"
Visible
=
"
false
"
PackagePath
=
"
\
"
/>
<
None
Include
=
"
..\README.md
"
Pack
=
"
true
"
PackagePath
=
"
\
"
/>
</
ItemGroup
>
<
Import
Project
=
"
..\.paket\Paket.Restore.targets
"
/>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL