Open papadeltasierra opened 2 years ago
you can get it to work by installing from git:
pip install git+https://github.com/noahmorrison/chevron
It looks like whatever wheel was pushed to PyPi is not the latest version, possibly because a 0.14.0 version was pushed, and pushing 0.13.1 would not override that older version?
it might make sense to bump the version to 0.14.1 in https://github.com/noahmorrison/chevron/blob/main/chevron/metadata.py
and try pushing again
I presume the PyPi project is owned by @noahmorrison, and I don't think anyone else can fix this. If he's not able to update this, maybe a fork can be made?
@noahmorrison Any chance you could push an updated version to PyPI?
I also need the keep
option in one of my projects.
I also want "keep". Please publish it to PyPi.
@noahmorrison Where are you man we need you
@noahmorrison I'd be OK to help with maintenance on this and pushing a new release. Let me know how I can help.
@noahmorrison Could you please create a tag for the version uploaded to PyPI as 0.14.0?
I was going to add the "--keep" option but cannot find the latest code matching 0.14.0 - where is it?