A Python package to convert between Lists,Tuples,Dictionaries and Sets.
Project description
Type "from convert_ltds import convert"
>>>from convert_ltds import convert >>>alphabets = ["A", "B", "C", "D"] >>>tuple_alphabets = convert.to_tuple(alphabets) >>>print(tuple_alphabets)
Output: ("A", "B", "C", "D")
You can give me suggestions on https://github.com/Benefit-Zebra/Convertor-LTDS #FeelingLonely
Note: I have problem on converting to set datatype. You can give suggestions.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size Convertor_LTDS-0.1.5-py3-none-any.whl (3.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size Convertor-LTDS-0.1.5.tar.gz (3.5 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for Convertor_LTDS-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec1294f70350865eba78735d1450a9fd7da9f268f7cf6754d73e9ceada1cfdb8 |
|
MD5 | 932765728ad0fe2d9763e18fa066707c |
|
BLAKE2-256 | 7d185231e0e4b69f74f92cd777c35e62507e2eb53798f42c1ba26e7a32c7b851 |