Table (Finnish Taulukko) glued together to transform into hands-free living.

Overview

taulukko

license version downloads wheel supported-versions supported-implementations

Table (Finnish Taulukko) glued together to transform into hands-free living.

Installation

Preferred way to install is as usual (for testing or in isolation):

$ pipx install taulukko

For production use (well, ahem, ...) or within a virtual python env:

$ pip install taulukko

Example Usage

Extract tables from local HTML file

$ taulukko extract tests/fixtures/basic/2x2-table-w-th.html
extracting html tables from (tests/fixtures/basic/2x2-table-w-th.html) into markdown file below taulukko-md
markdown tree is below (taulukko-md)
$ cat tests/fixtures/basic/2x2-table-w-th.html
test</test></head>
   
a b
c d
$ cat taulukko-md/collected-tables.md
# test_html1
|  a  |  b  |
| --- | --- |
| c   | d   |

Version command

$ taulukko version
Table (Finnish Taulukko) glued together to transform into hands-free living. version 2021.12.2

General help

$ taulukko
Usage: taulukko [OPTIONS] COMMAND [ARGS]...

  Table (Finnish Taulukko) glued together to transform into hands-free living.

  Given an html file or URL the tool produces a markdown file of the tables
  below `taulukko-md`.

Options:
  -V, --version  Display the taulukko version and exit
  -h, --help     Show this message and exit.

Commands:
  extract  Translate from zip file containing a tree of html and media...
  version  Display the taulukko version and exit

Help on extract command

$ taulukko extract --help
Usage: taulukko extract [OPTIONS] [SOURCE]

  Translate from zip file containing a tree of html and media files to a
  folder with markdown.

Arguments:
  [SOURCE]  [default: STDIN]

Options:
  -i, --input 
   
      Path to input file (default is reading from
   
                            standard in)
  -h, --help                Show this message and exit.

Help on version command

Why not :-)

$ taulukko version --help
Usage: taulukko version [OPTIONS]

  Display the taulukko version and exit

Options:
  -h, --help  Show this message and exit.

Status

Experimental.

Note: The default branch is default.

You might also like...
Secret santa is a fun and easy way to get together with your friends and/or family with a gift for them.

Secret Santa What is Secret Santa? Secret santa is a fun and easy way to get together with your friends and/or family with a gift for them. The idea i

UdemyPy is a bot that hourly looks for Udemy free courses and post them in my Telegram Channel: Free Courses.

UdemyPy UdemyPy is a bot that hourly looks for Udemy free courses and post them in my Telegram Channel: Free Courses. How does it work? For publishing

an opensourced roblox group finder writen in python 100% free and virus-free

Roblox-Group-Finder an opensourced roblox group finder writen in python 100% free and virus-free note : if you don't want install python or just use w

Gba-free-fonts - Free font resources for GBA game development
Gba-free-fonts - Free font resources for GBA game development

gba-free-fonts Free font resources for GBA game development This repo contains m

Free components that wrap up Python into Delphi and Lazarus (FPC)
Free components that wrap up Python into Delphi and Lazarus (FPC)

Python for Delphi (P4D) is a set of free components that wrap up the Python DLL into Delphi and Lazarus (FPC). They let you easily execute Python scri

navigation_commander is a ROS package to command the robot to navigate autonomously to each table for food delivery inside a hotel.
navigation_commander is a ROS package to command the robot to navigate autonomously to each table for food delivery inside a hotel.

navigation_commander navigation_commander is a ROS package to command the robot to navigate autonomously to each table for food delivery inside a hote

Multtable is a collection of multiplication table generators in various languages.

Multtable Multtable is a collection of multiplication table generators in various languages. This project was created as a joke based on one of my bro

A Lego Mindstorm robot for dealing out cards based on a birds-eye view of a poker table and given ArUco fiducial tags.

A Lego Mindstorm robot for dealing out cards based on a birds-eye view of a poker table and given ArUco fiducial tags.

Create a program for generator Truth Table

Python-Truth-Table-Ver-1.0 Create a program for generator Truth Table in here you have to install truth-table-generator module for python modules inst

