Skip to main content

please never use this

Project description

Mutstring

Make your Python strings mutable

please never use this ever oh god please

Quick Example

import mutstring

a = "hello"
a.capitalize()
print(a)  # Hello

mutstring.cleanup()

Installation

Linux/macOS

python3 -m pip install -U mutstring

Windows

py -3 -m pip install -U mutstring

Features

  • Bad code
  • Segfaults
  • Breaks about every library to exist

Why does this exist?

i don't know. see my other library, which this is built on top of.

Usage

If you want to use this awful library, just import it and call cleanup at the end of your script to prevent a segfault:

import mutstring

"hello {}".format("world")
print("hello {}")  # hello world

mutstring.cleanup()

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

mutstring-1.0.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

mutstring-1.0.1-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

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