https://github.com/reity/goldbar
Embedded language for defining and working with genetic design spaces.
https://github.com/reity/goldbar
Last synced: 2 months ago
JSON representation
Embedded language for defining and working with genetic design spaces.
- Host: GitHub
- URL: https://github.com/reity/goldbar
- Owner: reity
- License: mit
- Created: 2020-04-24T03:47:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T04:18:44.000Z (about 5 years ago)
- Last Synced: 2025-01-23T12:30:32.744Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=======
goldbar
=======Embedded language for defining and working with genetic design spaces.
.. image:: https://badge.fury.io/py/goldbar.svg
:target: https://badge.fury.io/py/goldbar
:alt: PyPI version and link.Purpose
-------
GOLDBAR is a syntax and language for describing genetic design spaces. GOLDBAR is being developed at `CIDAR `_, and other tools for working with genetic design spaces using GOLDBAR are currently being developed. These tools include `Knox `_ and `Constellation `_.This embedded domain-specific language for Python has semantics that adhere to those of the GOLDBAR language definition and existing associated tools. It allows users to define genetic design spaces using GOLDBAR operators within Python.
Package Installation and Usage
------------------------------
The package is available on PyPI::python -m pip install goldbar
The library can be imported in the usual ways::
import goldbar
from goldbar import *