Metadata-Version: 2.1
Name: AveyTense
Version: 0.3.28
Summary: Library written in Python, includes several extensions for inbuilt Python solutions.
Home-page: https://aveyzan.glitch.me/tense/
Author: Aveyzan
Author-email: aveyzan@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires: typing_extensions
Requires-Python: >=3.9


    Inclusions:
    
    - the `Color` class for colorizing output text on the console
    - the `Abstract` class (equivalent to `abc.ABCMeta` metaclass) for creating non-instantiable classes
    - the `Final` class (equivalent to `typing.final()` decorator) for creating non-inheritable classes
    - the `abroad()` function being more developed version of inbuilt function `range()`
    - the `reckon()` function being more developed version of inbuilt function `len()`
    - the `ChangeVar` class for creating sentinels inside `while` loops
    - the `FinalVar` class for creating final variables (referring to `typing.Final`)
    - the `Tense` class featuring methods extending possibilities of `abroad()` function, math methods, time methods, and methods for tossing up (randomizing) results
    - the `TenseTk` class with connection to Tkinter technology
    
