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
Convert your Gyrosco.pe travels to GPX files

gyroscope2gpx This little python joint will do you a favor of taking your "Travel" export from Gyroscope (https://gyrosco.pe) and turn it into a bunch

nick g 4 Oct 02, 2022
A script for creating battle animations in FEGBA format.

AA2 Made by Huichelaar. I heavily referenced FEBuilderGBA. I also referenced circleseverywhere's Animation Assembler. This is also where I took lzss.p

2 May 31, 2022
oracle arm registration script.

oracle_arm oracle arm registration script. 乌龟壳刷ARM脚本 本脚本优点 简单,主机配置好oci,然后下载main.tf即可,不用自己获取各种参数。 运行环境配置 本简单脚本使用python3编写,请自行配置好python3环境和requests库。(高版

test1234455 419 Jan 01, 2023
Streamlit component to display topics from Streamlit's community forum related to any exception.

streamlit-forum Streamlit component to display topics from Streamlit's community forum related to any exception. Installation pip install streamlit-fo

Snehan Kekre 7 Jul 15, 2022
This is the DBMS Project done in 5th sem of B.E CS.

Student-Result-Management-System This is the DBMS Project done in 5th sem of B.E CS. You need to install SQlite DB Browser in your pc or laptop to ope

Vivek kulkarni 1 Jan 14, 2022
An end-to-end encrypted chat

An end-to-end encrypted chat, that allows users to anonymously talk without ip logs, personal info, or need for registration.

Privalise 1 Nov 27, 2021
LibreMind is a free meditation app made in under 24 hours. It has various meditation, breathwork, and visualization exercises.

libreMind Meditation exercises What is it? LibreMind is a free meditation app made in under 24 hours. It has various meditation, breathwork, and visua

1 May 24, 2022
Sudo type me a payload

payloadSecretary Sudo type me a payload Have you ever found yourself having to perform a test, and a client has provided you with a VM inside a VDI in

7 Jul 21, 2022
OWASP Foundation Web Respository

WWWGrep OWASP Foundation Web Respository Author: Mark Deen & Aditi Mohan Introduction WWWGrep is a rapid search “grepping” mechanism that examines HTM

OWASP 34 Jun 15, 2022
Software for visualization of RTStruct structures on CT images

This script is responsible for the operation of the program, it is responsible for both creating the GUI and the process of processing images from dicom files. The program is based on the use of the

Adam Piszczek 0 Jun 29, 2022
About Python's multithreading and GIL

About Python's multithreading and GIL

Souvik Ghosh 3 Mar 01, 2022
Framework for creating efficient data processing pipelines

Aqueduct Framework for creating efficient data processing pipelines. Contact Feel free to ask questions in telegram t.me/avito-ml Key Features Increas

avito.tech 137 Dec 29, 2022
A data engineering project with Kafka, Spark Streaming, dbt, Docker, Airflow, Terraform, GCP and much more!

Streamify A data pipeline with Kafka, Spark Streaming, dbt, Docker, Airflow, Terraform, GCP and much more! Description Objective The project will stre

Ankur Chavda 206 Dec 30, 2022
Prometheus exporter for Spigot accounts

SpigotExporter Prometheus exporter for Spigot accounts What it provides SpigotExporter will output metrics for each of your plugins and a cumulative d

Jacob Bashista 5 Dec 20, 2021
This repository provides a set of easy to understand and tested Python samples for using Acronis Cyber Platform API.

Base Acronis Cyber Platform API operations with Python !!! info Copyright © 2019-2021 Acronis International GmbH. This is distributed under MIT licens

Acronis International GmbH 3 Aug 11, 2022
A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.

deep-translator Translation for humans A flexible FREE and UNLIMITED tool to translate between different languages in a simple way using multiple tran

Nidhal Baccouri 806 Jan 04, 2023
Collections of python projects

nppy, mostly contains projects written in Python. Some projects are very simple while some are a bit lenghty and difficult(for beginners) Requirements

ghanteyyy 75 Dec 20, 2022
A faster copy of nell's comet nuker

Astro a faster copy of nell's comet nuker also nell uses external libraries like it's cocaine man never learned to use ansi color codes (ily nell) (On

horrid 8 Aug 15, 2022
Automatically give thanks to Pypi packages you use in your project!

Automatically give thanks to Pypi packages you use in your project!

Ward 25 Dec 20, 2021
A curses based mpd client with basic functionality and album art.

Miniplayer A curses based mpd client with basic functionality and album art. After installation, the player can be opened from the terminal with minip

Tristan Ferrua 102 Dec 24, 2022