Metadata-Version: 2.4
Name: libtorrent-windows-dll
Version: 0.0.2
Summary: Required Windows OpenSSL DLLs for libtorrent
Project-URL: Documentation, https://github.com/baseplate-admin/libtorrent-windows-dll#readme
Project-URL: Issues, https://github.com/baseplate-admin/libtorrent-windows-dll/issues
Project-URL: Source, https://github.com/baseplate-admin/libtorrent-windows-dll
Author-email: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com>
License-Expression: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Requires-Dist: libtorrent==2.0.11
Description-Content-Type: text/markdown

# libtorrent-windows-dll


This package exports OpenSSL dll's for libtorrent.

The noted DLL's are:
- `libcrypto-1_1-x64.dll`
- `libssl-1_1-x64.dll`

They are installed in `libtorrent` namespace to facilate the missing dll error in libtorrent. 

Solution for the [arvidn/libtorrent#7338](https://github.com/arvidn/libtorrent/issues/7338) 
