Skip to main content

disortify python library for sorting,modifying and displaying data in various format.

Project description

DISORTIFY PYTHON LIBRARY

disortify is a python library provides a functions for sorting, modifying and displaying data in various format.

PURPOSE

Disortify provides simple function in order to sort and modify data in python either you need to sort data in ascending or descending,capitalize or convert string items to upper and lowercase, dislay data in row,column and in different format. this library offers straightforward methods to enhance your data manipulation capabilities.

FUNCTIONS AND USAGE

  1. asc() - to sort data in ascending order.
  2. desc() - to sort data in descending order.
  3. caps() - to capitalize data items.
  4. lows() - to set items into lowercase.
  5. ups() - to set items into uppercase.
  6. bylen() - to sort data according to its length.
  7. last() - to sort data according to the last value of an item.
  8. duple() - to avoid duplicate data.
  9. dictkey() - to sort dictionary keys in order.
  10. dictval() - to sort dicitonary values in order.
  11. desckey() - to sort dictionary keys in descending.
  12. descval() - to sort dictionary values in descending.
  13. keycaps() - to capitalize dictionary key.
  14. col() - to display data in column.
  15. row() - to display data in row.
  16. numbered() - to display data in number order.
  17. dict_format() - to display data in dictionary form.
  18. set_format() - to display data in set form.
  19. list_format() - to display data in ordered list.
  20. lett() - to display data items in letter.

IMPORT LIBRARY

from disortify.formats import * or (formats)

INSTALLATION

You can install the library using pip. — pip install disortify

VERSIONS

primary release Jan 15 2024: v.0.1.0

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

disortify-0.1.0.tar.gz (3.9 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