A lot more types!
Project description
Lottypes 1.0.2
A lot more types!
Installation:
Main:
pip install lottypes==1.0.2
Or:
pip3 install lottypes==1.0.2
Examples:
from lottypes import *
mystr = 'String'
mybytes = b'Bytes'
myint = 13
myfloat = 13.13
fruits = {'Banana': 15.5, 'Apple': 14.3}
fruitsName = ['Banana', 'Apple']
user = ('Bob', 32, 'bobgmail@gmail.com')
isinstance(mystr, String) # True
isinstance(mybytes, String) # True
isinstance(myint, String) # False
isinstance(mystr, Number) # False
isinstance(myint, Number) # True
isinstance(myfloat, Number) # True
isinstance(fruits, Massive) # True
isinstance(fruitsName, Massive) # True
isinstance(user, Massive) # True
Changelog
[1.0.2]
- Fixed bugs with docs and homepage.
Github
My github account
Enjoy it!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lottypes-1.0.2.tar.gz
(2.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 lottypes-1.0.2.tar.gz.
File metadata
- Download URL: lottypes-1.0.2.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fb67c2355b84df45585c943c10a7e21a7ce416e1e55604c3aa3d2c5881f806b
|
|
| MD5 |
2d18d34610bffc1cec1d48565ed6e6d0
|
|
| BLAKE2b-256 |
d7c181b1cee41317ce08ed1ad4823141a595927a4f02275a7c83bfb26d9f2c09
|
File details
Details for the file lottypes-1.0.2-py3-none-any.whl.
File metadata
- Download URL: lottypes-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f5c671059bb28a6de393eab05ca2c7f9942333abd96cafabefca63a2ba07d65
|
|
| MD5 |
45a61db11871f3c85a0443e0b75e19b5
|
|
| BLAKE2b-256 |
4bad1a6f1a2dd47539d1319c3260a2381864721f287c34bc6c515758ee2c427d
|