Key | Value |
---|---|
FileName | ./usr/lib/python3/dist-packages/natsort-4.0.3.egg-info/PKG-INFO |
FileSize | 12038 |
MD5 | B693485010A52407A611595CD248B109 |
SHA-1 | 0B0C9D317B249DFAE9A16CBADA252B010A502060 |
SHA-256 | F280C74EC15B81421D0033A4BB8E97B302F4F15F91A11B368B588A753D346367 |
SHA-512 | F465B0E5E850A7A397FC0BA878BC48E1F24B9BA73BD082BE4EEDBDD2BD446482224568785C2667C68149947D968909295101D9EC9649B7AF6CA05D23B9EE3FDD |
SSDEEP | 192:grZRkGcyxqGy8Op25V4sQeVbM+KmakzmVBr93iK6vxlE:CR4OosQex5RaxJ3iKR |
TLSH | T13A42B6AF3AC435B451469BFF5A5C0402F320817BDAD9486970AD06A40F1779E4ABF3BC |
insert-timestamp | 1683845908.946291 |
mimetype | text/plain |
source | snap:HjkresXXKRSOqPptlhj12NLGjXefHoOw_2536 |
hashlookup:parent-total | 9 |
hashlookup:trust | 95 |
The searched file hash is included in 9 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 23400 |
MD5 | 061E837EC2657B97AA08FE155B44B2FE |
PackageDescription | Natural sorting for python natsort lets you apply natural sorting to your sequences easily, for example: . >>> from natsort import natsorted >>> a = ['a2', 'a9', 'a1', 'a4', 'a10'] >>> data = [['a1', 'a5'], ['a1', 'a40'], ['a10', 'a1'], ['a2', 'a5']] >>> natsorted(a) ['a1', 'a2', 'a4', 'a9', 'a10' >>> natsorted(data) [['a1', 'a5'], ['a1', 'a40'], ['a2', 'a5'], ['a10', 'a1']] . natsort identifies the numbers and sorts them separately from strings. . natsort comes with a shell script to use natural sorting in shell scripts. You can also execute natsort from the command line with python -m natsort. . There exists another natural sorting package for Python called python-naturalsort. You may prefer that package if you wish to only sort version numbers. |
PackageMaintainer | Agustin Henze <tin@debian.org> |
PackageName | python-natsort |
PackageSection | python |
PackageVersion | 4.0.3-2 |
SHA-1 | 90C0A005AF2DBA0C1E72C8C870A18C74EDB89E41 |
SHA-256 | 59C438EA50F6018B77236B3DEB7C5D9B80662691C21EB65EB310978F1C190778 |
Key | Value |
---|---|
SHA-1 | 898ED94E9FF877094C8D99E55CFD5B435085ECDC |
snap-authority | canonical |
snap-filename | nPSFzfJR9eVWJZJKYWtr1uSe4IldtQk7_419.snap |
snap-id | nPSFzfJR9eVWJZJKYWtr1uSe4IldtQk7_419 |
snap-name | checkbox16 |
snap-publisher-id | Euf8YO6waprpTXVrREuDw8ODHNIACTwi |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2021-09-20T08:50:01.534913Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/nPSFzfJR9eVWJZJKYWtr1uSe4IldtQk7_419.snap |
Key | Value |
---|---|
SHA-1 | E7FBF32B8A379A4F0290C87DC693C6BDD287587F |
snap-authority | canonical |
snap-filename | HjkresXXKRSOqPptlhj12NLGjXefHoOw_2536.snap |
snap-id | HjkresXXKRSOqPptlhj12NLGjXefHoOw_2536 |
snap-name | checkbox18 |
snap-publisher-id | Euf8YO6waprpTXVrREuDw8ODHNIACTwi |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2019-03-12T16:21:57.619473Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/HjkresXXKRSOqPptlhj12NLGjXefHoOw_2536.snap |
Key | Value |
---|---|
FileSize | 25064 |
MD5 | BA554C00D8E75256E810AF0DA52D22A7 |
PackageDescription | Natural sorting for Python (python3) natsort lets you apply natural sorting to your sequences easily, for example: . >>> from natsort import natsorted >>> a = ['a2', 'a9', 'a1', 'a4', 'a10'] >>> data = [['a1', 'a5'], ['a1', 'a40'], ['a10', 'a1'], ['a2', 'a5']] >>> natsorted(a) ['a1', 'a2', 'a4', 'a9', 'a10' >>> natsorted(data) [['a1', 'a5'], ['a1', 'a40'], ['a2', 'a5'], ['a10', 'a1']] . natsort identifies the numbers and sorts them separately from strings. . natsort comes with a shell script to use natural sorting in shell scripts. You can also execute natsort from the command line with python -m natsort. . There exists another natural sorting package for Python called python-naturalsort. You may prefer that package if you wish to only sort version numbers. |
PackageMaintainer | Agustin Henze <tin@debian.org> |
PackageName | python3-natsort |
PackageSection | python |
PackageVersion | 4.0.3-2 |
SHA-1 | 243A56FAAA4BBFBD1D5CBBCA87672054F294063F |
SHA-256 | 3E334949CB178B9869D240A5BFC732D290DC9C6DCA84B2A50C8EABF0CE5D4F61 |
Key | Value |
---|---|
FileSize | 22906 |
MD5 | 1E9FDC64BC4CAD7FA61AFDCB237520E3 |
PackageDescription | Natural sorting for python natsort lets you apply natural sorting to your sequences easily, for example: . >>> from natsort import natsorted >>> a = ['a2', 'a9', 'a1', 'a4', 'a10'] >>> data = [['a1', 'a5'], ['a1', 'a40'], ['a10', 'a1'], ['a2', 'a5']] >>> natsorted(a) ['a1', 'a2', 'a4', 'a9', 'a10' >>> natsorted(data) [['a1', 'a5'], ['a1', 'a40'], ['a2', 'a5'], ['a10', 'a1']] . natsort identifies the numbers and sorts them separately from strings. . natsort comes with a shell script to use natural sorting in shell scripts. You can also execute natsort from the command line with python -m natsort. . There exists another natural sorting package for Python called python-naturalsort. You may prefer that package if you wish to only sort version numbers. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-natsort |
PackageSection | python |
PackageVersion | 4.0.3-2 |
SHA-1 | 7B718EBA660572D6EBA1E04F617A0D0E870CBAE7 |
SHA-256 | 71127C164B9B84581CC144970CF2A66453AE2512142A554B4ED3A1D6325853A4 |
Key | Value |
---|---|
SHA-1 | 5F58F886B842DD66AE5E9D56E239FB9F0A38A818 |
snap-authority | canonical |
snap-filename | nPSFzfJR9eVWJZJKYWtr1uSe4IldtQk7_341.snap |
snap-id | nPSFzfJR9eVWJZJKYWtr1uSe4IldtQk7_341 |
snap-name | checkbox16 |
snap-publisher-id | Euf8YO6waprpTXVrREuDw8ODHNIACTwi |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2021-09-20T08:50:01.534913Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/nPSFzfJR9eVWJZJKYWtr1uSe4IldtQk7_341.snap |
Key | Value |
---|---|
SHA-1 | 668883F46E57EDA5B65E6A58CBD5475D513949AD |
snap-authority | canonical |
snap-filename | HjkresXXKRSOqPptlhj12NLGjXefHoOw_2105.snap |
snap-id | HjkresXXKRSOqPptlhj12NLGjXefHoOw_2105 |
snap-name | checkbox18 |
snap-publisher-id | Euf8YO6waprpTXVrREuDw8ODHNIACTwi |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2019-03-12T16:21:57.619473Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/HjkresXXKRSOqPptlhj12NLGjXefHoOw_2105.snap |
Key | Value |
---|---|
FileSize | 24572 |
MD5 | 0DC196F3B5A5D095071CC585BBD075BE |
PackageDescription | Natural sorting for Python (python3) natsort lets you apply natural sorting to your sequences easily, for example: . >>> from natsort import natsorted >>> a = ['a2', 'a9', 'a1', 'a4', 'a10'] >>> data = [['a1', 'a5'], ['a1', 'a40'], ['a10', 'a1'], ['a2', 'a5']] >>> natsorted(a) ['a1', 'a2', 'a4', 'a9', 'a10' >>> natsorted(data) [['a1', 'a5'], ['a1', 'a40'], ['a2', 'a5'], ['a10', 'a1']] . natsort identifies the numbers and sorts them separately from strings. . natsort comes with a shell script to use natural sorting in shell scripts. You can also execute natsort from the command line with python -m natsort. . There exists another natural sorting package for Python called python-naturalsort. You may prefer that package if you wish to only sort version numbers. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-natsort |
PackageSection | python |
PackageVersion | 4.0.3-2 |
SHA-1 | 6AB80772FCF9EFC804DAE1237CE1F3616CFFED73 |
SHA-256 | 2D65366C7CA7C9763BA369233B98B833CEFE215AABC026E92585B5F5147EB6C6 |
Key | Value |
---|---|
SHA-1 | 312E6A8AEF37CD1BD362F083E4ED825DDD0C4384 |
snap-authority | canonical |
snap-filename | HjkresXXKRSOqPptlhj12NLGjXefHoOw_2188.snap |
snap-id | HjkresXXKRSOqPptlhj12NLGjXefHoOw_2188 |
snap-name | checkbox18 |
snap-publisher-id | Euf8YO6waprpTXVrREuDw8ODHNIACTwi |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2019-03-12T16:21:57.619473Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/HjkresXXKRSOqPptlhj12NLGjXefHoOw_2188.snap |