Metadata-Version: 2.4
Name: bcam-indar
Version: 1.0.2
Summary: Resources for the analysis of vibrations.
Project-URL: Repository, https://github.com/CFAA-EHU/bcam-indar
Author-email: Felipe Ponce-Vanegas <fponce@bcamath.org>
License-Expression: MIT AND (Apache-2.0 OR BSD-2-Clause)
License-File: LICENSE.txt
Keywords: input/output,modal analysis,stability,vibration
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Requires-Dist: attrs>=23.0
Requires-Dist: jitcode>=1.7
Requires-Dist: matplotlib>=3.10
Requires-Dist: numpy>=2.4
Requires-Dist: pandas>=3.0
Requires-Dist: scikit-learn>=1.8
Requires-Dist: scipy>=1.17
Requires-Dist: symengine>=0.14
Requires-Dist: sympy>=1.14
Provides-Extra: docs
Requires-Dist: cairosvg>=2.7; extra == 'docs'
Requires-Dist: numpydoc>=1.10; extra == 'docs'
Requires-Dist: sphinx-copybutton>=0.5; extra == 'docs'
Requires-Dist: sphinx-nefertiti>=0.9; extra == 'docs'
Requires-Dist: sphinx>=9.0; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest>=9.0; extra == 'test'
Description-Content-Type: text/markdown

## Indar

Indar is an open-source Python package that provides algorithms and methods developed at
the [Basque Center for Applied Mathematics](https://www.bcamath.org/en) (BCAM)
for analyzing vibrations and assessing the stability of manufacturing operations in the aeronautics sector.
This research is carried out in collaboration with
the [Aeronautics Advanced Manufacturing Center](https://cfaa.eus/en/) (CFAA, spanish acronym).

To install it:

```bash
pip install bcam-indar
```

The Indar documentation can be found [here](https://indar.readthedocs.io/en/).

Contributions, feedback, and support are welcome.
