gtrafimenkov / pycrc16

Python library for calculating CRC16
http://code.google.com/p/pycrc16
GNU Lesser General Public License v3.0
35 stars 30 forks source link

Host prebuilt Windows binaries on PyPI #4

Open Mattwmaster58 opened 6 years ago

Mattwmaster58 commented 6 years ago

I think it'd be beneficial to host prebuilt binaries for windows on PyPI. It's not a deal breaker for most, but having to download 4.5GB of VS Build Tools isn't fun.

florisla commented 2 years ago

There's an unofficial package repository for compiled Windows packages -- C. Gohlke's.
It includes crc16 and crcmod.

https://www.lfd.uci.edu/~gohlke/pythonlibs/#crc16

While not as convenient as PyPI, it does let you avoid VS Build Tools.

gtrafimenkov commented 2 years ago

Hello! Sorry, I don't have capacity for maintaining this repository. Feel free to fork if you want. I am going to archive this repository.