Metadata-Version: 2.4
Name: archigeo
Version: 2.2.2rc1
Author: FroggyCroak
License: MIT
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.9, <3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-python

# ArchiGeo

ArchiGeo is a geometric toolkit for computitional designers.
This is v2.2.2, a temporary version for experiment.

> ​**Temporary Version:**
> APIs may change without notice.
> A formal version will be released later.  

## Features

`coming soon`

## Installation

```bash
pip install archigeo==2.2.2
```

## Dependencies

- python 3.9 / 3.12
- the core package `basic` has no dependency
- extension parts requires:
  - `shapely`
  - `scip`
  - `pygame`
  - `Rhinoceros`
  - `rhinoscriptsyntax`

## Quick Start

`coming soon`

## Documentation

`coming soon`

## License

MIT License. See LICENSE for details.
