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
Simple and easy to use python API for the COVID registration booking system of the math department @ unipd (torre archimede)

Simple and easy to use python API for the COVID registration booking system of the math department @ unipd (torre archimede). This API creates an interface with the official browser, with more useful

Guglielmo Camporese 4 Dec 24, 2021
poetry2nix turns Poetry projects into Nix derivations without the need to actually write Nix expressions

poetry2nix poetry2nix turns Poetry projects into Nix derivations without the need to actually write Nix expressions. It does so by parsing pyproject.t

Nix community projects 405 Dec 29, 2022
Team Hash Brown Science4Cast Submission

Team Hash Brown Science4Cast Submission This code reproduces Team Hash Brown's (@princengoc, @Xieyangxinyu) best submission (ee5a) for the competition

3 Feb 02, 2022
The earliest beta version of pytgcalls on Linux x86_64 and ARM64! Use in production at your own risk!

Public beta test. Use in production at your own risk! tgcalls - a python binding for tgcalls (c++ lib by Telegram); pytgcalls - library connecting pyt

Il'ya 21 Jan 13, 2022
A continuation Of Project Glow By @glowstik-yt

Project Glow Greetings, I see you have stumbled upon project glow. Project glow is an open source bot worked on by many people to create a good and sa

1 Nov 17, 2021
Цифрова збрoя проти xуйлoвської пропаганди.

Паляниця Цифрова зброя проти xуйлoвської пропаганди. Щоб негайно почати шкварити рашистські сайти – мерщій у швидкий старт! ⚡️ А коли ворожі сервери в

8 Mar 22, 2022
HomeAssistant Linux Companion

Application to run on linux desktop computer to provide sensors data to homeasssistant, and get notifications as if it was a mobile device.

Javier Lopez 10 Dec 27, 2022
Pampy: The Pattern Matching for Python you always dreamed of.

Pampy: Pattern Matching for Python Pampy is pretty small (150 lines), reasonably fast, and often makes your code more readable and hence easier to rea

Claudio Santini 3.5k Dec 30, 2022
aaencode for python,把python代码转换为颜文字

py-aaencode aaencode for python,把python代码转换为颜文字 compile.py: 将python编译成颜文字,编译结果有随机性,可以选择BPE词表压缩代码 compile_min.py: 最小化的编译器 compiled_min.txt: 编译得到的最小的com

11 Dec 30, 2021
Mdisk - 🚧 On Construction 🚧

Mdisk Install For Package pip install mdisk pip install git+https://github.com/HeimanPictures/Mdisk.git Usage You can use this as python module or via

AkKiL 6 Aug 08, 2022
:snake: Complete C99 parser in pure Python

pycparser v2.20 Contents 1 Introduction 1.1 What is pycparser? 1.2 What is it good for? 1.3 Which version of C does pycparser support? 1.4 What gramma

Eli Bendersky 2.8k Dec 29, 2022
script buat mengcrack

setan script buat mengcrack cara install $ pkg install upgrade && pkg update $ pkg install python $ pkg install git $ pip install requests $ pip insta

1 Nov 03, 2021
Declarative and extensible library for configuration & code separation

ClassyConf ClassyConf is the configuration architecture solution for perfectionists with deadlines. It provides a declarative way to define settings f

83 Dec 07, 2022
NBT-Project: This is a APP for building NBT's

NBT-Project This is an APP for building NBT's When using this you select a box on kit maker You input the name and enchant in there related boxes Then

1 Jan 21, 2022
Oblique Strategies for Python

Oblique Strategies for Python

Łukasz Langa 3 Feb 17, 2022
Slotscheck - Find mistakes in your slots definitions

🎰 Slotscheck Adding __slots__ to a class in Python is a great way to reduce mem

Arie Bovenberg 67 Dec 31, 2022
This collection is to provide an easier way to interact with Juniper

Ansible Collection - cremsburg.apstra Overview The goal of this collection is to provide an easier way to interact with Juniper's Apstra solution. Whi

Calvin Remsburg 1 Jan 18, 2022
A python script to run any executable and pass test cases to it's stdin and compare stdout with correct output.

quera_testcase_checker A python script to run any executable and pass test cases to it's stdin and compare stdout with correct output. proper way to u

k3y1 1 Nov 15, 2021
Here, I have discuss the three methods of list reversion. The three methods are built-in method, slicing method and position changing method.

Three-different-method-for-list-reversion Here, I have discuss the three methods of list reversion. The three methods are built-in method, slicing met

Sachin Vinayak Dabhade 4 Sep 24, 2021
A fast Python in-process signal/event dispatching system.

Blinker Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". Signal receivers

jason kirtland 1.4k Dec 31, 2022