Metadata-Version: 2.1
Name: cwapi3d
Version: 30.0.593
Summary: Python bindings for CwAPI3D
Author-email: Cadwork <it@cadwork.ca>
License: MIT License
        
        Copyright (c) 2024 Cadwork
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/cwapi3d/cwapi3dpython
Keywords: cadwork
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.10
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Cadwork Python Interface

![Logo](https://filehost.cadwork.ca/cadwork_logo.png)

[![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://docs.cadwork.com/projects/cwapi3dpython/en/latest/)
[![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/)
