Metadata-Version: 2.1
Name: rapid-clay-formations-fab
Version: 0.7.0
Summary: Fabrication code for Rapid Clay Formations.
Home-page: https://gramaziokohler.github.io/rapid_clay_formations_fab
Author: Gramazio Kohler Research
Maintainer: Anton Tetov
Maintainer-email: anton@tetov.se
License: MIT
Project-URL: Repository, https://github.com/gramaziokohler/rapid_clay_formations_fab
Project-URL: Issues, https://github.com/gramaziokohler/rapid_clay_formations_fab/issues
Project-URL: Documentation, https://gramaziokohler.github.io/rapid_clay_formations_fab
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
Obsoletes: compas_rcf
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: compas-fab (==0.15.0)
Requires-Dist: compas-mobile-robot-reloc (<1.1.0,>=1.0.1)
Requires-Dist: compas-rrc (==1.0.0)
Requires-Dist: questionary (~=1.5.1)
Requires-Dist: confuse (~=1.3.0)
Requires-Dist: docker (~=4.2.2)
Provides-Extra: dev
Requires-Dist: black (>=20.8b1) ; extra == 'dev'
Requires-Dist: doc8 ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: invoke (>=1.4.1) ; extra == 'dev'
Requires-Dist: isort (>=5.6.4) ; extra == 'dev'
Requires-Dist: mypy (>=0.790) ; extra == 'dev'
Requires-Dist: pydocstyle ; extra == 'dev'
Requires-Dist: pytest (>=3.2) ; extra == 'dev'
Requires-Dist: recommonmark (>=0.6) ; extra == 'dev'
Requires-Dist: setuptools-scm[toml] (>=4.1.2) ; extra == 'dev'
Requires-Dist: sphinx-compas-theme (>=0.11.4) ; extra == 'dev'
Requires-Dist: sphinx (>=3.3.1) ; extra == 'dev'
Requires-Dist: sphinx-autodoc-typehints[type_comments] (>=1.11) ; extra == 'dev'

# rapid_clay_formations_fab

Fabrication code for Rapid Clay Formations.

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

## COMPAS

`rapid_clay_formations_fab` 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.


