New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

schematodes

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

schematodes

A tool for expressing permutation symmetries in sets of tuples.

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

Schematodes

A tool for expressing permutation symmetries in sets of tuples.

Inspired by the study of input symmetry in Boolean network regulatory functions, and developed with cana integration in mind.

Installing

Schematodes is available on PyPI:

pip install schematodes

Building

We wrote schematodes in rust for python with pyO3 bindings using maturin. The recommended build steps are as follows:

  1. Make sure rust is installed. See the rust website for details.
  2. Install maturin: pip install maturin.
  3. For testing and development, tuild using the command maturin develop in the root directory of this repository. This will build and install schematodes in your current virtualenv.
  4. For distribution building, you can use maturin build --release --out dist --find-interpreter. However, this should be done automatically by GitHub when pushing to main.

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