Skip to content

Releases: j4asper/dmr.py

dmr.py - v1.1.3

29 Jun 11:33
Compare
Choose a tag to compare
  • Updated dependencies
  • Updated XPaths

Full Changelog: 1.1.2...1.1.3

dmr.py - v1.1.2

30 Nov 17:58
326187f
Compare
Choose a tag to compare

Added Python 3.12 Support

Dropped support for python 3.7

What's Changed

Full Changelog: 1.0.2...1.1.2

dmr.py - v1.0.2

26 Sep 16:34
Compare
Choose a tag to compare
  • Added better type hinting
  • Added Trailer as a VehicleType
  • Made Insurance in the Vehicle model optional
  • Added conversion class to convert to and from metric and imperial values, see code examples
  • Some PEP8 improvements

  • No breaking changes.

dmr.py - v1.0.1

25 Sep 13:09
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.1

dmr.py - v1.0.0

07 Sep 17:45
Compare
Choose a tag to compare

Breaking Changes:

The DMR object has been refactored, and now only contains class methods to scrape data and validate license plates. This means that this code is invalid now:

vehicle = DMR(license_plate).get_by_plate()

It should now be:

vehicle = DMR.get_by_plate(license_plate)

Same thing with get_by_plate_async.

Models added

New models have now been added and can be viewed in this folder. The base class returned from the scraper is Vehicle, that includes all the other classes and enums in it's attributes.

What's Changed

New Contributors

Full Changelog: 0.0.9...1.0.0

dmr.py 0.0.9

18 Mar 12:23
Compare
Choose a tag to compare

Full Changelog: 0.0.8...0.0.9

DMR.py - Fixes and added support for python 3.11

17 Mar 08:52
Compare
Choose a tag to compare

dmr-py 0.0.7

03 Aug 18:02
Compare
Choose a tag to compare

Full Changelog: 0.0.6...0.0.7

dmr.py 0.0.6

01 Aug 21:35
86b7848
Compare
Choose a tag to compare

Full Changelog: 0.0.5...0.0.6

dmr.py 0.0.5

27 Jul 21:00
Compare
Choose a tag to compare

Full Changelog: 0.0.4...0.0.5