Metadata-Version: 2.4
Name: QuantLib-vega
Version: 1.43rc0
Summary: Python bindings for the QuantLib library
Home-page: https://www.quantlib.org
Author: QuantLib Team
Author-email: quantlib-users@lists.sourceforge.net
License: BSD-3-Clause
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Free Threading :: 2 - Beta
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/x-rst
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: summary


QuantLib (https://www.quantlib.org/) is a free/open-source C++ library
for financial quantitative analysts and developers, aimed at providing
a comprehensive software framework for quantitative finance.

QuantLib is Non-Copylefted Free Software and OSI Certified Open Source Software.

Free-threading wheels are also provided.  Note, though, that the
underlying C++ library is not thread-safe.  It has globals (most
notably, the evaluation date) that in the current version of the
wheels can't be set per thread.  Also, we suggest to avoid sharing
objects and state across threads; each thread should have its set of
curves and instruments.  Given that they calculate and cache results
lazily, sharing them will probably lead to data races.
