Pinned Repositories
allpairspy
A python library for test combinations generator. The generator allows one to create a set of tests using "pairwise combinations" method, reducing a number of combinations of variables into a lesser set that covers most situations.
DateTimeRange
DateTimeRange is a Python library to handle a time range. e.g. check whether a time is within the time range, get the intersection of time ranges, truncate a time range, iterate through a time range, and so forth.
pathvalidate
A Python library to sanitize/validate a string such as filenames/file-paths/etc.
pingparsing
pingparsing is a CLI-tool/Python-library parser and transmitter for ping command :arrow_right_hook:
pytablereader
A Python library to load structured table data from files/strings/URL with various data format: CSV / Excel / Google-Sheets / HTML / JSON / LDJSON / LTSV / Markdown / SQLite / TSV.
pytablewriter
pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
pytest-md-report
A pytest plugin to generate test outcomes reports with markdown table format.
SimpleSQLite
SimpleSQLite is a Python library to simplify SQLite database operations: table creation, data insertion and get data as other data formats. Simple ORM functionality for SQLite.
sqlitebiter
A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.
tcconfig
A tc command wrapper. Make it easy to set up traffic control of network bandwidth/latency/packet-loss/packet-corruption/etc. to a network-interface/Docker-container(veth).
thombashi's Repositories
thombashi/tcconfig
A tc command wrapper. Make it easy to set up traffic control of network bandwidth/latency/packet-loss/packet-corruption/etc. to a network-interface/Docker-container(veth).
thombashi/pytablewriter
pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
thombashi/pathvalidate
A Python library to sanitize/validate a string such as filenames/file-paths/etc.
thombashi/SimpleSQLite
SimpleSQLite is a Python library to simplify SQLite database operations: table creation, data insertion and get data as other data formats. Simple ORM functionality for SQLite.
thombashi/DateTimeRange
DateTimeRange is a Python library to handle a time range. e.g. check whether a time is within the time range, get the intersection of time ranges, truncate a time range, iterate through a time range, and so forth.
thombashi/pytest-md-report
A pytest plugin to generate test outcomes reports with markdown table format.
thombashi/cleanpy
cleanpy is a CLI tool to remove caches and temporary files related to Python.
thombashi/typepy
A Python library for variable type checker/validator/converter at a run time.
thombashi/DataProperty
A Python library for extract property from data.
thombashi/elasticsearch-faker
elasticsearch-faker is a CLI tool to generate fake data for Elasticsearch.
thombashi/tcolorpy
tcolopy is a Python library to apply true color for terminal text.
thombashi/mbstrdecoder
Python library for multi-byte character string decoder.
thombashi/python-lib-project-template
A project template for a Python library with CI configurations
thombashi/tabledata
tabledata is a Python library to represent tabular data.
thombashi/pytest-discord
A pytest plugin to notify test results to a Discord channel.
thombashi/envinfopy
envinfopy is a Python Library to get execution environment information.
thombashi/readmemaker
A Python utility library to help make a README file from document files.
thombashi/pathvalidate-cli
pathvalidate-cli is a command line interface for pathvalidate library. The tool can do sanitize/validate a string such as file-names/file-paths.
thombashi/dotfiles
:recycle: dotfiles
thombashi/gh-git-describe
gh extension to execute `git describe` on a remote GitHub repository.
thombashi/gh-taghash
`gh` extension to convert a git tag to hashes and vice versa on a remote GitHub repository.
thombashi/list-sponsors
A CLI tool to list GitHub sponsors of a user/organization with specified format (markdown/html/rst).
thombashi/pre-commit-bin
Single executable binary packages of pre-commit/pre-commit
thombashi/pytest-slack
Pytest-slack report plugin
thombashi/eoe
Provide a simple function to exit the program with an error message on errors in Go.
thombashi/gh-content
gh extension to fetch a content from a GitHub repository.
thombashi/go-gitexec
Thin wrapper to execute git commands in Go.
thombashi/mkdocs
Project documentation with Markdown.
thombashi/MonkeyType
A system for Python that generates static type annotations by collecting runtime types
thombashi/python-ci-image
A Docker image for CI with Python