Releases(v2021.12.2)
  • v2021.12.2(Dec 1, 2021)

    taulukko

    license version downloads wheel supported-versions supported-implementations

    Table (Finnish Taulukko) glued together to transform into hands-free living.

    Changes

    2021.12.2

    • Hot fix release adding requirements to metadata (fixes #4)
    • Use context handlers and plain open instead of io (fixes #5)

    Installation

    Preferred way to install is as usual (for testing or in isolation):

    $ pipx install taulukko
    

    For production use (well, ahem, ...) or within a virtual python env:

    $ pip install taulukko==2021.12.2
    

    Example Usage

    Extract tables from local HTML file

    $ taulukko extract tests/fixtures/basic/2x2-table-w-th.html
    extracting html tables from (tests/fixtures/basic/2x2-table-w-th.html) into markdown file below taulukko-md
    markdown tree is below (taulukko-md)
    
    $ cat tests/fixtures/basic/2x2-table-w-th.html
    <html><head><title>test</test></head><body><table><tr><th>a</th><th>b</th></tr><tr><td>c</td><td>d</td></tr></table></body></html>
    
    $ cat taulukko-md/collected-tables.md
    # test_html1
    |  a  |  b  |
    | --- | --- |
    | c   | d   |
    

    Version command

    $ taulukko version
    Table (Finnish Taulukko) glued together to transform into hands-free living. version 2021.12.2
    

    General help

    $ taulukko
    Usage: taulukko [OPTIONS] COMMAND [ARGS]...
    
      Table (Finnish Taulukko) glued together to transform into hands-free living.
    
      Given an html file or URL the tool produces a markdown file of the tables
      below `taulukko-md`.
    
    Options:
      -V, --version  Display the taulukko version and exit
      -h, --help     Show this message and exit.
    
    Commands:
      extract  Translate from zip file containing a tree of html and media...
      version  Display the taulukko version and exit
    

    Help on extract command

    $ taulukko extract --help
    Usage: taulukko extract [OPTIONS] [SOURCE]
    
      Translate from zip file containing a tree of html and media files to a
      folder with markdown.
    
    Arguments:
      [SOURCE]  [default: STDIN]
    
    Options:
      -i, --input <sourcepath>  Path to input file (default is reading from
                                standard in)
      -h, --help                Show this message and exit.
    

    Help on version command

    Why not :-)

    $ taulukko version --help
    Usage: taulukko version [OPTIONS]
    
      Display the taulukko version and exit
    
    Options:
      -h, --help  Show this message and exit.
    

    Status

    Experimental.

    Note: The default branch is default.

    Checksums

    md5:458038a7af61b4bdee3c128619221bd4  dist/taulukko-2021.12.2.tar.gz
    sha1:228796177e1ededee698d738098e2b30dd849353  dist/taulukko-2021.12.2.tar.gz
    sha256:74079b7dd8dd3ccd27c3c891af448d4140a71df167cd3ee3ea7a2f1bd149aeaf  dist/taulukko-2021.12.2.tar.gz
    sha384:46cbb3059ed9a8d37370c1aa343c4c9cfd08dffafd7a5613cf68cb929a1aaeaaa67681fb304a768e790a7a5efebb0a2f  dist/taulukko-2021.12.2.tar.gz
    sha512:c196fb21728c7726728b22dc06ceaf1af0067c4f2e79334ad586405f782abb9f6dd0a26a1fdfff1eef51396198d78a30afc0b8a4d8bb5779ba1955437a96e556  dist/taulukko-2021.12.2.tar.gz
    dist/taulukko-2021.12.2.tar.gz.md5:458038a7af61b4bdee3c128619221bd4  dist/taulukko-2021.12.2.tar.gz
    dist/taulukko-2021.12.2.tar.gz.sha1:228796177e1ededee698d738098e2b30dd849353  dist/taulukko-2021.12.2.tar.gz
    dist/taulukko-2021.12.2.tar.gz.sha256:74079b7dd8dd3ccd27c3c891af448d4140a71df167cd3ee3ea7a2f1bd149aeaf  dist/taulukko-2021.12.2.tar.gz
    dist/taulukko-2021.12.2.tar.gz.sha384:46cbb3059ed9a8d37370c1aa343c4c9cfd08dffafd7a5613cf68cb929a1aaeaaa67681fb304a768e790a7a5efebb0a2f  dist/taulukko-2021.12.2.tar.gz
    dist/taulukko-2021.12.2.tar.gz.sha512:c196fb21728c7726728b22dc06ceaf1af0067c4f2e79334ad586405f782abb9f6dd0a26a1fdfff1eef51396198d78a30afc0b8a4d8bb5779ba1955437a96e556  dist/taulukko-2021.12.2.tar.gz
    
    Source code(tar.gz)
    Source code(zip)
    taulukko-2021.12.2-py2.py3-none-any.whl(7.75 KB)
    taulukko-2021.12.2.tar.gz(6.60 KB)
  • v2021.12.1(Dec 1, 2021)

    taulukko

    license version downloads wheel supported-versions supported-implementations

    Table (Finnish Taulukko) glued together to transform into hands-free living.

    Installation

    Preferred way to install is as usual (for testing or in isolation):

    $ pipx install taulukko
    

    For production use (well, ahem, ...) or within a virtual python env:

    $ pip install taulukko
    

    Example Usage

    Extract tables from local HTML file

    $ taulukko extract tests/fixtures/basic/2x2-table-w-th.html
    extracting html tables from (tests/fixtures/basic/2x2-table-w-th.html) into markdown file below taulukko-md
    markdown tree is below (taulukko-md)
    
    $ cat tests/fixtures/basic/2x2-table-w-th.html
    <html><head><title>test</test></head><body><table><tr><th>a</th><th>b</th></tr><tr><td>c</td><td>d</td></tr></table></body></html>
    
    $ cat taulukko-md/collected-tables.md
    # test_html1
    |  a  |  b  |
    | --- | --- |
    | c   | d   |
    

    Version command

    $ taulukko version
    Table (Finnish Taulukko) glued together to transform into hands-free living. version 2021.12.1
    

    General help

    $ taulukko
    Usage: taulukko [OPTIONS] COMMAND [ARGS]...
    
      Table (Finnish Taulukko) glued together to transform into hands-free living.
    
      Given an html file or URL the tool produces a markdown file of the tables
      below `taulukko-md`.
    
    Options:
      -V, --version  Display the taulukko version and exit
      -h, --help     Show this message and exit.
    
    Commands:
      extract  Translate from zip file containing a tree of html and media...
      version  Display the taulukko version and exit
    

    Help on extract command

    $ taulukko extract --help
    Usage: taulukko extract [OPTIONS] [SOURCE]
    
      Translate from zip file containing a tree of html and media files to a
      folder with markdown.
    
    Arguments:
      [SOURCE]  [default: STDIN]
    
    Options:
      -i, --input <sourcepath>  Path to input file (default is reading from
                                standard in)
      -h, --help                Show this message and exit.
    

    Help on version command

    Why not :-)

    $ taulukko version --help
    Usage: taulukko version [OPTIONS]
    
      Display the taulukko version and exit
    
    Options:
      -h, --help  Show this message and exit.
    

    Status

    Experimental.

    Note: The default branch is default.

    Checksums

    md5:1526ba281ec89d92df773bb8ad5051d3  dist/taulukko-2021.12.1.tar.gz
    sha1:7d1d8f6d2e98305cb6f1e7ee6a2fbcb86db5273e  dist/taulukko-2021.12.1.tar.gz
    sha256:3dfed3487f197d2801328af639937bc8ab561c072246301c9037f56cd343fbf4  dist/taulukko-2021.12.1.tar.gz
    sha384:9870d4b55de310e3cf5eb2c7d7eb7ae5cc15933ca931961a0c82e373203baa996810f04e1ae4a9c44072f67382bd4a59  dist/taulukko-2021.12.1.tar.gz
    sha512:07fa047f1e8463e2a2c45f359a3046b8e7c17a1d32dc5e449ec13422ae4f4a74d78a6d4f7718fb52c51c30f500812277dcff4974ce67461591fe9e1001979c0c  dist/taulukko-2021.12.1.tar.gz
    dist/taulukko-2021.12.1.tar.gz.md5:1526ba281ec89d92df773bb8ad5051d3  dist/taulukko-2021.12.1.tar.gz
    dist/taulukko-2021.12.1.tar.gz.sha1:7d1d8f6d2e98305cb6f1e7ee6a2fbcb86db5273e  dist/taulukko-2021.12.1.tar.gz
    dist/taulukko-2021.12.1.tar.gz.sha256:3dfed3487f197d2801328af639937bc8ab561c072246301c9037f56cd343fbf4  dist/taulukko-2021.12.1.tar.gz
    dist/taulukko-2021.12.1.tar.gz.sha384:9870d4b55de310e3cf5eb2c7d7eb7ae5cc15933ca931961a0c82e373203baa996810f04e1ae4a9c44072f67382bd4a59  dist/taulukko-2021.12.1.tar.gz
    dist/taulukko-2021.12.1.tar.gz.sha512:07fa047f1e8463e2a2c45f359a3046b8e7c17a1d32dc5e449ec13422ae4f4a74d78a6d4f7718fb52c51c30f500812277dcff4974ce67461591fe9e1001979c0c  dist/taulukko-2021.12.1.tar.gz
    
    Source code(tar.gz)
    Source code(zip)
    taulukko-2021.12.1-py2.py3-none-any.whl(7.74 KB)
    taulukko-2021.12.1.tar.gz(6.59 KB)
