Skip to main content

A lot more types!

Project description

Lottypes 1.0.1

A lot more types!

Installation:

Main:

pip install lottypes==1.0.1

Or:

pip3 install lottypes==1.0.1

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.1]

  • Added author email.

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.1.tar.gz (2.9 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.1-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lottypes-1.0.1.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

Hashes for lottypes-1.0.1.tar.gz
Algorithm Hash digest
SHA256 d644b071da1c6c3bacd914fba5590ad7aae6dcf34f888ccf1cda596d0d158cf4
MD5 de42e9db933515d05429c844bfa1b82b
BLAKE2b-256 cf6835621988c4c92e8907b4b60abf0308b20d80841adc628b3cf7512618a9c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lottypes-1.0.1-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

Hashes for lottypes-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f02d1abebb001633e2b7f6a3113e5699411e0bb404d429e4a4314e4a9d592b12
MD5 8d7605cb83362f959f0d2d7e66471183
BLAKE2b-256 760ce094904f732650c2102c5ac93a5ae4407bb983b2a627a257be7bacb3d0e3

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