Metadata-Version: 2.1
Name: python-lvis
Version: 1.1.0
Summary: Easy to use redis queue
Home-page: https://thorgate.eu
Author: Thorgate
Author-email: info@thorgate.eu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS.rst

# python-lvis

[![pypi Status](https://badge.fury.io/py/python-lvis.png)](https://badge.fury.io/py/python-lvis)
[![Build Status](https://travis-ci.org/thorgate/python-lvis.svg?branch=master)](https://travis-ci.org/thorgate/python-lvis)

Python bindings for https://www.veoseleht.ee API (aka ELVIS), requires ELVIS proxy that translates requests from 
rest to SOAP (you can use https://gitlab.com/thorgate-public/lvisproxy/ proxy for this)


# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2021-07-07

### Added

- Requests timing out in 2 minutes (can be overridden by subclassing the `ElvisClient`), 
  previously, there was no timeout and requests could hang for long time causing resource
  leaks
- Add helper to provide choices tuples from Enums (can be used with Django)
- This changelog

### Changed

- Date fields are now properly parsed to datetime
- Elvis proxy exception formatting is improved so that exceptions can actually
  be read

### Fixed

- ElvisModel was mutating its constructor argument, sometimes causing undesired data changes
- Getting transport orders now works in python 3

## [1.0.1] - 2017-01-05

### Added

- Released to PyPi

### Fixed

- Misc fixes related to automated deploys and quality checks

[1.1.0]: https://github.com/thorgate/python-lvis/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/thorgate/python-lvis/compare/1.0.0-rc3...v1.0.1


