Metadata-Version: 2.1
Name: compas-rcf
Version: 0.2.3
Summary: python module for MAS DFAB project Rapid Clay Formations
Home-page: https://github.com/tetov/compas_rcf
Author: Anton T Johansson
Author-email: anton@tetov.se
License: MIT
Project-URL: Repository, https://github.com/compas-dev/compas
Project-URL: Issues, https://github.com/compas-dev/compas/issues
Project-URL: Documentation, https://compas_rcf.tetov.se/
Keywords: architecture,engineering,fabrication,construction
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: IronPython
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: compas-fab (~=0.10.2)
Requires-Dist: compas-rrc (~=0.2.2)
Requires-Dist: questionary (~=1.5.1)
Requires-Dist: colorama (~=0.4.3)
Requires-Dist: confuse (~=1.0.0)
Requires-Dist: prompt-toolkit (~=3.0.3)
Requires-Dist: Pygments (~=2.5.2)
Provides-Extra: dev
Requires-Dist: attrs (~=19.3) ; extra == 'dev'
Requires-Dist: black (~=19.10b0) ; extra == 'dev'
Requires-Dist: doc8 ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: invoke (>=0.14) ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: pydocstyle ; extra == 'dev'
Requires-Dist: pytest (>=3.2) ; extra == 'dev'
Requires-Dist: recommonmark (>=0.6) ; extra == 'dev'
Requires-Dist: sphinx-compas-theme (>=0.4) ; extra == 'dev'
Requires-Dist: sphinx (>=1.6) ; extra == 'dev'
Requires-Dist: setuptools-scm[toml] ; extra == 'dev'
Requires-Dist: sphinx-autodoc-typehints[type_comments] (>=1.10) ; (python_version > "2.7") and extra == 'dev'

# compas\_rcf

[![Travis (.com)](https://img.shields.io/travis/com/tetov/compas_rcf?style=for-the-badge)](https://travis-ci.com/tetov/compas_rcf)
[![GitHub](https://img.shields.io/github/license/tetov/compas_rcf?style=for-the-badge)](https://github.com/tetov/compas_rcf/blob/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/compas_rcf?style=for-the-badge)](https://pypi.org/project/compas-rcf/)

python module for MAS DFAB project Rapid Clay Formations

* [Getting started](https://compas_rcf.tetov.se/getting_started.html) - for installation and update instructions
* [Example files](https://compas_rcf.tetov.se/examples.html) - for demonstration purposes
* [Contributing](https://compas_rcf.tetov.se/contributing.html) - how to start working on the code
* [Known issues](https://compas_rcf.tetov.se/known_issues.html) - for things that we know don't work
* [Issues](https://github.com/tetov/compas_rcf/issues) - for unknown issues, as well as suggestions and questions
* [Documentation](https://compas_rcf.tetov.se/)

## COMPAS

`compas_rcf` is part is built on top of [`compas`](https://compas-dev.github.io/),
 [`compas_fab`](https://gramaziokohler.github.io/compas_fab/) and
 [`compas_rrc`](https://bitbucket.org/ethrfl/compas_rrc/).

## Note on compatibility

Installation of the package requires Python \>\= 3.6.

Big parts are compatible with IronPython 2.7 (to be run inside Rhino plugin
Grasshopper).

The modules that require Python \>\= 3.6 should raise an exception on import.


