Skip to main content

Basic String Bloater/Debloater Algorithm.

Project description

Bloatier - A String Bloater/Debloater Algorithm

Description: My custom format algorithm with loosy RAM allocation and terribly huge time and space complexity that bloats and debloats string and string-like types.


Sample

Using bloat/debloat for basic stage format:

# Importing the package
from bloatier import bloatier

string_ = "This is a string"  # Our string to be bloated
bloated_string = bloatier.bloat(string_)  # Bloated string

# Print the bloated string
print("Bloated String:\n", bloated_string)

# Print the debloated string
print("Debloated String\n", bloatier.debloat(bloated_string))

Note: You can also use bloats/debloats for multi-stage format. (if you have enough RAM :>)


The string being used by the algorithm and the outputs are all stored in a dictionary "obtain" and can be acquired by using the acquired function.

There is a main bloatier class and 5 local functions related to the main class.

  • bloatier class
    • bloat method
    • bloats method
    • debloat method
    • debloats method
    • acquire method
  • bloat function
  • bloats function
  • debloat function
  • debloats function
  • acquire function

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

bloatier-0.1.1.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

bloatier-0.1.1-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file bloatier-0.1.1.tar.gz.

File metadata

  • Download URL: bloatier-0.1.1.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.0

File hashes

Hashes for bloatier-0.1.1.tar.gz
Algorithm Hash digest
SHA256 cf5193215733e7bd36d3dbe89d6b435d099196b984353b41d93139d497dc518d
MD5 ffc29f5c1144392114820422a0456923
BLAKE2b-256 5ab68a34184a114459bc724c6e5f90ff0d1190577fa7ab2f3d0e37489d9cde34

See more details on using hashes here.

File details

Details for the file bloatier-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: bloatier-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.0

File hashes

Hashes for bloatier-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 35144c1cde5b138e7a52e433c2d59402ed37df4834e4224db033e64132dac97c
MD5 5f2a5f17b966ae68a12a237df208dd64
BLAKE2b-256 2a9c3fa4a78057369c26368fc90b136d7b9828e6a955979e1ea49e790e67e194

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page