Owner
Stefan Hagen
Working with teams, changing things and the way we work. Any personal contribution of this user is MIT licensed. Opinions expressed on behalf of himself only.
Stefan Hagen
A script to generate NFT art living on the Solana blockchain.

NFT Generator This script generates NFT art based on its desired traits with their specific rarities. It has been used to generate the full collection

Rude Golems 24 Oct 8, 2022
LOC-FLOW is an “hands-free” earthquake location workflow to process continuous seismic records

LOC-FLOW is an “hands-free” earthquake location workflow to process continuous seismic records: from raw waveforms to well located earthquakes with magnitude calculations. The package assembles several popular routines for sequential earthquake location refinements, suitable for catalog building ranging from local to regional scales.

Miao Zhang 71 Jan 9, 2023
Control System Packer is a lightweight, low-level program to transform energy equations into the compact libraries for control systems.

Control System Packer is a lightweight, low-level program to transform energy equations into the compact libraries for control systems. Packer supports Python ?? , C ?? and C++ ?? libraries.

mirnanoukari 31 Sep 15, 2022
Transform your boring distro into a hacking powerhouse.

Pentizer Transform your boring distro into a hacking powerhouse. Pentizer is a personal project that imports Kali and Parrot repositories in any Debia

Michail Tsimpliarakis 2 Nov 5, 2021
Transform a Google Drive server into a VFX pipeline ready server

