Skip to main content

This package demonstrates building and publishing Python Packages with GitHubs infrastructure

Project description

hetzner-fix-report

Fixes Hetzner CSV reports by cleaning the CSV and merging project name from PDF.

Installation

Preliminary libraries

Debian, Ubuntu, etc

sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python-dev

Fedora, Red Hat, etc

sudo yum install gcc-c++ pkgconfig poppler-cpp-devel python-devel redhat-rpm-config

Arch, etc

sudo pacman -S poppler

Python package

This project is hosted on PyPI and can therefore be installed easily through pip:

pip install hetzner_fix_report

Dependending on your setup you may need to add --user after the install.

Usage

Single report

Use the command line interface to combine a csv and pdf file:

hetzner-fix-report Hetzner_2020-01-05_RXXXXXXXXXX.csv Hetzner_2020-01-05_RXXXXXXXXXX.pdf

Or shorten it using brace expansion:

hetzner-fix-report Hetzner_2020-01-05_RXXXXXXXXXX.{csv,pdf}

If you want to save the enriched csv output, use either the -o parameter as explained in the program's help or redirect output to a file using >.

Batchwise processing

When in a directory that holds multiple csv and pdf files the following shell script should call the tool and save its output within a newly created subdirectory:

mkdir -p fix
for csv in *.csv; do pdf=${csv%%.*}.pdf; hetzner-fix-report -o "fix/$csv" "$csv" "$pdf"; done

Original & enriched format

Hetzner's original CSV reports have the problem of being unprecise and not machine readable. This is especially noticeable in the long multiline comment column that may is mostly human readable. Currently the PDF report contains additional information about the entry's (server/backup) associated project. Since this information is not contained within the CSV reports I wanted to fix this. The enriched format has the following keys and examplary values:

Key Example New
id 2520725
name my-server
project My Project
type cx31
quantity 1
usage_hours 42
price 8.9
price_netto 4.9
price_max 2.49
day_from 2020-06-01
day_to 2020-06-30
is_backup False
is_server True
is_ceph False

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

hetzner_fix_report-0.11.0.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hetzner_fix_report-0.11.0-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file hetzner_fix_report-0.11.0.tar.gz.

File metadata

  • Download URL: hetzner_fix_report-0.11.0.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for hetzner_fix_report-0.11.0.tar.gz
Algorithm Hash digest
SHA256 e083746c12ac8913acd5abf26b55d724db28c7f87c616c23b9a1789509909245
MD5 8815f83cfc434649bdafd645b9880562
BLAKE2b-256 d29b3d6cf60f27935b6edcabf37d70035b9094da43af84e36e192ff23054c3a9

See more details on using hashes here.

File details

Details for the file hetzner_fix_report-0.11.0-py3-none-any.whl.

File metadata

  • Download URL: hetzner_fix_report-0.11.0-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for hetzner_fix_report-0.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0f4a311a6c9ba8dc2efaec6f39ac1d55df4d48671813a2117ae93fdf9e2bb407
MD5 f72701d148a5557ea959e62c596d2c21
BLAKE2b-256 58bd81afbae7b3c973de6056714d0cf808ef174bbfb16f4e1474c030cc8e351c

See more details on using hashes here.

Supported by

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