Metadata-Version: 2.2
Name: aimmspy
Version: 25.2.1.2
Summary: Python bindings for the AIMMS optimization platform, built with pybind11 for seamless C++ integration. Enables efficient data exchange and interaction with AIMMS projects using pandas, polars, and pyarrow. Ideal for advanced optimization workflows requiring high-performance native code.
Keywords: AIMMS,API,Python,Optimization,Operations Research,pybind11,C++,bindings
Author: AIMMS B.V.
Maintainer: AIMMS B.V.
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.10
Requires-Dist: pyarrow==20.0.0
Requires-Dist: pandas
Requires-Dist: polars==1.30.0
Description-Content-Type: text/markdown

# AIMMS Python library

With this library it is possible to interact with AIMMS models from Python.

## Getting Started

To use the AIMMS Python library, you need to have an [AIMMS developer version installed](https://www.aimms.com/support/downloads/), [a valid license](https://licensing.aimms.cloud/license) and an already existing AIMMS project. More information on how to get started can be found in the [python bridge documentation](https://documentation.aimms.com/aimmspy/index.html).

## License

This project is licensed under the MIT License.

## Support

For questions, bug reports, or feature requests, please contact AIMMS B.V. via [support](https://community.aimms.com/p/developer-support). Or post an question on the [AIMMS Community](https://community.aimms.com/). We are happy to help you with any issues or questions you may have.
