Closed RyPeck closed 7 years ago
@horkhe @jeremyschlatter @svisser @defcube @russjones @anton-efimenko can someone push this to PyPi. Is anyone pushing code up at MailGun right now? This is a dependency in your https://github.com/mailgun/flanker application as well, is that abandoned for Python 3 support?
I'm not able to upload a package for this project to PyPI.
If you're able, you may be able to solve your use cases with https://pypi.python.org/pypi/ttldict which does have Python 3.x support.
It seems that the packet cannot be installed with pip3, since import md5
was not fixed.
@svisser ttldict is not a sufficient replacement, primarily because the .get
method doesn't return anything on a successful get
.
@TRManderson a pull request to fix that was opened a week ago: https://github.com/mobilityhouse/ttldict/pull/3
@TRManderson a new version of TTLDict (0.3) is available in PyPI!
Hi !
I will need expiringdict >= 1.1.4
, Python3 compatible for porting Rekall
to Python3.
Anything blocking you ? Anyone could upload it ?
Thanks ! :)
Uploaded, sorry for the hold up. Please let me know if it works for you.
Works for me. Thanks a lot @horkhe :1st_place_medal:
The latest version in this repo is 1.1.4 with Python 3 support. PyPi only has 1.1.3. Anything you need to get this published out to PyPi?