Skip to main content

Library written in Python, includes several extensions for inbuilt Python solutions

Project description

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

Project details


Release history Release notifications | RSS feed

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.76.tar.gz (139.8 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.76-py3-none-any.whl (144.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aveytense-0.3.76.tar.gz
  • Upload date:
  • Size: 139.8 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.76.tar.gz
Algorithm Hash digest
SHA256 f2d3ed9428420ae07e002524eda02cb3637f740086ef5e0dd598ab5cffe11c0f
MD5 e9258f0006e2f7707983f5cf99b8991a
BLAKE2b-256 f67b5cd2e83b9e3302854dc0babba8770a552c16ba3aff61bdfcc63c67a00c78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aveytense-0.3.76-py3-none-any.whl
  • Upload date:
  • Size: 144.6 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.76-py3-none-any.whl
Algorithm Hash digest
SHA256 3433c51cb27e657314af31e17d91101110f972c578abad136269bd9d1c88fd0c
MD5 8abf68f200d004e17df2e13ca357f78e
BLAKE2b-256 7bd37c0a4cd812812d28911e58d77d55dcd5bc28a8e204f187756fea505242bb

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