Julian
Julian
Great!. Thanks!
I cannot reproduce this issue. I tried with Python 3.5 and Python 3.4. I've tried `long_description = open(os.path.join(base_path, 'README.rst')).read()` manually and worked fine. Would you please provide more information about...
Talking with @jmansilla we have decided to make a change in the StatsManager API. Until now we have: `def __init__(self, booking_duration, db_name, db_uri=None, keep_running_on_errors=True)` The idea is move db_name in...