nats-io / nkeys.py

NATS Keys for Python
Apache License 2.0
12 stars 4 forks source link

newer versions not published to pypi + wheels would be really helpful. #10

Open strangemonad opened 8 months ago

strangemonad commented 8 months ago

It seems that the most recently available version on pypi is "0.1.0" published May 2019 https://pypi.org/project/nkeys/0.1.0/. This old version still uses ed25519 as a dependency instead of the self-contained pynacl (I'm assuming there have been other bug fixes since then too.

I'm trying to get a python nats client installed on an embedded linux system (https://opentrons.com/products/flex/) as part of a Biotech manufacturing assembly line. These systems don't have any build toolchain on them. I've tested that the self-contained pynacl wheel works.

Related to https://github.com/nats-io/nkeys.py/issues/9

roguh commented 6 months ago

I've used something like this in my pyproject.toml and/or requirements.txt files:

nkeys @ git+https://github.com/nats-io/nkeys.py.git@8b1d6da9c69b10991743d99009305a7f638e07ba
aKardasz commented 6 months ago

+1, all the other libs seem to functioning correctly, and using the older version has some not so nice depedencies.