Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webgestaltpy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webgestaltpy

  • 0.3.1
  • PyPI
  • Socket score

Maintainers
1

WebGestaltPy

A python package containing bindings to the underlying Rust library webgestalt_rust.

Features

  • Compute GSEA and ORA
  • Run a meta-analysis combining multiple lists
  • Combine multiple lists into a single analysis type

The output of the python package is the values. This does not generate any HTML reports. For reports, please use the R package.

Installation

pip install webgestaltpy

Development

WebGestaltPy uses maturin and rye to build the full project. To build WebGestaltPy, run the following commands

git clone https://github.com/bzhanglab/webgestaltpy.git
cd webgestaltpy
rye sync # download correct python version and install dependencies
rye tools install maturin
rye run python -m ensurepip --default-pip # makes sure maturin can run correctly
rye shell # initialize shell so the python command executes the local version
maturin develop # add -r to build and install the full release version of the rust library.
python test.py # run the test script

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc