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.12
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 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 part 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.
