Skip to main content

A lot more types!

Project description

Lottypes 1.0.0

A lot more types!

Installation:

Main:

pip install lottypes==1.0.0

Or:

pip3 install lottypes==1.0.0

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

Lottypes released!

Github

My github account

Enjoy it!

PyPI - Version PyPI - Downloads PyPI - License PyPi - Badge PyPi - Status PyPi - Format PyPi - PyVersions

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.0.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lottypes-1.0.0-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file lottypes-1.0.0.tar.gz.

File metadata

  • Download URL: lottypes-1.0.0.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for lottypes-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e6c02100bd32ba6f99512a93045e92a83c701b0ab1063dd2d64cc38dabcd85a0
MD5 f8b26a5ae72644f2af8b3f8a7d31059e
BLAKE2b-256 342ca5c385e92eb671221f27d4b19e7556178709b0b7f1c147f194437fc45349

See more details on using hashes here.

File details

Details for the file lottypes-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: lottypes-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for lottypes-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e93eb786f194aa73f36d917995949cb5dd1b1fb8701774399262f444f95d0d96
MD5 9bff514830c41555f54e0a0462adb6b0
BLAKE2b-256 c5d1ab04d960d0500ba36c64d1d4866037276fc5adb6b61dc55baa8571376241

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page