This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Classes.Foundation
Lucius Lamparter edited this page Apr 4, 2023
·
1 revision
The Foundation class contains package managing tools, packaging importing tools and package exporting tools. (like PyPI or NuGet!)
The base of connection with the outside world. Download packages today from GitHub and alike! You can even download non-Fluid projects. (🤔 Why you would do this we have no idea.) Coming soon: install Foundation packages from Git repositories not from GitHub!
The Foundation.Install()
function is a multipurpose function that allows you to install Foundation
packages
, particularly those hosted with Git
. The Foundation.Install()
function is currently limited to GitHub
-only repositories and currently has not been tested with private repositories, however does support installing packages
at a specific git commit
locator or git branch
.
📝 If you have a package with a dot "." in its name, the Foundation will fail to install the package. This is due to the nature of the Python and C based libraries the Fluid Runtime depends on which contain a restriction causing the code to fail. We are still locating the root of this restriction but it will be fixed at some point. Meanwhile, you can create an issue and we will implement the workaround for your package.
Still looking for more? Give us a message by creating a feature request on the Issues tab.