Metadata-Version: 2.1
Name: alogos
Version: 0.2.0
Summary: Grammar-guided genetic programming (G3P): Search for optimal strings in any context-free language.
Home-page: https://github.com/robert-haas/alogos
Author: Robert Haas
Author-email: robert.haas@protonmail.com
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.6
License-File: LICENSE
License-File: NOTICE
Requires-Dist: ordered-set (>=3.0)
Requires-Dist: lark-parser (<1,>=0.6.5)
Requires-Dist: railroad-diagrams (<3,>=1)
Requires-Dist: pylru (<2,>=1.1)
Requires-Dist: gravis
Requires-Dist: bitarray (<3,>2)
alogos
======
+----------------------+-----------------------------------------------------------------------------------+
| Documentation | `Website `_ |
+----------------------+-----------------------------------------------------------------------------------+
| | .. image:: https://img.shields.io/badge/hosted%20on-GitHub%20Pages-00864b.svg |
| | :target: https://pages.github.com |
| | :alt: Hosted on GitHub Pages | |
| | |
| | .. image:: https://img.shields.io/badge/built%20with-Sphinx-blue.svg |
| | :target: http://www.sphinx-doc.org |
| | :alt: Built with Sphinx |
+----------------------+-----------------------------------------------------------------------------------+
| Source code | `Repository `_ |
+----------------------+-----------------------------------------------------------------------------------+
| | .. image:: https://img.shields.io/badge/hosted%20on-GitHub-00864b.svg |
| | :target: https://github.com |
| | :alt: Hosted on GitHub | |
| | |
| | .. image:: https://img.shields.io/badge/license-Apache%202.0-blue.svg |
| | :target: https://www.apache.org/licenses/LICENSE-2.0 |
| | :alt: License Apache 2.0 |
+----------------------+-----------------------------------------------------------------------------------+
| Distributed code | `Package `_ |
+----------------------+-----------------------------------------------------------------------------------+
| | .. image:: https://img.shields.io/badge/hosted%20on-PyPI-00864b.svg |
| | :target: https://pypi.org/ |
| | :alt: Hosted on PyPI | |
| | |
| | .. image:: https://img.shields.io/pypi/pyversions/alogos.svg |
| | :target: https://pypi.org/project/alogos |
| | :alt: Python versions: 3.6, 3.7. 3.8 | |
| | |
| | .. image:: https://img.shields.io/pypi/status/alogos.svg |
| | :target: https://pypi.org/project/alogos |
| | :alt: Status | |
| | |
| | .. image:: https://img.shields.io/pypi/format/alogos.svg |
| | :target: https://pypi.org/project/alogos |
| | :alt: Format |
+----------------------+-----------------------------------------------------------------------------------+
| Authors | `Robert Haas `_ |
+----------------------+-----------------------------------------------------------------------------------+
| | .. image:: https://img.shields.io/badge/profile%20on-GitHub-brightgreen.svg |
| | :target: https://github.com/robert-haas |
| | :alt: Profile on GitHub | |
| | |
| | .. image:: https://img.shields.io/badge/email%20at-ProtonMail-brightgreen.svg |
| | :target: mailto:robert.haas@protonmail.com |
| | :alt: e-Mail: robert.haas@protonmail.com |
+----------------------+-----------------------------------------------------------------------------------+