Skip to main content

Recursively flattens a list of any depth. Made just to check pypi and travis ;)

Project description

Flatlist

travis status

Recursively flattens list containing nested ones.

Example list:

[1, [2, [3, [4, [5]]]]]

will get flatten to:

[1, 2, 3, 4, 5]

I made that just for learning purposes and check out the process of publishing package on pypi, and learn something abou Travis.

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

flatlist-0.0.1.tar.gz (1.7 kB view hashes)

Uploaded Source

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