Metadata-Version: 2.1
Name: compas-3gs
Version: 0.2.0
Summary: A COMPAS package for 3D Graphic Statics
Home-page: https://github.com/BlockResearchGroup/compas_3gs
Author: Juney Lee
Author-email: juney.lee@arch.ethz.ch
License: MIT
Keywords: architecture,engineering
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 :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: COMPAS (>=0.6)

# compas_3gs

``compas_3gs`` is a 3D graphic statics add-on package for the **COMPAS** framework.


## Getting Started

``compas_3gs`` can be installed directly from the GitHub repo:

    $ pip install git+https://github.com/BlockResearchGroup/compas_3gs.git

Or by cloning it from the URL above using a free Git client such as [Sourcetree](https://www.sourcetreeapp.com/).


## First Steps

* [Theoretical background](https://compas-dev.github.io/compas_3gs/theoretical_background.html)
* [Examples](https://compas-dev.github.io/compas_3gs/examples.html)
* [API reference](https://compas-dev.github.io/compas_3gs/api_reference.html)


## Issue tracker

If you find a bug, please help us solve it by [filing a report](https://github.com/BlockResearchGroup/compas_3gs/issues).


## Contributing

If you want to contribute, check out the [contribution guidelines](https://blockresearchgroup.github.io/compas_3gs/contribution.html).


## License

The ``compas_3gs`` add-on package for **COMPAS** is [released under the MIT license](https://blockresearchgroup.github.io/compas_3gs/license.html).


## Contact

For any questions, suggestions or feedback, please conact the main contributor of ``compas_3gs``, Juney Lee, via email: juney.lee@arch.ethz.ch.

