Skip to main content

EU tyres energy label generator

Project description

Tyres EU energy label generator

PyPI version

Generator for EU tyre energy labels. Creates a label according to the specification as an SVG file.

Example label

Installation

$ pip install tyre-energy-label

Usage

from tyre_label import TyreEnergyLabel

label = TyreEnergyLabel(
    supplier='Cool Tyre',
    type_identifier='94385300',
    size='185/75 R16',
    tyre_class='C2',
    fuel_efficiency='E',
    wet_grip='A',
    roll_noise=72,
    noise_level='C',
    snow_grip=True,
    ice_grip=True,
    eprel_id=381667,
    eprel_link='https://eprel.ec.europa.eu/qr/381667'
)

label.save('example.svg')

# optional: get SVG as a string
svg_data = label.as_svg(embed_fonts=True, include_link=True)  

If you don't specify eprel_link, it will be automatically generated from eprel_id.

Command line interface

The package installs tyre-label CLI. Use $ tyre-label --help for the list of available options.

Example usage

$ tyre-label \
    --supplier "Cool Tyre" \
    --type "94385300" \
    --size "185/75 R16" \
    --class "C2" \
    --fuel C \
    --wet A \
    --noise 72 \
    --level A \
    --snow 1 \
    --ice 1 \
    --eprel-id 381667 \
    --url "https://eprel.ec.europa.eu/qr/381667" \
    -o example.svg

JSON support

$ tyre-label --json '{
    "supplier": "Cool Tyre",
    "type_identifier": "94385300",
    "size": "185/75 R16",
    "tyre_class": "C2",
    "fuel_efficiency": "C",
    "wet_grip": "A",
    "roll_noise": 72,
    "noise_level": "A",
    "snow_grip": true,
    "ice_grip": true,
    "eprel_id": 381667,
    "eprel_link": "https://eprel.ec.europa.eu/qr/381667"
}' -o example.svg

Support for PNG and PDF formats

You can use librsvg to convert resulting SVG files into PNG (bitmap) or PDF files. It's also possible to specify a zoom factor with -z 2.0 which can be useful for bitmaps. See man rsvg-convert for more details.

rsvg-convert -f png example.svg > example.png
rsvg-convert -f pdf example.svg > example.pdf

License

Distributed under the MIT license. See LICENSE file for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tyre-energy-label-1.0.3.tar.gz (57.7 kB view details)

Uploaded Source

File details

Details for the file tyre-energy-label-1.0.3.tar.gz.

File metadata

  • Download URL: tyre-energy-label-1.0.3.tar.gz
  • Upload date:
  • Size: 57.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/57.4.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.7

File hashes

Hashes for tyre-energy-label-1.0.3.tar.gz
Algorithm Hash digest
SHA256 8f482f7d1bdbe379983897d277fac29208e524885564dec397e71a9d453fe789
MD5 a8d57d23093f7d2e9416427118cafbf8
BLAKE2b-256 bdc87ba79946c14427b1dcbe5d671aa61b1e85ffb9d63cba7d3f56e7e04474f3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page