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

pythautomata

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pythautomata

ORT's implementation of various kinds of automata

  • 0.39.5
  • PyPI
  • Socket score

Maintainers
2

Pythautomata

Pythautomata is a Python library for modeling finite state systems.

About

Pythautomata is developed at the Department of Artificial Intelligence and Big Data of the Universidad ORT Uruguay. Its main goal is to provide implementations for the structures needed for working in the Model Extraction Framework.

Models present in the framework are:

  • DFA
  • NFA
  • WFA/PDFA
  • SFA

All of these can be exported in different manners, like pickle or to visual representations using Graphviz. Besides the structure representations a number of algorithms of interest are implemented, to name a few:

  • FSA minimization
  • FSA comparison using Hopcroft Karp equivalence
  • FSA intersection (and other boolean operations)

Installation

pip install pythautomata

Documentation

  • API Documentation:

Maintainers

Federico Vilensky

Franz Mayr

Federico Pan

Colaborators

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