maxpat78 / FATtools

Facilities to access (ex)FAT filesystems and disk images with Python 3
39 stars 4 forks source link

Distribution of FATtools as Python package via PyPI #8

Closed 0xLeon closed 1 year ago

0xLeon commented 2 years ago

In reference to #2 I wanted to ask if it would be able to provide FATtools as package via PyPI. The standard way to distribute package is as a pip package in either sdist or wheel format. The benefit would be that this package could then be installed easily via pip. Generally speaking, simply providing a proper setup.py, building the packages and then uploading them via twine would be the standard way of distribution.

I'd be happy to support, but due to legal limitations from my employer, the clearance for me doing that might take a while.