An easier way to create the queue.
Project description
Nueue
An easier way to create the queue.
$ pip install Nueue
Example
from Nueue.queue import Queue
queue = Queue()
queue.add("Nya! Ichi Ni San Nyaa Arigato!")
queue.add("พี่ชอบหนูที่สุดเลย")
previous = queue.previous()
# None
now_playing = queue.current_item()
# Nya! Ichi Ni San Nyaa Arigato!
next_ = queue.next()
# พี่ชอบหนูที่สุดเลย
That's it, have fun! (?
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
nueue-1.0.0.tar.gz
(3.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
Nueue-1.0.0-py3-none-any.whl
(5.2 kB
view details)
File details
Details for the file nueue-1.0.0.tar.gz.
File metadata
- Download URL: nueue-1.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56e7efcbf136795b3dc8171aa228a032d1cb8131a243e5df48d313faefc1bf82
|
|
| MD5 |
ee8434bc706185ac89a5655bf1c93af4
|
|
| BLAKE2b-256 |
9dcee1bef1aa9b0c5827488bfdf3695d41466a481f663b66347fe49ddd0e3f07
|
File details
Details for the file Nueue-1.0.0-py3-none-any.whl.
File metadata
- Download URL: Nueue-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b1c3bd71f752d0b75ee939f0dbe233c219e3071561bd2566d43838cf3380b7b
|
|
| MD5 |
c0299af8061b72f59ee7218e791806b2
|
|
| BLAKE2b-256 |
d13b53561cbed0e15c3596df321d177c81b25385867fa86d7f61cd6bec374996
|