ansi2txt


Nameansi2txt JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summaryansi to plain text converter
upload_time2023-02-03 18:19:33
maintainer
docs_urlNone
authorManuel Mendez
requires_python>=3.7,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ansi2txt

ansi to plain text converter

## Related

Here are some related projects

- [colorized-logs](https://github.com/kilobyte/colorized-logs)
- [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli)

## Acknowledgements

This code base is a translation/port of the `ansi2txt.c` code base from [colorized-logs](https://github.com/kilobyte/colorized-logs) to Python3.
This project came about because I liked the original `ansi2txt`'s output but did not want to have to compile it or ship binaries around.

## License

[AGPLv3](https://choosealicense.com/licenses/agpl-3.0/) AND [MIT](https://choosealicense.com/licenses/mit/)

## Running Tests

To run tests, run the following command

```bash
pytest
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ansi2txt",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Manuel Mendez",
    "author_email": "git@i.m.mmlb.dev",
    "download_url": "https://files.pythonhosted.org/packages/85/e0/54133cc0902c2b19b17300f43f5e908a08b2634bc617b34e785ac6495866/ansi2txt-0.1.0.tar.gz",
    "platform": null,
    "description": "# ansi2txt\n\nansi to plain text converter\n\n## Related\n\nHere are some related projects\n\n- [colorized-logs](https://github.com/kilobyte/colorized-logs)\n- [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli)\n\n## Acknowledgements\n\nThis code base is a translation/port of the `ansi2txt.c` code base from [colorized-logs](https://github.com/kilobyte/colorized-logs) to Python3.\nThis project came about because I liked the original `ansi2txt`'s output but did not want to have to compile it or ship binaries around.\n\n## License\n\n[AGPLv3](https://choosealicense.com/licenses/agpl-3.0/) AND [MIT](https://choosealicense.com/licenses/mit/)\n\n## Running Tests\n\nTo run tests, run the following command\n\n```bash\npytest\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "ansi to plain text converter",
    "version": "0.1.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "098097a4b7ce8272643fd96bddeebbd372c87346ee162905d19ef98f050eef23",
                "md5": "e858ea48ea3acd1d4c367951ca48fa83",
                "sha256": "d49e6ef473ae895e958eb14c8f3ec2dd12acc71d2accb7a2dee08d8333c9a6b9"
            },
            "downloads": -1,
            "filename": "ansi2txt-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e858ea48ea3acd1d4c367951ca48fa83",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 14115,
            "upload_time": "2023-02-03T18:19:31",
            "upload_time_iso_8601": "2023-02-03T18:19:31.638497Z",
            "url": "https://files.pythonhosted.org/packages/09/80/97a4b7ce8272643fd96bddeebbd372c87346ee162905d19ef98f050eef23/ansi2txt-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85e054133cc0902c2b19b17300f43f5e908a08b2634bc617b34e785ac6495866",
                "md5": "923a4985ef83e70b684090820d2012ea",
                "sha256": "516d3ddafb00a1cbc09031f489bdce12b08775f8daf157aa53c046200c8b2d56"
            },
            "downloads": -1,
            "filename": "ansi2txt-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "923a4985ef83e70b684090820d2012ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 14323,
            "upload_time": "2023-02-03T18:19:33",
            "upload_time_iso_8601": "2023-02-03T18:19:33.771911Z",
            "url": "https://files.pythonhosted.org/packages/85/e0/54133cc0902c2b19b17300f43f5e908a08b2634bc617b34e785ac6495866/ansi2txt-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-03 18:19:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ansi2txt"
}
        
Elapsed time: 0.11522s