Name | cowsay-python JSON |
Version |
1.0.2
JSON |
| download |
home_page | None |
Summary | Very basic cowsay implementation |
upload_time | 2024-08-17 18:58:38 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | MIT License |
keywords |
cowsay
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# cowsay-python
A very basic Python implementation of [cowsay](https://en.wikipedia.org/wiki/Cowsay),
to be used in [una](https://github.com/carderne/una) monorepo demos.
```bash
pip install cowsay-python
```
```python
>>> from cowsay import say
>>> print(say("Hello!"))
┌───────┐
│Hello! │
└───────┘
\
\
^__^
(oo)\_______
(__)\ )\/\
||----w |
|| ||
```
Raw data
{
"_id": null,
"home_page": null,
"name": "cowsay-python",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "cowsay",
"author": null,
"author_email": "Chris Arderne <chris@rdrn.me>",
"download_url": "https://files.pythonhosted.org/packages/53/8b/559ef8395eefe4ff3e00904905323172cab0ad73629562d65fea330464d3/cowsay_python-1.0.2.tar.gz",
"platform": null,
"description": "# cowsay-python\n\nA very basic Python implementation of [cowsay](https://en.wikipedia.org/wiki/Cowsay),\nto be used in [una](https://github.com/carderne/una) monorepo demos.\n\n```bash\npip install cowsay-python\n```\n\n```python\n>>> from cowsay import say\n>>> print(say(\"Hello!\"))\n\n\u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510\n\u2502Hello! \u2502\n\u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\n \\\n \\\n ^__^\n (oo)\\_______\n (__)\\ )\\/\\\n ||----w |\n || ||\n```\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Very basic cowsay implementation",
"version": "1.0.2",
"project_urls": {
"homepage": "https://github.com/carderne/cowsay-python",
"repository": "https://github.com/carderne/cowsay-python"
},
"split_keywords": [
"cowsay"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0557d5c8333933d8079d6f5447e7f14a7f499611baa8e1c70e700537f1ee8630",
"md5": "b53a1770c3a8c22a18ecab975de1e35b",
"sha256": "5d04b9444aee488e25238fd18d75ff8a88cc0f7cc3ec32edf55dc11bf5639505"
},
"downloads": -1,
"filename": "cowsay_python-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b53a1770c3a8c22a18ecab975de1e35b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 2788,
"upload_time": "2024-08-17T18:58:36",
"upload_time_iso_8601": "2024-08-17T18:58:36.072274Z",
"url": "https://files.pythonhosted.org/packages/05/57/d5c8333933d8079d6f5447e7f14a7f499611baa8e1c70e700537f1ee8630/cowsay_python-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "538b559ef8395eefe4ff3e00904905323172cab0ad73629562d65fea330464d3",
"md5": "544d79fa8698ced83ea3a4fd3941d0b1",
"sha256": "36c9eb7524d4287e0b9753d16ccaeeccf7044c3a04460c5edbe59a1c2ae9cdae"
},
"downloads": -1,
"filename": "cowsay_python-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "544d79fa8698ced83ea3a4fd3941d0b1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 2201,
"upload_time": "2024-08-17T18:58:38",
"upload_time_iso_8601": "2024-08-17T18:58:38.611518Z",
"url": "https://files.pythonhosted.org/packages/53/8b/559ef8395eefe4ff3e00904905323172cab0ad73629562d65fea330464d3/cowsay_python-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-17 18:58:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "carderne",
"github_project": "cowsay-python",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "cowsay-python"
}