A python package that provides Bruce Lee quotes
Project description
leequotes
A python package that provides Bruce Lee quotes
How to install
From a terminal, run the following command:
# 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:
from leequotes import leequotes
quote = leequotes.random()
print(quote)
How to update the package (for clients)
To update the package, run the following command:
pip intall --upgrade leequotes
How to update the package (for maintainers)
Once the modification is developed :
- Increment the version in
pyproject.toml - Run
python -m buildto build the package - 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
leequotes-0.0.6.tar.gz
(7.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file leequotes-0.0.6.tar.gz.
File metadata
- Download URL: leequotes-0.0.6.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5a2ad853b9ef0310f2d12a92a4241078d7f21c99106caf4eae101e36ec82b47
|
|
| MD5 |
55199ababab27d658ae052b6c2d67b84
|
|
| BLAKE2b-256 |
6a19408ecb3af261d77b27706c4c7d6bd1217656c68a6d5d0124581459b73abf
|
File details
Details for the file leequotes-0.0.6-py3-none-any.whl.
File metadata
- Download URL: leequotes-0.0.6-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ea84c6318ec025c94fdde8fa50a14f51620648c19f4bdba9c8d12f3658057d8
|
|
| MD5 |
ebfea7cb8cd5913b5b7c3d4c69a26729
|
|
| BLAKE2b-256 |
1c68a8de5ea91b291f48b887082d79eeb2d680006d532de70d3ae807661a4300
|