Skip to main content

basic value datatype conversion module in datastructures

Project description

Data Structures (datatype conversion) Conversion package

current data-structure supported: List, Dictionary, Tuple, Set

##Installation Run the following to install: '''python pip install disconv'''

##Usage '''python import disconv as foo

#Conversion to int foo.tonum(data)

#Conversion to float foo.tofloat(data)

#Conversion to int foo.tostr(data)

#data refers to a variable of any of the supported datastructure types '''

##Methods:

tonum() : converts values in supported datastructures to int type

conversions: source_type:output_type => int:int, float:int, str: list of ASCII, bool: {True:1,False:0}

tostr() : converts values in supported datastructures to str type

tofloat() : converts values in supported datastructures to float type

conversions: source_type:output_type => int:float, float:float, str: list of ASCII values in float, bool: {True:1.0,False:0.0}

Note_1: Conversion of dict type data-structures convert the datatype of the values of the dictionary

Developing disconv

To install disconv, along with the tools you need to develop and run tests, run the following in your virtualenv: '''bash $ pip install -e .[dev] '''

Note_2: This is a work in progress. Do feel free to contact me with any suggestions, improvements or bugs you find at you have at: leejohnsdecarmel@gmail.com

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

disconv-0.0.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

disconv-0.0.1-py3-none-any.whl (3.9 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