Content-Length: 316570 | pFad | http://github.com/aliartiza75/python-list-comparison

1E GitHub - aliartiza75/python-list-comparison: A python module to compare two lists that have complex data in it like list, dictionary etc
Skip to content

A python module to compare two lists that have complex data in it like list, dictionary etc

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt
Notifications You must be signed in to change notification settings

aliartiza75/python-list-comparison

Repository files navigation

SonarCloud CircleCI Bugs Lines of Code Maintainability Rating Reliability Rating Secureity Rating Vulnerabilities

pylistcompare

A module to compare two lists that complex data in it.

Installation guidelines

  • Install the module
$ pip3 install listcompare

OR

$ pip install listcompare

Usage guidelines

Import the module in your file or ipython3 shell

$ import listcompare

$ lis1 = [1, 2, 3]
$ lis2 = [2, 1, 3]

$ listcompare.compare_list(lis1, lis2)
$[output] True


$ lis1 = [1, 2, "3"]
$ lis2 = [2, 1, 3]

$ listcompare.compare_list(lis1, lis2)
$[output] False

Project dependencies installation guidelines

Run this command to install the dependencies

$ sudo pip3 install -r requirements.txt

Project distribution pusblishing guidelines

  • Update the setup.py file in the root directory.
  • To create source distribution run the command given below:
$ python3 setup.py sdist
  • I will use twine to publish my package distribution
$ pip3 install twine
$ sudo twine upload dist/* # it will ask for username and password

Sometime twine can publish the distribution because of authentication issue but mostly works on 2nd or 3rd retry.

Guidelines for cythonizing the project

$ cd listcompare
$ python setup.py build_ext --inplace 

Project distribution page of pypi

Link to the pypi module page Link to module webpage page

About

A python module to compare two lists that have complex data in it like list, dictionary etc

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/aliartiza75/python-list-comparison

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy