cat-win


Namecat-win JSON
Version 1.7.7 PyPI version JSON
download
home_pageNone
SummarySimple OS Independent 'cat' Command-line Tool made in Python.
upload_time2024-04-23 18:48:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords cat cli console crossplatform python terminal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div id="top"></div>

<p>
   <a href="https://pepy.tech/project/cat-win/" alt="Downloads">
      <img src="https://static.pepy.tech/personalized-badge/cat-win?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads" align="right">
   </a>
   <a href="https://pypi.org/project/cat-win/" alt="Visitors">
      <img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FSilenZcience%2Fcat_win&count_bg=%23FF7700&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=Visitors&edge_flat=false" align="right">
   </a>
   <a href="https://github.com/SilenZcience/cat_win/tree/main/cat_win" alt="CodeSize">
      <img src="https://img.shields.io/github/languages/code-size/SilenZcience/cat_win?color=purple" align="right">
   </a>
</p>

[![OS-Windows]][OS-Windows]
[![OS-Linux]][OS-Linux]
[![OS-MacOS]][OS-MacOS]

<br/>
<div align="center">
<h2 align="center">cat_win</h2>
   <p align="center">
      Simple Command-line Tool made in Python
      <br/>
      <a href="https://github.com/SilenZcience/cat_win/blob/main/cat_win/cat.py">
         <strong>Explore the code »</strong>
      </a>
      <br/>
      <br/>
      <a href="https://github.com/SilenZcience/cat_win/issues">Report Bug</a>
      ·
      <a href="https://github.com/SilenZcience/cat_win/issues">Request Feature</a>
   </p>
</div>


<details>
   <summary>Table of Contents</summary>
   <ol>
      <li>
         <a href="#about-the-project">About The Project</a>
         <ul>
            <li><a href="#made-with">Made With</a></li>
         </ul>
      </li>
      <li>
         <a href="#getting-started">Getting Started</a>
         <ul>
            <li><a href="#prerequisites">Prerequisites</a></li>
            <li><a href="#installation">Installation</a></li>
         </ul>
      </li>
      <li><a href="#usage">Usage</a>
         <ul>
         <li><a href="#examples">Examples</a></li>
         </ul>
      </li>
	  <li><a href="#changelog">Changelog</a></li>
      <li><a href="#license">License</a></li>
      <li><a href="#contact">Contact</a></li>
   </ol>
</details>

<div id="about-the-project"></div>

## About The Project

[![Unittests]](https://github.com/SilenZcience/cat_win/actions/workflows/unit_test.yml)
[![Build-and-Check]](https://github.com/SilenZcience/cat_win/actions/workflows/package_test.yml)
[![Coverage]](https://raw.githubusercontent.com/SilenZcience/cat_win/badges/badges/badge-coverage.svg)
[![Tests]](https://raw.githubusercontent.com/SilenZcience/cat_win/badges/badges/badge-tests.svg)
<!-- [![Compile-and-Push]](https://github.com/SilenZcience/cat_win/actions/workflows/build_executable.yml/badge.svg) -->

This project copies the fundamental framework of the cat command-line tool from Linux and translates its features to an OS Independent program using Python. </br> Over time the project evolved in subject areas of other tools like 'echo', 'grep', 'ls', 'base64'.

Additionally it includes the feature to strip and reverse the content of any given file, make use of the standard-input, which enables cat piping into each other, generating the checksum of any file, converting decimal, hexadecimal and binary numbers within any text, and much <a href="#usage">more</a> ...

It is of course possible to use cat_win on Linux or MacOS, aswell as Windows!

<div id="made-with"></div>

### Made With
[![MadeWith-Python]](https://www.python.org/)
[![Python][Python-Version]](https://www.python.org/)

<p align="right">(<a href="#top">back to top</a>)</p>
<div id="getting-started"></div>

## Getting Started

<div id="prerequisites"></div>

### Prerequisites

`Python Package` </br>
Using cat_win as a Python-Package demands a Python-Interpreter (>= 3.7).

`Binary Executable` </br>
Using cat_win as a binary executable demands no prerequisites, hereby the stand-alone executables are sufficient.

<div id="installation"></div>

### Installation
[![Version][CurrentVersion]](https://pypi.org/project/cat-win/)

`Python Package` </br>
Simply install the python package (via [PyPI-cat_win](https://pypi.org/project/cat-win/)):
```console
python -m pip install --upgrade cat_win[clip]
```
cat_win uses the [pyperclip](https://pypi.org/project/pyperclip/) module by default. Should any problems occur, you can also use
the [pyperclip3](https://pypi.org/project/pyperclip3/) or [pyclip](https://pypi.org/project/pyclip/) module.
In this case simply run:
```console
python -m pip install --upgrade cat_win
```
and manually install the desired module yourself.

On older Windows systems colored output may not be displayed correctly.
In this case you can try to fix the problem by installing the cat_win-package with the optional color-fix `[cfix]` dependency.
This fix will use the [colorama](https://pypi.org/project/colorama/) module
which can also be installed after the fact to patch the problem.

`Binary Executable` </br>
**OR alternatively** you can use the (standalone) binary executable version:

<div id="download"></div>

Direct Download:
</br>
[Windows - __catw.exe__](https://raw.githubusercontent.com/SilenZcience/cat_win/binaries/bin/windows/catw.exe) </br>
[Windows - __cats.exe__ (shell)](https://raw.githubusercontent.com/SilenZcience/cat_win/binaries/bin/windows/cats.exe) </br>
[Linux - __catw__](https://raw.githubusercontent.com/SilenZcience/cat_win/binaries/bin/linux/catw) </br>
[Linux - __cats__ (shell)](https://raw.githubusercontent.com/SilenZcience/cat_win/binaries/bin/linux/cats) </br>
[MacOS - __catw__](https://raw.githubusercontent.com/SilenZcience/cat_win/binaries/bin/darwin/catw) </br>
[MacOS - __cats__ (shell)](https://raw.githubusercontent.com/SilenZcience/cat_win/binaries/bin/darwin/cats) </br>

(compiled using PyInstaller) </br>
It is recommended to add the file path(s) to your system-environment `PATH`-variables.

> ⚠️ **You should never trust any executable file!** Feel free to compile the package yourself (e.g. using [PyInstaller](https://pyinstaller.org/en/stable/)).

> You can verify the creation of the executable files yourself by reading the [source code](https://github.com/SilenZcience/cat_win/blob/main/cat_win/cat.py), checking the [origin](https://github.com/SilenZcience/cat_win/tree/main/bin) of the file and validating the corresponding [workflow](https://github.com/SilenZcience/cat_win/blob/main/.github/workflows/build_executable.yml) used.

<p align="right">(<a href="#top">back to top</a>)</p>
<div id="usage"></div>

## Usage

```console
> catw [FILE]... [OPTION]...
> catw --help
Concatenate FILE(s) to standard output.
...
```

```console
> cats [OPTION]...
> cats --help
Interactively manipulate standard input.
...
```

👉 A detailed [Documentation🖺](https://github.com/SilenZcience/cat_win/blob/main/ARGUMENTS.md) of all **Parameters** has moved to another File.
Read about specific **Arguments & Options** [here](https://github.com/SilenZcience/cat_win/blob/main/ARGUMENTS.md).

<div id="examples"></div>

### Examples

<details>
	<summary><b>📂 Images 📂</b></summary>
   </br>

   <p float="left">
      <img src="https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example1.png" width="49%"/>
      <img src="https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example2.png" width="49%"/>
   </p>

   <p float="left">
      <img src="https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example3.png" width="49%"/>
      <img src="https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example4.png" width="49%"/>
   </p>

   <p float="left">
      <img src="https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example5.png" width="49%"/>
      <img src="https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example6.png" width="49%"/>
   </p>

   <p float="left">
      <img src="https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example7.png" width="49%"/>
      <img src="https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example8.png" width="49%"/>
   </p>

   - - - -

   <p float="left">
      <img src="https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example9.png" width="49%"/>
      <img src="https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example10.png" width="49%"/>
   </p>

   <p float="left">
      <img src="https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example11.png" width="49%"/>
   </p>

</details>
</br>

```py
$ echo "Hello World :)" | catw - [6:] | catw - [::-1] -ln
> 1) [8] ): dlroW
```

- - - -

```py
$ cats --eval --dec -nl
> >>> 0xF * 5
1) [42] 75 [Bin: 0b1001011, Oct: 0o113, Hex: 0x4b]
> >>> ...
```

<p align="right">(<a href="#top">back to top</a>)</p>
<div id="changelog"></div>

## Changelog

Take a look at the [Changelog](https://github.com/SilenZcience/cat_win/blob/main/CHANGELOG.md) file.

<div id="license"></div>

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/SilenZcience/cat_win/blob/main/LICENSE) file for details

<div id="contact"></div>

## Contact

> **SilenZcience** <br/>
[![GitHub-SilenZcience][GitHub-SilenZcience]](https://github.com/SilenZcience)

[OS-Windows]: https://img.shields.io/badge/os-windows-green
[OS-Linux]: https://img.shields.io/badge/os-linux-green
[OS-MacOS]: https://img.shields.io/badge/os-macOS-green

[Unittests]: https://github.com/SilenZcience/cat_win/actions/workflows/unit_test.yml/badge.svg
[Build-and-Check]: https://github.com/SilenZcience/cat_win/actions/workflows/package_test.yml/badge.svg
[Compile-and-Push]: https://github.com/SilenZcience/cat_win/actions/workflows/build_executable.yml/badge.svg

[Coverage]: https://raw.githubusercontent.com/SilenZcience/cat_win/badges/badges/badge-coverage.svg
[Tests]: https://raw.githubusercontent.com/SilenZcience/cat_win/badges/badges/badge-tests.svg

[MadeWith-Python]: https://img.shields.io/badge/Made%20with-Python-brightgreen
[Python-Version]: https://img.shields.io/badge/Python-3.7%20--%203.12%20%7C%20pypy--3.7%20--%20pypy--3.10-blue
<!-- https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%20pypy--3.7%20%7C%20pypy--3.8%20%7C%20pypy--3.9%20%7C%20pypy--3.10-blue -->

[CurrentVersion]: https://img.shields.io/pypi/v/cat_win.svg

[GitHub-SilenZcience]: https://img.shields.io/badge/GitHub-SilenZcience-orange


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cat-win",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "cat, cli, console, crossplatform, python, terminal",
    "author": null,
    "author_email": "\"Silas A. Kraume\" <silas.kraume1552@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "<div id=\"top\"></div>\n\n<p>\n   <a href=\"https://pepy.tech/project/cat-win/\" alt=\"Downloads\">\n      <img src=\"https://static.pepy.tech/personalized-badge/cat-win?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Downloads\" align=\"right\">\n   </a>\n   <a href=\"https://pypi.org/project/cat-win/\" alt=\"Visitors\">\n      <img src=\"https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FSilenZcience%2Fcat_win&count_bg=%23FF7700&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=Visitors&edge_flat=false\" align=\"right\">\n   </a>\n   <a href=\"https://github.com/SilenZcience/cat_win/tree/main/cat_win\" alt=\"CodeSize\">\n      <img src=\"https://img.shields.io/github/languages/code-size/SilenZcience/cat_win?color=purple\" align=\"right\">\n   </a>\n</p>\n\n[![OS-Windows]][OS-Windows]\n[![OS-Linux]][OS-Linux]\n[![OS-MacOS]][OS-MacOS]\n\n<br/>\n<div align=\"center\">\n<h2 align=\"center\">cat_win</h2>\n   <p align=\"center\">\n      Simple Command-line Tool made in Python\n      <br/>\n      <a href=\"https://github.com/SilenZcience/cat_win/blob/main/cat_win/cat.py\">\n         <strong>Explore the code \u00bb</strong>\n      </a>\n      <br/>\n      <br/>\n      <a href=\"https://github.com/SilenZcience/cat_win/issues\">Report Bug</a>\n      \u00b7\n      <a href=\"https://github.com/SilenZcience/cat_win/issues\">Request Feature</a>\n   </p>\n</div>\n\n\n<details>\n   <summary>Table of Contents</summary>\n   <ol>\n      <li>\n         <a href=\"#about-the-project\">About The Project</a>\n         <ul>\n            <li><a href=\"#made-with\">Made With</a></li>\n         </ul>\n      </li>\n      <li>\n         <a href=\"#getting-started\">Getting Started</a>\n         <ul>\n            <li><a href=\"#prerequisites\">Prerequisites</a></li>\n            <li><a href=\"#installation\">Installation</a></li>\n         </ul>\n      </li>\n      <li><a href=\"#usage\">Usage</a>\n         <ul>\n         <li><a href=\"#examples\">Examples</a></li>\n         </ul>\n      </li>\n\t  <li><a href=\"#changelog\">Changelog</a></li>\n      <li><a href=\"#license\">License</a></li>\n      <li><a href=\"#contact\">Contact</a></li>\n   </ol>\n</details>\n\n<div id=\"about-the-project\"></div>\n\n## About The Project\n\n[![Unittests]](https://github.com/SilenZcience/cat_win/actions/workflows/unit_test.yml)\n[![Build-and-Check]](https://github.com/SilenZcience/cat_win/actions/workflows/package_test.yml)\n[![Coverage]](https://raw.githubusercontent.com/SilenZcience/cat_win/badges/badges/badge-coverage.svg)\n[![Tests]](https://raw.githubusercontent.com/SilenZcience/cat_win/badges/badges/badge-tests.svg)\n<!-- [![Compile-and-Push]](https://github.com/SilenZcience/cat_win/actions/workflows/build_executable.yml/badge.svg) -->\n\nThis project copies the fundamental framework of the cat command-line tool from Linux and translates its features to an OS Independent program using Python. </br> Over time the project evolved in subject areas of other tools like 'echo', 'grep', 'ls', 'base64'.\n\nAdditionally it includes the feature to strip and reverse the content of any given file, make use of the standard-input, which enables cat piping into each other, generating the checksum of any file, converting decimal, hexadecimal and binary numbers within any text, and much <a href=\"#usage\">more</a> ...\n\nIt is of course possible to use cat_win on Linux or MacOS, aswell as Windows!\n\n<div id=\"made-with\"></div>\n\n### Made With\n[![MadeWith-Python]](https://www.python.org/)\n[![Python][Python-Version]](https://www.python.org/)\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n<div id=\"getting-started\"></div>\n\n## Getting Started\n\n<div id=\"prerequisites\"></div>\n\n### Prerequisites\n\n`Python Package` </br>\nUsing cat_win as a Python-Package demands a Python-Interpreter (>= 3.7).\n\n`Binary Executable` </br>\nUsing cat_win as a binary executable demands no prerequisites, hereby the stand-alone executables are sufficient.\n\n<div id=\"installation\"></div>\n\n### Installation\n[![Version][CurrentVersion]](https://pypi.org/project/cat-win/)\n\n`Python Package` </br>\nSimply install the python package (via [PyPI-cat_win](https://pypi.org/project/cat-win/)):\n```console\npython -m pip install --upgrade cat_win[clip]\n```\ncat_win uses the [pyperclip](https://pypi.org/project/pyperclip/) module by default. Should any problems occur, you can also use\nthe [pyperclip3](https://pypi.org/project/pyperclip3/) or [pyclip](https://pypi.org/project/pyclip/) module.\nIn this case simply run:\n```console\npython -m pip install --upgrade cat_win\n```\nand manually install the desired module yourself.\n\nOn older Windows systems colored output may not be displayed correctly.\nIn this case you can try to fix the problem by installing the cat_win-package with the optional color-fix `[cfix]` dependency.\nThis fix will use the [colorama](https://pypi.org/project/colorama/) module\nwhich can also be installed after the fact to patch the problem.\n\n`Binary Executable` </br>\n**OR alternatively** you can use the (standalone) binary executable version:\n\n<div id=\"download\"></div>\n\nDirect Download:\n</br>\n[Windows - __catw.exe__](https://raw.githubusercontent.com/SilenZcience/cat_win/binaries/bin/windows/catw.exe) </br>\n[Windows - __cats.exe__ (shell)](https://raw.githubusercontent.com/SilenZcience/cat_win/binaries/bin/windows/cats.exe) </br>\n[Linux - __catw__](https://raw.githubusercontent.com/SilenZcience/cat_win/binaries/bin/linux/catw) </br>\n[Linux - __cats__ (shell)](https://raw.githubusercontent.com/SilenZcience/cat_win/binaries/bin/linux/cats) </br>\n[MacOS - __catw__](https://raw.githubusercontent.com/SilenZcience/cat_win/binaries/bin/darwin/catw) </br>\n[MacOS - __cats__ (shell)](https://raw.githubusercontent.com/SilenZcience/cat_win/binaries/bin/darwin/cats) </br>\n\n(compiled using PyInstaller) </br>\nIt is recommended to add the file path(s) to your system-environment `PATH`-variables.\n\n> \u26a0\ufe0f **You should never trust any executable file!** Feel free to compile the package yourself (e.g. using [PyInstaller](https://pyinstaller.org/en/stable/)).\n\n> You can verify the creation of the executable files yourself by reading the [source code](https://github.com/SilenZcience/cat_win/blob/main/cat_win/cat.py), checking the [origin](https://github.com/SilenZcience/cat_win/tree/main/bin) of the file and validating the corresponding [workflow](https://github.com/SilenZcience/cat_win/blob/main/.github/workflows/build_executable.yml) used.\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n<div id=\"usage\"></div>\n\n## Usage\n\n```console\n> catw [FILE]... [OPTION]...\n> catw --help\nConcatenate FILE(s) to standard output.\n...\n```\n\n```console\n> cats [OPTION]...\n> cats --help\nInteractively manipulate standard input.\n...\n```\n\n\ud83d\udc49 A detailed [Documentation\ud83d\uddba](https://github.com/SilenZcience/cat_win/blob/main/ARGUMENTS.md) of all **Parameters** has moved to another File.\nRead about specific **Arguments & Options** [here](https://github.com/SilenZcience/cat_win/blob/main/ARGUMENTS.md).\n\n<div id=\"examples\"></div>\n\n### Examples\n\n<details>\n\t<summary><b>\ud83d\udcc2 Images \ud83d\udcc2</b></summary>\n   </br>\n\n   <p float=\"left\">\n      <img src=\"https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example1.png\" width=\"49%\"/>\n      <img src=\"https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example2.png\" width=\"49%\"/>\n   </p>\n\n   <p float=\"left\">\n      <img src=\"https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example3.png\" width=\"49%\"/>\n      <img src=\"https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example4.png\" width=\"49%\"/>\n   </p>\n\n   <p float=\"left\">\n      <img src=\"https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example5.png\" width=\"49%\"/>\n      <img src=\"https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example6.png\" width=\"49%\"/>\n   </p>\n\n   <p float=\"left\">\n      <img src=\"https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example7.png\" width=\"49%\"/>\n      <img src=\"https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example8.png\" width=\"49%\"/>\n   </p>\n\n   - - - -\n\n   <p float=\"left\">\n      <img src=\"https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example9.png\" width=\"49%\"/>\n      <img src=\"https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example10.png\" width=\"49%\"/>\n   </p>\n\n   <p float=\"left\">\n      <img src=\"https://raw.githubusercontent.com/SilenZcience/cat_win/main/img/example11.png\" width=\"49%\"/>\n   </p>\n\n</details>\n</br>\n\n```py\n$ echo \"Hello World :)\" | catw - [6:] | catw - [::-1] -ln\n> 1) [8] ): dlroW\n```\n\n- - - -\n\n```py\n$ cats --eval --dec -nl\n> >>> 0xF * 5\n1) [42] 75 [Bin: 0b1001011, Oct: 0o113, Hex: 0x4b]\n> >>> ...\n```\n\n<p align=\"right\">(<a href=\"#top\">back to top</a>)</p>\n<div id=\"changelog\"></div>\n\n## Changelog\n\nTake a look at the [Changelog](https://github.com/SilenZcience/cat_win/blob/main/CHANGELOG.md) file.\n\n<div id=\"license\"></div>\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/SilenZcience/cat_win/blob/main/LICENSE) file for details\n\n<div id=\"contact\"></div>\n\n## Contact\n\n> **SilenZcience** <br/>\n[![GitHub-SilenZcience][GitHub-SilenZcience]](https://github.com/SilenZcience)\n\n[OS-Windows]: https://img.shields.io/badge/os-windows-green\n[OS-Linux]: https://img.shields.io/badge/os-linux-green\n[OS-MacOS]: https://img.shields.io/badge/os-macOS-green\n\n[Unittests]: https://github.com/SilenZcience/cat_win/actions/workflows/unit_test.yml/badge.svg\n[Build-and-Check]: https://github.com/SilenZcience/cat_win/actions/workflows/package_test.yml/badge.svg\n[Compile-and-Push]: https://github.com/SilenZcience/cat_win/actions/workflows/build_executable.yml/badge.svg\n\n[Coverage]: https://raw.githubusercontent.com/SilenZcience/cat_win/badges/badges/badge-coverage.svg\n[Tests]: https://raw.githubusercontent.com/SilenZcience/cat_win/badges/badges/badge-tests.svg\n\n[MadeWith-Python]: https://img.shields.io/badge/Made%20with-Python-brightgreen\n[Python-Version]: https://img.shields.io/badge/Python-3.7%20--%203.12%20%7C%20pypy--3.7%20--%20pypy--3.10-blue\n<!-- https://img.shields.io/badge/Python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%20pypy--3.7%20%7C%20pypy--3.8%20%7C%20pypy--3.9%20%7C%20pypy--3.10-blue -->\n\n[CurrentVersion]: https://img.shields.io/pypi/v/cat_win.svg\n\n[GitHub-SilenZcience]: https://img.shields.io/badge/GitHub-SilenZcience-orange\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Simple OS Independent 'cat' Command-line Tool made in Python.",
    "version": "1.7.7",
    "project_urls": {
        "Documentation": "https://github.com/SilenZcience/cat_win/blob/main/ARGUMENTS.md#cat_win",
        "Download": "https://github.com/SilenZcience/cat_win/tarball/master",
        "Github": "https://github.com/SilenZcience/cat_win",
        "Issues": "https://github.com/SilenZcience/cat_win/issues"
    },
    "split_keywords": [
        "cat",
        " cli",
        " console",
        " crossplatform",
        " python",
        " terminal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b756a03d858b85f8cb7b99e69355ba9c1b701ccf1f3d3c2a04a93eac36ba28a8",
                "md5": "0e3b7d982dad70eaac621a36fd4dd35a",
                "sha256": "ebac48645cbfe864e07e90d34d6c86b892d506cd52fcc75e2f086c2426da3654"
            },
            "downloads": -1,
            "filename": "cat_win-1.7.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0e3b7d982dad70eaac621a36fd4dd35a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 113452,
            "upload_time": "2024-04-23T18:48:42",
            "upload_time_iso_8601": "2024-04-23T18:48:42.391702Z",
            "url": "https://files.pythonhosted.org/packages/b7/56/a03d858b85f8cb7b99e69355ba9c1b701ccf1f3d3c2a04a93eac36ba28a8/cat_win-1.7.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 18:48:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SilenZcience",
    "github_project": "cat_win",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cat-win"
}
        
Elapsed time: 0.26886s