SWire

Python Strings But Better


Keywords
strings, python, reimplementation, indexing, string-manipulation
License
MIT
Install
pip install SWire==0.1

Documentation

Wire

Python strings, they are very simple and powerful ways of storing data. However, there are just some things strings just can't do.

With Wire, you can do all that. Creating a simple Wire is as easy as this:

from wire import Wire
wire = Wire("I am a wire, stronger than a string")

Installation

The Installation is a simple as:

pip install wire

Notes

  • All the return values for Wire are string objects (except for the ones getting a numerical value)
  • This has not been tested on Non-Linux Operating Systems
  • This is a basic re-implementation of string