No project description provided
Project description
LuTime
✅ Easily get access to abstract, time themed objects (i.e., time, second, date, year, milisecond) in Python.
Requirements
⬇️ Installation
🪟 Windows:
pip install LuTime==2.0.0
🍎 🐧 MacOS & Linux:
pip3 install LuTime==2.0.0
☕Simple Demonstration
from LuTime.lutime import get # Importing the get function from the module
current_Time = get('time') # Creating a variable and assigning the time to it
current_Second = get('second') # Creating a variable and assigning the second to it
print(f"The current time is: {current_Time} and the current second is: {current_Second}")
📃 All 'Time Objects':
You can use the first column or second column and it's not case sensitive so it doesn't matter if you type in all capital letters!
| Long | Short |
|---|---|
| second | sec |
| minute | min |
| hour | hr |
| day | d |
| month | m |
| year | yr |
| date | N/A |
| time | N/A |
| datetime | dt |
| timestamp | ts |
| millisecond | ms |
| microsecond | us |
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
LuTime-2.0.0.tar.gz
(2.4 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 LuTime-2.0.0.tar.gz.
File metadata
- Download URL: LuTime-2.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da3e728e90d27c3a2e678f2457178a153ffc11d7076ccea72831a9f7543e9384
|
|
| MD5 |
d7ecfaf8f1d680774728f56380ea824d
|
|
| BLAKE2b-256 |
d93232afc43b3f676f0826894be55b2e5475cba1b61238a101aafe32efc43069
|
File details
Details for the file LuTime-2.0.0-py3-none-any.whl.
File metadata
- Download URL: LuTime-2.0.0-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62a122a063ca79a9498d0d510088e37b71d13dff1c7b70fd503b05c45b9ef39e
|
|
| MD5 |
748177fee389d3b188ee98ee695aca95
|
|
| BLAKE2b-256 |
ce139ae4a96b7ffaf799f9cd4fbabb459f3868f2649e6d4e88fb33fda4efacb9
|