Skip to main content

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!

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

Uploaded Python 3

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

Hashes for lottypes-1.0.2.tar.gz
Algorithm Hash digest
SHA256 3fb67c2355b84df45585c943c10a7e21a7ce416e1e55604c3aa3d2c5881f806b
MD5 2d18d34610bffc1cec1d48565ed6e6d0
BLAKE2b-256 d7c181b1cee41317ce08ed1ad4823141a595927a4f02275a7c83bfb26d9f2c09

See more details on using hashes here.

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

Hashes for lottypes-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8f5c671059bb28a6de393eab05ca2c7f9942333abd96cafabefca63a2ba07d65
MD5 45a61db11871f3c85a0443e0b75e19b5
BLAKE2b-256 4bad1a6f1a2dd47539d1319c3260a2381864721f287c34bc6c515758ee2c427d

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