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
Dotfiles for my configurations!

Dotfiles Repo Welcome! Over here, you can find my dotfiles for various applications, including QTile, Alacritty, Kitty, LunarVim, and more! Make sure

class PythonAddict 3 Jan 10, 2022
Aerospace utilities: flight conditions package, standard atmosphere model, and more.

Aerospace Utilities About Module that contains commonly-used aerospace utilities for problem solving. Flight Condition: input altitude to compute comm

1 Jan 03, 2022
Blender addon that simplifies access to useful operators and adds missing functionality

Quick Menu is a Blender addon that simplifies common tasks Compatible with Blender 3.x.x Install through Edit - Preferences - Addons - Install... -

passivestar 94 Dec 27, 2022
This is a library to do functional programming in Python.

Fpylib This is a library to do functional programming in Python. Index Fpylib Index Features Intelligents Ranges with irange Lazyness to functions Com

Fabián Vega Alcota 4 Jul 17, 2022
A web app that is written entirely in Python

University Project About I made this web app to finish a project assigned by my teacher. It is written entirely in Python, thanks to streamlit to make

15 Nov 27, 2022
All exercises done during the Python 3 course in the Video Course (World 1, 2 and 3)

Python3-cursoemvideo-exercises - All exercises done during the Python 3 course in the Video Course (World 1, 2 and 3)

Renan Barbosa 3 Jan 17, 2022
The Zig programming language, packaged for PyPI

Zig PyPI distribution This repository contains the script used to repackage the releases of the Zig programming language as Python binary wheels. This

Zig Programming Language 100 Nov 04, 2022
A random cat fact python module

A random cat fact python module

Fayas Noushad 4 Nov 28, 2021
Multi-Probe Attention for Semantic Indexing

Multi-Probe Attention for Semantic Indexing About This project is developed for the topic of COVID-19 semantic indexing. Directories & files A. The di

Jinghang Gu 1 Dec 18, 2022
Fused multiply-add (with a single rounding) for Python.

pyfma Fused multiply-add for Python. Fused multiply-add computes (x*y) + z with a single rounding. Useful for dot products, matrix multiplications, po

Nico Schlömer 18 Nov 08, 2022
A bot to view Dilbert comics directly from Discord and get updates of the comics automatically.

A bot to view Dilbert comics directly from Discord and get updates of the comics automatically

Raghav Sharma 3 Nov 30, 2022
Windows Task Manager with special features, written in Python.

Killer That damn Chrome ⬇ Download here · 👋 Join our discord Tired of trying to kill processes with the default Windows Task Manager? Selecting one b

Nathan Araújo 49 Jan 03, 2023
Project based on pure python with OOP

Object oriented programming review Object oriented programming (OOP) is among the most used programming paradigms (if not the most common) in the indu

Facundo Abrahan Cerimeli 1 May 09, 2022
This is a python package to get wards, districts,cities and provinces in Zimbabwe

Zim-Places Features This is a python package that allows you to search for cities, provinces, and districts in Zimbabwe.Zimbabwe is split into eight p

RONALD KANYEPI 2 Mar 01, 2022
Simple yet flexible natural sorting in Python.

natsort Simple yet flexible natural sorting in Python. Source Code: https://github.com/SethMMorton/natsort Downloads: https://pypi.org/project/natsort

Seth Morton 712 Dec 23, 2022
A reminder for stand-up roster

roster-reminder A reminder for stand-up roster Run the project Setup database The project use SQLite as database. You can create tables refer to roste

Jason Zhang 5 Oct 28, 2022
Gobigger Explore For Python

Gobigger-Explore 🔮 GoBigger Challenge 2021 Baseline en/中文 🤖 Introduction This is the baseline of GoBigger Multi-Agent Decision Intelligence Challeng

OpenDILab 145 Dec 22, 2022
A basic tool to generate Hydrogen drum machine kits.

Generate Hydrogen Kit A basic tool to generate drumkit.xml files for Hydrogen drum machine. Saves a bit of time when making kits. Supply it with a nam

Luna Langton 2 Nov 28, 2021
Sequence clustering and database creation using mmseqs, from local fasta files

Sequence clustering and database creation using mmseqs, from local fasta files

Ana Julia Velez Rueda 3 Oct 27, 2022
A python package for batch import of resume attachments to be parsed in HrFlow.

HrFlow Importer Description A python package for batch import of resume attachments to be parsed in HrFlow. hrflow-importer is an open-source project

HrFlow.ai (ex: Riminder.net) 3 Nov 15, 2022