chrono-python
chrono-python copied to clipboard
Python 3 support
Breaks on Python 3
Here is a screenshot of ipython console on my box
$ ipython
Python 3.5.2 (default, Jul 5 2016, 12:43:10)
Type "copyright", "credits" or "license" for more information.
In [1]: import chrono
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-b600539e43cb> in <module>()
----> 1 import chrono
~/.virtualenvs/ph3/lib/python3.5/site-packages/chrono/__init__.py in <module>()
----> 1 from chrono import Chrono
2 from chrono import parse
3 from chrono import parse_date
4
5
ImportError: cannot import name 'Chrono'
Did you find a library with same capabilities that does support python 3?
+1