Metadata-Version: 2.1
Name: xir
Version: 0.0.3
Summary: Experiment Model Intermediate Representation
Home-page: https://gitlab.com/mergetb/xir
Author: Ryan Goodfellow
Author-email: rgoodfel@isi.edu
License: Apache2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Requires-Dist: ipython (>=7.1.1)
Requires-Dist: PyYAML (>=3.13)


# Python3 XIR Langauge Bindings

## Installation

From this directory execute the following command to install globally on your system. If you would prefer to install locally you can also use the `--user` flag from pip. For more info see `pip3 install --help`.

```
sudo pip3 install .
```


