Skip to main content

A lot more types!

Project description

Lottypes 1.0.3

A lot more types!

Installation:

Main:

pip install lottypes==1.0.3

Or:

pip3 install lottypes==1.0.3

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

  • Development status is now stable.

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.3.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.3-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: lottypes-1.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 f96abad96f0fd89733d466905e07dc61fc2a0876d45d5a3f4a9fe29b4476c007
MD5 4e36b9ffbd747eee379beb8b3d5ba709
BLAKE2b-256 86121327bdc30c673566cef8412788a7dcaae80927f1a6c04559759fac268e7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: lottypes-1.0.3-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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4399971ba3d4a039d315c433ee61e6c7ee765280003aa27e0d938d03d13400ca
MD5 30f9771216675ca1648afa3966a4c1d1
BLAKE2b-256 ca41c6f3d704859554b19479396e11913b13e569b00eb8604b90b631a17f6efd

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