A python package full of diffrent types of lists, all of which are type safe.
Project description
ListTypes
A python package full of diffrent types of lists, all of which are type safe.
Install
Use pip to install the package.
pip install listtypes
Then import into any project like so:
from listtypes import TypeList, StringList, IntList # etc
Types of Lists
Here is a full list of all the types of lists you can import.
TypeList(t: type, l: list = []) # used as a base for every list, can be used to make custom lists of a certian type.
StringList(l: list = [])
IntList(l: list = [])
FloatList(l: list = [])
BoolList(l: list = [])
DictList(l: list = [])
Contributing
If you'd like to contribute to this project just open a Pull Request detailing what you're adding, removing and otherwise fixing.
Issues
If you were to find a bug in this package (which is likely to happen at some point) report it on the issues page.
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 listtypes-1.0.1.tar.gz.
File metadata
- Download URL: listtypes-1.0.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bdc6db6f8a5621d9b37c7f664d9958293835fa849b47770d3d2a6620e2ac7b7
|
|
| MD5 |
a283fcf3305c632256f19e8b5aef4848
|
|
| BLAKE2b-256 |
3f73bdaf7bb78001a7e3a24918cf001c316de056aff9d534c09d7ec600f065d2
|
File details
Details for the file listtypes-1.0.1-py3-none-any.whl.
File metadata
- Download URL: listtypes-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf91a905fe8ac26679a79de104e3ec5862fab3dc0e1a6153be29cb40c0ac2d0f
|
|
| MD5 |
f08b738027c50bd776cf21627f2220ba
|
|
| BLAKE2b-256 |
d8cd4ca744a33bfac2eb7f3d1c520a0c026decb5c20cace7cf9d9aa4c9589b14
|