Metadata-Version: 2.1
Name: licofage
Version: 0.7.1
Summary: Generate deterministic finite automata associated to linear equations expressed in the numeration system associated to a given substitution.
Maintainer-email: Nicolas Ollinger <nopid@free.fr>
Project-URL: Repository, https://github.com/nopid/licofage.git
Project-URL: Issues, https://github.com/nopid/licofage/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy

# licofage

licofage is a tool designed to enhance the accessiblity of the scientific paper *Addition in Dumont-Thomas Numeration Systems in Theory and Practice*. The authors of the paper are O. Carton, JM. Couvreur, M. Delacourt and N. Ollinger.

The implentation is a prototype of a method for generating deterministic finite automata associated with linear equations expressed in the numeration system associated with a given substitution.

Once the installation of the package is complete, the `licofage` command-line tool may be invoked.

The command `licofage -h` provides comprehensive invocation coverage.

