https://github.com/noexec/curldl-assets
Assets used internally by curldl workflows
https://github.com/noexec/curldl-assets
curldl
Last synced: 4 months ago
JSON representation
Assets used internally by curldl workflows
- Host: GitHub
- URL: https://github.com/noexec/curldl-assets
- Owner: noexec
- License: lgpl-3.0
- Created: 2023-04-01T14:41:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T22:30:10.000Z (over 1 year ago)
- Last Synced: 2025-10-07T03:34:59.789Z (8 months ago)
- Topics: curldl
- Homepage: https://github.com/noexec/curldl
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PycURL Builds for Windows Platform
__NOTE:__ PyPI now has native Windows builds for
[PycURL 7.45.3](https://pypi.org/project/pycurl/7.45.3/#files),
so this module is not needed anymore.
To facilitate testing __curldl__ on Windows, win32 builds of PycURL
are required.
Since [PycURL](https://pycurl.io/) has no official win32 builds
at the time of writing this document, unofficial binaries by
Christoph Gohlke are used instead, as downloaded from his
[website](https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycurl).
The downloads have since [moved](https://github.com/cgohlke/win_arm64-wheels)
and the build were restricted to ARM64 architecture.
For this reason, only Python 3.8–3.11 Windows builds are provided here.
PycURL is dual licensed under the LGPL and an MIT/X derivative
license, so keeping these builds in the repo is fine.
## License
This project is released under the [GNU LGPL License Version 3](LICENSE.md) or any later version.