Google Drive VFX Server VFX Pipeline About The Project Quick tutorial to setup a Google Drive Server for multiple machines access, and VFX Pipeline on

Valentin Beaumont 17 Jun 27, 2022
Hands-on machine learning workshop

emb-ntua-workshop This workshop discusses introductory concepts of machine learning and data mining following a hands-on approach using popular tools

ISSEL Soft Eng Team 12 Oct 30, 2022
NewsBlur is a personal news reader bringing people together to talk about the world.

NewsBlur NewsBlur is a personal news reader bringing people together to talk about the world.

Samuel Clay 6.2k Dec 29, 2022
Tie together `drf-spectacular` and `djangorestframework-dataclasses` for easy-to-use apis and openapi schemas.

Speccify Tie together drf-spectacular and djangorestframework-dataclasses for easy-to-use apis and openapi schemas. Usage @dataclass class MyQ

Lyst 4 Sep 26, 2022
Team Curie is a group of people working together to achieve a common aim

Team Curie is a group of people working together to achieve a common aim. We are enthusiasts!.... We are setting the pace!.... We offer encouragement and motivation....And we believe TeamWork makes the DreamWork.

null 4 Aug 7, 2021
An OBS script to fuze files together

OBS TEXT FUZE Fuze text files and inject the output into a text source. The Index file directory should be a list of file directorys for the text file

SuperZooper3 1 Dec 27, 2021