A Python package for handling theory of automata in artificial intelligence.
Project description
Automata Tools for AI
Overview
Automata Tools for AI is a Python package designed to facilitate working with the theory of automata in artificial intelligence applications. This library provides essential tools for constructing, manipulating, and analyzing automata models, enabling AI researchers and students to experiment with automata-based computations.
Features
- Define and manipulate alphabets, states, and transitions.
- Implement finite automata (FA) with flexible configurations.
- Construct transition graphs (TG) and visualize paths.
- Designed for AI and computational theory applications.
Installation
You can install the package via pip (once uploaded to PyPI):
pip install automata-tools-ai
Alternatively, if you want to install from a local wheel file:
pip install automata-tools-ai.whl
Usage
from automata import TG, Alphabet
# Define an alphabet
alphabets = Alphabet(["a", "b", "c"])
# Create a Transition Graph (TG) instance
TG_instance = TG(alphabets, initial_states={"q0"}, final_states={"q1"})
# Example usage of TG instance...
Repository
For documentation and updates, visit the GitHub Repository.
License
This package is not open-source. Redistribution, modification, or decompilation without permission is prohibited.
For usage rights, please contact the author.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aibone-0.0.1.tar.gz.
File metadata
- Download URL: aibone-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ed5bbf00a0e3b37ebdebb9f805215143a76268317174f1061c3736d332d86da
|
|
| MD5 |
026056118046c8c2e450d7223afe6f0d
|
|
| BLAKE2b-256 |
e1029777fc5a3de2c474e60bce93245b65bbcde9eb2760f40f979948263360c3
|
File details
Details for the file aibone-0.0.1-py3-none-any.whl.
File metadata
- Download URL: aibone-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
601af499c16607d9434a671daf5dc8c48f83fb41ccf6d2e42e19b6e5b5b3d9a2
|
|
| MD5 |
6e650a8dc02f6d37c6af2cc97a3e1a36
|
|
| BLAKE2b-256 |
cf3a889535b4eae5bee2f3cb578ceb19e5c8b1bc60c1fa19c9757e5e1cce2805
|