Skip to main content

A lightweight library to get details of list and it helps to split list into lists of small size also it

Project description

Installation

```pip install listinfo```

Example

from listinfo import listinfo

sample_list=[1,2,3,4,5,6]

ls=listinfo(sample_list)

print(ls.liststats())

print(ls.listtochunks(chunk=3))

print(ls.splitlist(splitval=2))

Params

Below are few parameters and functions we have to provide according to our requirements:

1 liststats:(No Parameters Required)

Here we get statistics of list. The ouput what we get will be in dict fromat. There will be four values(length,datatype and count,list to tuple,size of list) in the output.

length:It shows the length of list. datatype and count:It demonstrates how many types of datatypes and thier count. list to tuple: It is the tuple version of list. memory usage: It shows memory storaged used by list(in bytes).

OUTPUT EXAMPLE: {'length': 6, 'datatype and count': {<class 'int'>: 6}, 'list to tuple': (1, 2, 3, 4, 5, 6), 'memory usage': '136 bytes'}

2 listtochunks(chunk='')

DEFAULT VALUE=1

It converts list to chunks. chunk is the param,where we have to size of chunk.

OUTPUT EXAMPLE: [[1, 2, 3], [4, 5, 6]]

3 splitlist(splitval='')

DEFAULT VALUE=1

It splits list to lists of list of size splival.

OUTPUT EXAMPLE: [[1, 2], [3, 4], [5, 6]]

More Updates Coming Soon... 😄

Contact

I would like to get feedback from the community. If you have feature suggestions, support questions or general comments, please email me at susmit.vssut@gmail.com

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

listinfo-1.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

listinfo-1.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file listinfo-1.0.tar.gz.

File metadata

  • Download URL: listinfo-1.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.7

File hashes

Hashes for listinfo-1.0.tar.gz
Algorithm Hash digest
SHA256 14326530899c92a80a846c535da351481bc4027fc304d0eb1152cef7dab1df0f
MD5 423e64954227f827d020b2dfb07e4f53
BLAKE2b-256 94b524b4f60c48b6e174d2e7a18880a0f710b8fd7fa0c404172af80949b5beb8

See more details on using hashes here.

File details

Details for the file listinfo-1.0-py3-none-any.whl.

File metadata

  • Download URL: listinfo-1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.7

File hashes

Hashes for listinfo-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 71ce812fef92f9b617f4c1c612be242c573c66d0a1859aa2588bbc8584dd1cf6
MD5 14729d8c485dfe8d099299b6daa2b69c
BLAKE2b-256 7835fce4d9fb2046bc61c25694fc912f276b3f51cb4e2dc88d3d500a3bcfeaca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page