An open API service for producing an overview of a list of open source projects.

JOSS: https://github.com/caleb531/automata

automata automaton finite-state-machine fsm pushdown-automata python turing-machine turing-machines

Score: 19.250071894769313

Last synced: about 11 hours ago
JSON representation

Repository metadata:

A Python library for simulating finite automata, pushdown automata, and Turing machines


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 900
Total Committers: 19
Avg Commits per committer: 47.368
Development Distribution Score (DDS): 0.248

Commits in past year: 33
Committers in past year: 3
Avg Commits per committer in past year: 11.0
Development Distribution Score (DDS) in past year: 0.273

Name Email Commits
Caleb Evans c****b@c****e 677
Eliot Robson e****4@g****m 116
Niklas Sombert n****s@y****e 49
abhinavsinha-adrino a****3@g****m 20
Arnar Bjarni Arnarson a****4@r****s 10
dengl11 d****1@s****u 6
Eduardo Goulart 6****1 4
dependabot[bot] 4****] 4
Camilo Martínez M. c****5@s****e 3
eohomegrownapps e****g@g****m 2
Christopher Hampson c****9@g****m 1
Daniel S. Katz d****z@i****g 1
Du Shirui 1****3 1
Léo Kulinski l****i@g****m 1
Mahdi Khodabandeh 4****1 1
MohamedGouaouri 5****i 1
Ruediger Ehlers r****s@t****e 1
Stefanos Chaliasos s****s@c****m 1
Vipul Cariappa v****a@g****m 1

Issue and Pull Request metadata

Last synced: 2 days ago

Total issues: 60
Total pull requests: 89
Average time to close issues: 2 months
Average time to close pull requests: 22 days
Total issue authors: 23
Total pull request authors: 14
Average comments per issue: 3.68
Average comments per pull request: 3.51
Merged pull request: 76
Bot issues: 0
Bot pull requests: 0

Past year issues: 7
Past year pull requests: 7
Past year average time to close issues: N/A
Past year average time to close pull requests: 6 days
Past year issue authors: 5
Past year pull request authors: 3
Past year average comments per issue: 2.0
Past year average comments per pull request: 1.71
Past year merged pull request: 6
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/caleb531/automata

Top Issue Authors

  • eliotwrobson (17)
  • caleb531 (11)
  • gMontoyaSpeech (4)
  • irisdyoung (4)
  • Tagl (4)
  • phildong (2)
  • mahfuz05062 (2)
  • danichurras (1)
  • khoda81 (1)
  • simonestarinieri (1)
  • CamiloMartinezM (1)
  • marian-lingsch (1)
  • hentrian (1)
  • kunchtler (1)
  • lewiuberg (1)

Top Pull Request Authors

  • eliotwrobson (54)
  • caleb531 (12)
  • CamiloMartinezM (4)
  • Tagl (4)
  • phildong (2)
  • lewiuberg (2)
  • kunchtler (2)
  • christopher-hampson (2)
  • dsr20030703 (2)
  • Vipul-Cariappa (1)
  • anshravalll (1)
  • gaoflow (1)
  • StefanosChaliasos (1)
  • danielskatz (1)

Top Issue Labels

  • housekeeping (14)
  • enhancement (12)
  • question (6)
  • correct-behavior (4)
  • bug (3)

Top Pull Request Labels

  • housekeeping (5)
  • bug (3)
  • enhancement (2)
  • correct-behavior (1)

Package metadata

pypi.org: automata-lib

A Python library for simulating finite automata, pushdown automata, and Turing machines

  • Homepage:
  • Documentation: https://automata-lib.readthedocs.io/
  • Licenses: MIT
  • Latest release: 9.2.0 (published 6 months ago)
  • Last Synced: 2026-06-19T21:02:37.995Z (2 days ago)
  • Versions: 33
  • Dependent Packages: 0
  • Dependent Repositories: 42
  • Downloads: 28,132 Last month
  • Docker Downloads: 819
  • Rankings:
    • Docker downloads count: 2.084%
    • Dependent repos count: 2.257%
    • Downloads: 4.616%
    • Average: 4.766%
    • Dependent packages count: 10.108%
  • Maintainers (1)

Dependencies

requirements.txt pypi
  • coverage ==6.4.4
  • flake8 ==5.0.4
  • flake8-isort ==4.2.0
  • isort ==5.10.1
  • mccabe ==0.7.0
  • networkx ==2.6.2
  • nose2 ==0.12.0
  • pycodestyle ==2.9.1
  • pydot ==1.4.2
  • pyflakes ==2.5.0
  • pyparsing ==3.0.9
.github/workflows/publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • coverallsapp/github-action master composite
pyproject.toml pypi
  • frozendict >=2.3.4
  • networkx >=2.6.2
  • pydot >=1.4.2
.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • ts-graphviz/setup-graphviz v1 composite
.github/workflows/draft-pdf.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v1 composite
  • openjournals/openjournals-draft-action master composite
.github/workflows/lint.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • ts-graphviz/setup-graphviz v1 composite
setup.py pypi