Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Low-code library to create graphical user interfaces on the Web for your Python applications.
Copyright 2021-2024 Avaiga Private Limited
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Taipy is a Python library for creating Business Applications. More information on our website. Taipy is split into multiple packages including taipy-gui to let users install the minimum they need.
Taipy GUI provides Python classes that make it easy to create powerful web apps in minutes.
There are different ways to install Taipy GUI, depending on how you plan to use it:
Taipy GUI needs your system to have Python 3.9 or above installed.
The easiest way to install Taipy GUI is using pip
Run the command:
pip install taipy-gui
The development version of Taipy GUI is updated daily with changes from the Taipy R&D and external contributors that we praise for their input.
You should also install this version if you want to contribute to the development of Taipy GUI. Here are the steps to follow:
Clone the Taipy repository using the following command:
git clone https://github.com/Avaiga/taipy.git
This creates the 'taipy' directory holding all the package's source code, and the 'taipy-gui' source code is in the 'taipy/gui' directory.
Taipy GUI has some code dealing with the client side of the web applications. This code is written in TypeScript, relies on React components, and is packaged into a JavaScript bundle that is sent to browsers when they connect to all Taipy GUI applications.
This bundle needs to be built before being usable by Taipy GUI.
First you need to install Node.js on your system.
Select the "Recommended For Most Users" version, and follow the instructions for your system.
Select "Automatically install the necessary tools" when asked.
Open a new terminal and run the following commands:
cd gui
cd dom
npm i
cd ..
npm i
npm run build
After a few minutes, this creates the directory taipy/gui/webapp
in the root directory of the repository
where the front-end code for Taipy GUI is split into a set of JavaScript bundles.
In a terminal, at the root of the repository, run:
pip install -e . --user
This should install the dev version of Taipy GUI as editable. You are now ready to use it.
FAQs
Low-code library to create graphical user interfaces on the Web for your Python applications.
We found that taipy-gui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.