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
Open source book about making Python packages.

Python packages Tomas Beuzen & Tiffany Timbers Python packages are a core element of the Python programming language and are how you create organized,

Python Packages 169 Jan 06, 2023
A simple API to upload notes or files to KBFS

This API can be used to upload either secure notes or files to a secure KeybaseFS folder.

Dakota Brown 1 Oct 08, 2021
pgvector support for Python

pgvector-python pgvector support for Python Great for online recommendations 🎉 Supports Django, SQLAlchemy, Psycopg 2, Psycopg 3, and asyncpg Install

Andrew Kane 37 Dec 20, 2022
A jokes python module

Made with Python3 (C) @FayasNoushad Copyright permission under MIT License License - https://github.com/FayasNoushad/Jokes/blob/main/LICENSE Deploy

Fayas Noushad 3 Nov 28, 2021
E-Paper display loop with plugins

PaperPi V3 NOTE This version of PaperPi is under heavy development and is not ready for the average user. We are working on adding more screen compati

Aaron Ciuffo 34 Dec 30, 2022
Template (v0) do Sistema Chatbot - atividade síncrona - INE5404

ine-5404-sistema-chatbot-template Template (v0) do Sistema Chatbot - atividade síncrona - INE5404 Veja abaixo um exemplo de funcionamento do sistema:

0 Dec 07, 2021
LinuxHelper - A collection of utilities for non-technical Linux users accessible via a GUI

Linux Helper A collection of utilities for non-technical Linux users accessible via a GUI This app is still in very early development, expect bugs and

Seth 7 Oct 03, 2022
An Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes ⌛ Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python a

FSP Gang s' YT 2 Oct 18, 2021
Example teacher bot for deployment to Chai app.

Create and share your own chatbot Here is the code for uploading the popular "Ms Harris (Teacher)" chatbot to the Chai app. You can tweak the config t

Chai 1 Jan 10, 2022
This project recreates the R-based RCy3 Cytoscape Automation library as a Python package.

Python library for calling Cytoscape Automation via CyREST

Cytoscape Consortium 40 Dec 22, 2022
This repo contains scripts that add functionality to xbar.

xbar-custom-plugins This repo contains scripts that add functionality to xbar. Usage You have to add scripts to xbar plugin folder. If you don't find

osman uygar 1 Jan 10, 2022
Machine Learning powered app to decide whether a photo is food or not.

Food Not Food dot app ( 🍔 🚫 🍔 ) Code for building a machine Learning powered app to decide whether a photo is of food or not. See it working live a

Daniel Bourke 48 Dec 28, 2022
This is where I learn machine learning

This is where I learn machine learning🤷‍ This means that this repo covers no specific topic of machine learning or a project - I work in here when I want to learn/try something

Wilhelm Berghammer 47 Nov 16, 2022
Python3 Interface to numa Linux library

py-libnuma is python3 interface to numa Linux library so that you can set task affinity and memory affinity in python level for your process which can help you to improve your code's performence.

Dalong 13 Nov 10, 2022
A python module for DeSo

DeSo.py A python package for DeSo. Developed by ItsAditya Run pip install deso to install the module! Examples of How To Use DeSo.py Getting $DeSo pri

ItsAditya 0 Jun 30, 2022
A professional version for LBS

呐 Yuki Pro~ 懒兵服御用版本,yuki小姐觉得没必要单独造一个仓库,但懒兵觉得有必要并强制执行 将na-yuki框架抽象为模块,功能拆分为独立脚本,使用脚本注释器使其作为py运行 文件结构: na_yuki_pro_example.py 是一个说明脚本,用来直观展示na,yuki! Pro

1 Dec 21, 2021
Access Modbus RTU via API call to Sungrow WiNet-S

SungrowModbusWebClient Access Modbus RTU via API call to Sungrow WiNet-S Class based on pymodbus.ModbusTcpClient, completely interchangeable, just rep

8 Oct 30, 2022
Performance monitoring and testing of OpenStack

Browbeat Browbeat is a performance tuning and analysis tool for OpenStack. Browbeat is free, Open Source software. Analyze and tune your Cloud for opt

cloud-bulldozer 83 Dec 14, 2022
Schemdule is a tiny tool using script as schema to schedule one day and remind you to do something during a day.

Schemdule is a tiny tool using script as schema to schedule one day and remind you to do something during a day. Platform Python Install Use pip: pip

StardustDL 4 Sep 13, 2021
Um pequeno painel de consulta

Spynel Um pequeno painel com consultas de: IP CEP PLACA CNPJ OBS: caso execute o script pelo termux, recomendo que use o da F-Droid por ser mais atual

Spyware 12 Oct 25, 2022