Skip to content

tominekan/wire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

With a simple interface and powerful management tools. Strings will be a thing of the past. Docs can be found here

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