Skip to content

Third Party Dependencies

The SBOM in CycloneDX v1.4 JSON format with SHA256 checksum (899456b5 ...).

Licenses

JSON files with complete license info of: direct dependencies | all dependencies

Direct Dependencies

Name Version License Author Description (from packaging data)
pytablereader 0.31.3 MIT License Tsuyoshi Hombashi pytablereader is 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 0.64.2 MIT License Tsuyoshi Hombashi 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 / YAML.
typer 0.7.0 MIT License Sebastián Ramírez Typer, build great CLIs. Easy to code. Based on Python type hints.

Indirect Dependencies

Name Version License Author Description (from packaging data)
DataProperty 0.55.0 MIT License Tsuyoshi Hombashi Python library for extract property from data.
attrs 22.2.0 MIT License Hynek Schlawack Classes Without Boilerplate
beautifulsoup4 4.11.1 MIT License Leonard Richardson Screen-scraping library
chardet 5.1.0 GNU Lesser General Public License v2 or later (LGPLv2+) Mark Pilgrim Universal encoding detector for Python 3
click 8.1.3 BSD License Armin Ronacher Composable command line interface toolkit
jsonschema 4.17.3 MIT License Julian Berman An implementation of JSON Schema validation for Python
mbstrdecoder 1.1.1 MIT License Tsuyoshi Hombashi multi-byte character string decoder
path 16.6.0 MIT License Jason Orendorff A module wrapper for os.path
pathvalidate 2.5.2 MIT License Tsuyoshi Hombashi pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc.
pyrsistent 0.19.2 MIT License Tobias Gustafsson Persistent/Functional/Immutable data structures
setuptools 65.6.3 MIT License Python Packaging Authority Easily download, build, install, upgrade, and uninstall Python packages
soupsieve 2.3.2.post1 MIT License Isaac Muse A modern CSS selector implementation for Beautiful Soup.
tabledata 1.3.0 MIT License Tsuyoshi Hombashi tabledata is a Python library to represent tabular data. Used for pytablewriter/pytablereader/SimpleSQLite.
tcolorpy 0.1.2 MIT License Tsuyoshi Hombashi tcolopy is a Python library to apply true color for terminal text.
typepy 1.3.0 MIT License Tsuyoshi Hombashi typepy is a Python library for variable type checker/validator/converter at a run time.

Dependency Tree(s)

JSON file with the complete package dependency tree info of: the full dependency tree

Rendered SVG

Base graphviz file in dot format: Trees of the direct dependencies

Trees of the direct dependencies

Console Representation

pytablereader==0.31.3
  - beautifulsoup4 [required: >=4.5.3,<5, installed: 4.11.1]
    - soupsieve [required: >1.2, installed: 2.3.2.post1]
  - DataProperty [required: >=0.54.2,<2, installed: 0.55.0]
    - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
      - chardet [required: >=3.0.4,<6, installed: 5.1.0]
    - typepy [required: >=1.2.0,<2, installed: 1.3.0]
      - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
        - chardet [required: >=3.0.4,<6, installed: 5.1.0]
  - jsonschema [required: >=2.5.1,<5, installed: 4.17.3]
    - attrs [required: >=17.4.0, installed: 22.2.0]
    - pyrsistent [required: >=0.14.0,!=0.17.2,!=0.17.1,!=0.17.0, installed: 0.19.2]
  - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
    - chardet [required: >=3.0.4,<6, installed: 5.1.0]
  - path [required: >=13,<17, installed: 16.6.0]
  - pathvalidate [required: >=2.3.0,<3, installed: 2.5.2]
  - setuptools [required: >=38.3.0, installed: 65.6.3]
  - tabledata [required: >=1.1.1,<2, installed: 1.3.0]
    - DataProperty [required: >=0.53.0,<2, installed: 0.55.0]
      - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
        - chardet [required: >=3.0.4,<6, installed: 5.1.0]
      - typepy [required: >=1.2.0,<2, installed: 1.3.0]
        - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
          - chardet [required: >=3.0.4,<6, installed: 5.1.0]
    - typepy [required: >=1.2.0,<2, installed: 1.3.0]
      - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
        - chardet [required: >=3.0.4,<6, installed: 5.1.0]
  - typepy [required: >=1.2.0,<2, installed: 1.3.0]
    - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
      - chardet [required: >=3.0.4,<6, installed: 5.1.0]
pytablewriter==0.64.2
  - DataProperty [required: >=0.55.0,<2, installed: 0.55.0]
    - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
      - chardet [required: >=3.0.4,<6, installed: 5.1.0]
    - typepy [required: >=1.2.0,<2, installed: 1.3.0]
      - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
        - chardet [required: >=3.0.4,<6, installed: 5.1.0]
  - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
    - chardet [required: >=3.0.4,<6, installed: 5.1.0]
  - pathvalidate [required: >=2.3.0,<3, installed: 2.5.2]
  - setuptools [required: >=38.3.0, installed: 65.6.3]
  - tabledata [required: >=1.3.0,<2, installed: 1.3.0]
    - DataProperty [required: >=0.53.0,<2, installed: 0.55.0]
      - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
        - chardet [required: >=3.0.4,<6, installed: 5.1.0]
      - typepy [required: >=1.2.0,<2, installed: 1.3.0]
        - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
          - chardet [required: >=3.0.4,<6, installed: 5.1.0]
    - typepy [required: >=1.2.0,<2, installed: 1.3.0]
      - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
        - chardet [required: >=3.0.4,<6, installed: 5.1.0]
  - tcolorpy [required: >=0.0.5,<1, installed: 0.1.2]
  - typepy [required: >=1.2.0,<2, installed: 1.3.0]
    - mbstrdecoder [required: >=1.0.0,<2, installed: 1.1.1]
      - chardet [required: >=3.0.4,<6, installed: 5.1.0]
typer==0.7.0
  - click [required: >=7.1.1,<9.0.0, installed: 8.1.3]