Metadata-Version: 2.1
Name: cnc-api-client-core
Version: 1.2.1
Summary: CNC API Client Core for Python
Home-page: https://www.rosettacnc.com/
Author: RosettaCNC
Author-email: support@rosettacnc.com
License: Other/Proprietary License
Project-URL: Documentation, http://wiki.rosettacnc.com/en/software/rosettacnccncapiclientcore
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.9<=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md

# cnc_api_client_core for Python
cnc_api_client_core is a library as a Python module used to get control of a RosettaCNC Board via the API Server in the RosettaCNC Control Software.

## Installation: ##

    pip install cnc-api-client-core
    
### Supports: ###

* Win64 architecture
* Python cp3.9 and cp3.10

### Conda support: ###

* Win x64 from Python cp3.9 to cp3.10

### Venv support: ###

* Win x64 from Python cp3.9 to cp3.10


