Metadata-Version: 2.1
Name: cwapi3d
Version: 1.3.12
Summary: Python bindings for CwAPI3D
Home-page: https://github.com/cwapi3d/cwapi3dpython
Author: Cadwork
Author-email: it@cadwork.ca
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# Cadwork Python Interface

[![PyPI](https://img.shields.io/pypi/v/cwapi3d)](https://pypi.python.org/pypi/cwapi3d/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cwapi3d)](https://pypi.python.org/pypi/cwapi3d/)
[![RTD](https://img.shields.io/readthedocs/cwapi3dpython)](https://python.cadwork.dev)
[![Issues](https://img.shields.io/github/issues/cwapi3d/cwapi3dpython)](https://github.com/cwapi3d/cwapi3dpython/issues)
[![Pulls](https://img.shields.io/github/issues-pr/cwapi3d/cwapi3dpython)](https://github.com/cwapi3d/cwapi3dpython/pulls)
[![GitHub](https://img.shields.io/github/license/cwapi3d/cwapi3dpython)](https://choosealicense.com/licenses/mit/)

This is the Cadwork 3D CwAPI3D plugin architecture in Python.

## Installation

Install with pip:

```bash
  pip install cwapi3d
```
    
## Contributing

Contributions are always welcome!
  
## Roadmap

- Guides
- Examples
- API Documentation
  
## Authors

- [@jspaquet](https://github.com/jspaquet)
- [@Brunner246](https://github.com/Brunner246)
  
## License

[MIT](https://choosealicense.com/licenses/mit/)
