Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.21 KB

PYPI_README.md

File metadata and controls

21 lines (18 loc) · 1.21 KB

Build Status Coverage Status Documentation Status

The python-duplicate library intend to find and deal with duplicate. Depending on what you need, it can:

  • Find and return the unique or duplicate items* of a list
  • Create a new list of unique items* from a list
  • Find and return the indexes of said items* (act as a feedback)
  • Find the rows (or just PK) of unique or duplicate column for MySQL 8 and PosgreSQL 10

*items can be a list, tuple, dict, number or string

Upcoming improvements

In the future I intend to add support for:

  • JSON
  • Other type of item for list (Object class for example)
  • Handle suppression of duplicate for MySQL and PostgreSQL
  • Handle research of unique / duplicate on more than one table / column / pk
  • Support more version of MySQL and Postgres
  • Support more database type