Name | leequotes JSON |
Version |
0.0.9
JSON |
| download |
home_page | None |
Summary | A python package that provides Bruce Lee quotes |
upload_time | 2024-06-26 05:50:50 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | MIT License Copyright (c) 2024 Alexandre Petit Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
bruce
lee
quotes
wisdom
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![PyPI version fury.io](https://badge.fury.io/py/ansicolortags.svg)](https://pypi.python.org/pypi/leequotes/)
[![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=plastic)](http://makeapullrequest.com)
***
# leequotes
A python package that provides Bruce Lee quotes
A simple website showcasing the leequotes lib is available at http://lxnd.pythonanywhere.com/
# How to install
From a terminal, run the following command:
```shell
# Create a virtual environment
python -m venv venv
# Activate the virtual environment
source venv/bin/activate
# Install the package
pip install leequotes
```
# How to use
Here is a minimal example of how to use the package:
```python
from leequotes import leequotes
quote = leequotes.random()
print(quote)
```
# How to update the package (for clients)
To update the package, run the following command:
```shell
pip intall --upgrade leequotes
```
# How to update the package (for maintainers)
Once the modification is developed :
1. Increment the version in `pyproject.toml`
2. Run `python -m build` to build the package
3. Delete the old builds in the `dist` folder (if any)
4. Run `twine upload dist/*`to upload the builds on PyPI
Notes :
- Once uploaded, the package is immutable. If you need to make changes, you will need to increment the version again.
- To test the package locally, you can run `pip install dist/<the-local-build>.whl`
# Useful links
- The google sheet where the quotes are maintained : https://docs.google.com/spreadsheets/d/1PbIU9R8N4NF8xAjC81YHqXPQumMo0bNEnzSHMo7K3v4
- The live demo : http://lxnd.pythonanywhere.com/
Raw data
{
"_id": null,
"home_page": null,
"name": "leequotes",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Bruce, Lee, quotes, wisdom",
"author": null,
"author_email": "Alexandre Petit <lxnd@proton.me>",
"download_url": "https://files.pythonhosted.org/packages/71/9d/91fcb89683c3f5caed47277d1cac88acd613a75cd1f9fd6c43c2a71fa0d9/leequotes-0.0.9.tar.gz",
"platform": null,
"description": "[![PyPI version fury.io](https://badge.fury.io/py/ansicolortags.svg)](https://pypi.python.org/pypi/leequotes/)\n[![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=plastic)](http://makeapullrequest.com)\n***\n\n# leequotes\n\nA python package that provides Bruce Lee quotes\n\nA simple website showcasing the leequotes lib is available at http://lxnd.pythonanywhere.com/\n\n# How to install\n\nFrom a terminal, run the following command:\n```shell\n# Create a virtual environment\npython -m venv venv\n\n# Activate the virtual environment\nsource venv/bin/activate\n\n# Install the package\npip install leequotes\n```\n\n# How to use\n\nHere is a minimal example of how to use the package:\n```python\nfrom leequotes import leequotes\n\nquote = leequotes.random()\nprint(quote)\n```\n\n\n# How to update the package (for clients)\n\nTo update the package, run the following command:\n```shell\npip intall --upgrade leequotes\n```\n\n# How to update the package (for maintainers)\n\nOnce the modification is developed : \n1. Increment the version in `pyproject.toml`\n2. Run `python -m build` to build the package\n3. Delete the old builds in the `dist` folder (if any)\n4. Run `twine upload dist/*`to upload the builds on PyPI\n\nNotes : \n- Once uploaded, the package is immutable. If you need to make changes, you will need to increment the version again.\n- To test the package locally, you can run `pip install dist/<the-local-build>.whl`\n\n# Useful links\n\n- The google sheet where the quotes are maintained : https://docs.google.com/spreadsheets/d/1PbIU9R8N4NF8xAjC81YHqXPQumMo0bNEnzSHMo7K3v4\n- The live demo : http://lxnd.pythonanywhere.com/\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 Alexandre Petit Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "A python package that provides Bruce Lee quotes",
"version": "0.0.9",
"project_urls": {
"Repository": "https://github.com/lxnd-dune/leequotes"
},
"split_keywords": [
"bruce",
" lee",
" quotes",
" wisdom"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2bc7473d9a58af502930d91c545604fa0606b5faa426ebd63ade66443d18b222",
"md5": "6a3b26b1e3259acef8191d3ec03dcf92",
"sha256": "2fe50596abb18738f44fc4a26241fc096b176682965dd4cc004834cac1b3b67e"
},
"downloads": -1,
"filename": "leequotes-0.0.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6a3b26b1e3259acef8191d3ec03dcf92",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7170,
"upload_time": "2024-06-26T05:50:48",
"upload_time_iso_8601": "2024-06-26T05:50:48.966294Z",
"url": "https://files.pythonhosted.org/packages/2b/c7/473d9a58af502930d91c545604fa0606b5faa426ebd63ade66443d18b222/leequotes-0.0.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "719d91fcb89683c3f5caed47277d1cac88acd613a75cd1f9fd6c43c2a71fa0d9",
"md5": "d04f958483f9fd803c5e9bfbdc12d490",
"sha256": "9c1a13782aba68cec165f36294d890b9ac0d79cfd72b6ee31806dcdf37b82f91"
},
"downloads": -1,
"filename": "leequotes-0.0.9.tar.gz",
"has_sig": false,
"md5_digest": "d04f958483f9fd803c5e9bfbdc12d490",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8077,
"upload_time": "2024-06-26T05:50:50",
"upload_time_iso_8601": "2024-06-26T05:50:50.481942Z",
"url": "https://files.pythonhosted.org/packages/71/9d/91fcb89683c3f5caed47277d1cac88acd613a75cd1f9fd6c43c2a71fa0d9/leequotes-0.0.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-26 05:50:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lxnd-dune",
"github_project": "leequotes",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "leequotes"
}