"list & tuple datatypes alowing floating point indices and slices"
Project description
cursed_dataypes is a library offering cursed variations of standard Python datatypes (so far limited to cursed_list)
install: pip install cursed-datatypes
import: from cursed_datatypes import cursed_list, cursed_tuple
What is cursed about these datatypes?
well, you know how you absolutely never thought "I wonder what element 2.345 of this list is"?
cursed_list allows you to find out!
cursed_list extends the builtin list type to allow floating point indices, or floating point slices.
It interpolates the values of the list elements to get these fractional elements;
e.g. cursed_list([1,2,3])[0.333]) would give 1.333
floating point slices work similarly, including if the step is a float
Note: this means the number of elements of a slice of a cursed_list can be more than the length of the original cursed_list object.
cursed_tuple works similarly, except it is immutable.
Limitations:
Can only assign to cursed_list slices as if it were a normal list; no floats
Can't handle complex number indices - I have no idea what that should even look like
Where should I use this?
You probably shouldn't, definitely not for anything serious.
The whole point of this is to be like nails on a chalkboard for programmers.
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
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 cursed-datatypes-0.1.0.tar.gz.
File metadata
- Download URL: cursed-datatypes-0.1.0.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
588879413652c99b7c1db3834eaab65587eb97db985ef5aac5c1376f604830f6
|
|
| MD5 |
421de6036818c9e51184214b1ecb9eba
|
|
| BLAKE2b-256 |
6f1fce5286ceaa929e685593de7e16f9d6f6c373e1a1ef8b1bf8a668eb4d83b8
|
File details
Details for the file cursed_datatypes-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cursed_datatypes-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af08acc9c663029c7797f3f04468a16537035f65a4b65c097fa3f35226d0041e
|
|
| MD5 |
b69427f9c634c84d9e34d0cd1d79d8ef
|
|
| BLAKE2b-256 |
57ff217d5ccf76494471524370885f17dbbc22cda05b4f6898afb88710661272
|