Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

disortify

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disortify

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

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc