An open API service indexing awesome lists of open source software.

https://github.com/ptomulik/veetou

Conversion scripts
https://github.com/ptomulik/veetou

Last synced: 2 months ago
JSON representation

Conversion scripts

Awesome Lists containing this project

README

        

VeeToU
------
Conversion scripts

.. image:: https://travis-ci.org/ptomulik/veetou.png?branch=master
:target: https://travis-ci.org/ptomulik/veetou

.. image:: https://coveralls.io/repos/github/ptomulik/veetou/badge.svg
:target: https://coveralls.io/github/ptomulik/veetou

Dependencies
````````````

.. code:: bash

sudo apt-get install python3 python3-lxml poppler-utils

Requires Python >= 3.4

Examples
````````

Get some help

.. code:: bash

PYTHONPATH=lib bin/veetou --help

Decode "Karta Osiągnięć"

.. code:: bash

PYTHONPATH=lib bin/veetou ko path/to/ko-report.pdf

Decode "Protokół Zaliczeń"

.. code:: bash

PYTHONPATH=lib bin/veetou pz path/to/pz-report.pdf

Write result to sqlite3 database

.. code:: bash

PYTHONPATH=lib bin/veetou pz path/to/pz-report.pdf -O db -o path/to/output.db

More recipes
````````````

Export previously saved sqlite3 database as csv

.. code:: bash

sqlite3 path/to/output.db <