argon2_py icon indicating copy to clipboard operation
argon2_py copied to clipboard

better pypi metadata

Open ThomasWaldmann opened this issue 10 years ago • 6 comments

the pypi metadata could be made more specific:

  • precise python versions
  • precise OS compatibility

ThomasWaldmann avatar Dec 19 '15 19:12 ThomasWaldmann

added OS compatibility No needs in python versions, it works both on py2 and py3 (2.7, 3.3, 3.4, 3.5)

flamewow avatar Dec 20 '15 22:12 flamewow

Please reopen because of giving the specific python versions. There is a need to be specific here or you leave people in the unclear.

Also, I don't see that you added precise OS compatibility.

See there for an example: https://github.com/borgbackup/borg/blob/master/setup.py#L238

ThomasWaldmann avatar Dec 20 '15 23:12 ThomasWaldmann

I've added it on PYPI: https://pypi.python.org/pypi/argon2

flamewow avatar Dec 21 '15 07:12 flamewow

https://github.com/borgbackup/borg/blob/master/setup.py#L238

Okay, I'll check compatibility with Python version and add metadata into setup file.

flamewow avatar Dec 21 '15 07:12 flamewow

BTW, if you want to automate that (and also test if everything works): tox and py.test are nice for that.

ThomasWaldmann avatar Dec 21 '15 11:12 ThomasWaldmann

I was also going to suggest adding some basic tests

joshuamorton avatar Jan 08 '16 22:01 joshuamorton