python_xid icon indicating copy to clipboard operation
python_xid copied to clipboard

Python Xid Implementation

Results 4 python_xid issues
Sort by recently updated
recently updated
newest added

I've simply install xid using command `pip install xid` then created a simple file to check if it's working fine or not. first.py ``` from xid import Xid guid =...

I've written [a test case](https://github.com/wonderbeyond/python_xid/commit/4d60fff1f9ce3b85fb2bed008ffe6ebf97d7be23) to reveal this issue. Execute `py.test` to reproduce error like below: ```shell $ py.test ====================================================== test session starts ======================================================= platform linux2 -- Python 2.7.12, pytest-3.2.5,...

- Python version: 2.7.13 - xid==1.0.4 ``` web_1 | from lib.flask_request_id import RequestID web_1 | File "/usr/share/Amidala/lib/flask_request_id.py", line 2, in web_1 | from xid import Xid web_1 | File "/usr/local/lib/python2.7/site-packages/xid.py",...

Please make an update to PyPi package for Python3 support. The released package still throws errors for map(ord, val).