Skip to main content

AveyTense

AveyTense is a library written in Python, which provides especially extensions to inbuilt Python solutions.

Features

Some feature examples:

  • aveytense.Tense.append() - A pure, extended version of list.append() that adds an arbitrary amount of items, starting with items in the given iterable object.
from aveytense import Tense

Tense.append([651, 78, 888, 906], 75, 12, 6, 678)
# [651, 78, 888, 906, 75, 12, 6, 678]

Tense.append({762: 783, 9003: 96}, (960, 120), (762, 786))
# {762: 786, 960: 120, 762: 786}
  • aveytense.Tense.extend() - A pure, extended version of list.extend() that adds an arbitrary amount of items included in every iterable objects, starting with items in the first given iterable object.
from aveytense import Tense

Tense.extend([651, 78, 888, 906], (75, 12), {6, 678})
# [651, 78, 888, 906, 75, 12, 6, 678]

Tense.extend({762: 783, 9003: 96}, {960: 120}, {762: 786})
# {762: 786, 960: 120, 762: 786}
from aveytense import Tense

Tense.reverse("Hi, Python! Hi, AveyTense!")
# "!esneTyevA ,iH !nohtyP ,iH"

Tense.reverse([762, 876, 906, 903, 123])
# [123, 903, 906, 876, 762]
from aveytense import Tense

Tense.shuffle("Hi, Python! Hi, AveyTense!")
# " ,sPh y!ti,neeTo!HvHeyA ni"

Tense.shuffle([762, 876, 906, 903, 123])
# [762, 906, 903, 123, 876]

More features are included in this page. For code changes see this Google document.

Getting started

Before installing AveyTense, ensure you meet following Python version condition included in the table below:

AveyTense Version Python Version
≥ 0.3.46 ≥ 3.8
< 0.3.46 ≥ 3.9

Then run the following command:

pip install aveytense

The command will also install typing_extensions. Minimal version of typing_extensions project for AveyTense to run correctly is 4.10.0 (version of adding TypeIs to the project).

After installation process, you can import module aveytense, which imports AveyTense components into your project.

If you think you are out of date, consider checking out releases section and running following command:

pip install --upgrade aveytense

If you have AveyTense 0.3.54 or higher, you can also use the following command to upgrade AveyTense:

aveytense-upgrade

To view version of AveyTense, you can use importlib.metadata.version(), aveytense.__version__, aveytense.Tense.version, aveytense.Tense.versionInfo or since AveyTense 0.3.54 the command below:

aveytense-version

This project can be used anywhere, including for educational and enternainment/game purposes.

Support

If you found anomalies in code, need more information about the project or/and want to suggest changes, consider sending mail to my email or creating an issue in the GitHub repository. Bug fixes will be issued in future versions of AveyTense. The project isn't intended to be a malware.

AveyTense project maintained on PyPi since 7th August 2024.

© 2024-Present Aveyzan // License: MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aveytense-0.3.79.tar.gz (136.3 kB view details)

Uploaded Source

Built Distribution

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

aveytense-0.3.79-py3-none-any.whl (140.8 kB view details)

Uploaded Python 3

File details

Details for the file aveytense-0.3.79.tar.gz.

File metadata

  • Download URL: aveytense-0.3.79.tar.gz
  • Upload date:
  • Size: 136.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for aveytense-0.3.79.tar.gz
Algorithm Hash digest
SHA256 a327201be6abd7d653ffac8f58573002910d5f082312a0fbd975708acedc2ca4
MD5 d089cd54aa4a0bc6956ab6727db4ac99
BLAKE2b-256 f7220ea7e5e501b30af0b4cfaad66aa3de1125c3945c9be5e62589e0d27564bf

See more details on using hashes here.

File details

Details for the file aveytense-0.3.79-py3-none-any.whl.

File metadata

  • Download URL: aveytense-0.3.79-py3-none-any.whl
  • Upload date:
  • Size: 140.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for aveytense-0.3.79-py3-none-any.whl
Algorithm Hash digest
SHA256 1cd2e74326092bcf081d4ff313534ae171a2ca9e8a24c96f3b03f81ef5f28ef2
MD5 6b85be40ba7efe98b363e5b6be019dcb
BLAKE2b-256 e794cebb06d687734a3ed72e40b4ecc4d03ccbe8879de2dd7a9eee9a3d0cff1e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.79 This release

2 files

0.3.78

2 files

0.3.77

2 files

0.3.76

2 files

0.3.75

2 files

0.3.74

2 files

0.3.73

2 files

0.3.72

2 files

0.3.71

2 files

0.3.70

2 files

0.3.69

2 files

0.3.68

2 files

0.3.67

2 files

0.3.66

2 files

0.3.65

2 files

0.3.64

2 files

0.3.63

2 files

0.3.62

2 files

0.3.61

2 files

0.3.60

2 files

0.3.59

2 files

0.3.58

2 files

0.3.57

2 files

0.3.56

2 files

0.3.55

2 files

0.3.54

2 files

0.3.53

2 files

0.3.52

2 files

0.3.51

2 files

0.3.50

1 file

0.3.49

1 file

0.3.48

1 file

0.3.47

1 file

0.3.46

1 file

0.3.45

1 file

0.3.44

1 file

0.3.43

1 file

0.3.42

1 file

0.3.41

1 file

0.3.40

1 file

0.3.39

1 file

0.3.38

1 file

0.3.37

1 file

0.3.36

1 file

0.3.35

1 file

0.3.34

1 file

0.3.33

1 file

0.3.32

1 file

0.3.31

1 file

0.3.30

1 file

0.3.29

1 file

0.3.28

1 file

0.3.27

1 file

0.3.27b3

1 file

0.3.27b2

1 file

0.3.27b1

1 file

0.3.27a5

1 file

0.3.27a2

1 file

0.3.27a1

1 file

0.3.26

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page