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 values if len(str)>1; else, returns ASCII value of str , 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 float of ASCII values if len(str)>1; else, returns float of ASCII value of str , 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.3.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

disconv-0.0.3-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file disconv-0.0.3.tar.gz.

File metadata

  • Download URL: disconv-0.0.3.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.1

File hashes

Hashes for disconv-0.0.3.tar.gz
Algorithm Hash digest
SHA256 145796410ae5b638c40c0d3549ff133de6685f9e1d01b3bc2e2f95679a2a560a
MD5 8dbca27ce5c781b66b63b48bdf13e6cc
BLAKE2b-256 2e7c46088007eb9ec5a7a4e7da1d4c1b04f9cc2249f0c34cd9c645712aa190de

See more details on using hashes here.

File details

Details for the file disconv-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: disconv-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.1

File hashes

Hashes for disconv-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7c2f4f720c1e7719bb1c14e0c0a6f839b687630314954dbc05a7db9596dcd547
MD5 f9865a3897acbe856beb03b4b45a1553
BLAKE2b-256 6d8da0208deb868e93e822955c6478b2f5adfaf2022483be1ae04d3ccc6bc9ab

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