remove duplicates from lists
Project description
listset
remove duplicates from lists
Getting Started
Install
pip install listset
Import and Use
>>> from listset import listset
>>> listset([1, 2, 3, 4, 4, 4])
[1, 2, 3, 4]
>>> listset(['apple', 'orange', 'banana', 'apple', 'apple'])
['apple', 'orange', 'banana']
the possibilities are endless :cactus:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
listset-0.1.0.tar.gz
(1.6 kB
view details)
Built Distribution
File details
Details for the file listset-0.1.0.tar.gz
.
File metadata
- Download URL: listset-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79e86c90617b0cdfadbe1a050abb2390014238a33ac17ce97d67ca3e01dd3d9f |
|
MD5 | a6ebb8cdc37a362a308e4d4c4c360978 |
|
BLAKE2b-256 | 756ee86c20fe087ebe057773075986c48159c2bd7b0285123a51352e5db2e16d |
File details
Details for the file listset-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: listset-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd1a5558e74c25d961ad18fa066afd8b4fbfd426ed48e1d5f09963bfa72caa87 |
|
MD5 | c90d4f1e9cb5704bde822c4145ee233d |
|
BLAKE2b-256 | 8d9d028e504e42a04b67e3410ce9af88986fb4a9d4917d91e35e10ea6be1da15 |