New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

SortingAPI

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

SortingAPI

  • 0.0.4
  • PyPI
  • Socket score

Maintainers
1

Sorting API

Sorting API espone degli endpoint per:

  • Effettuare l'ordinamento, crescente o decrescente, di un array attraverso un algoritmo di sorting tra quelli disponibili: Bubblesort, Insertionsort, Selectionsort, Mergesort

  • Disordinare un array, ridisponendo i suoi elementi in modo casuale

Uso

Per lanciare l'API, usare il comando python -m sorting_api.

Sono disponibili i seguenti argomenti da linea di comando:

  • ---port Porta su cui eseguire il server. Default: 8000

  • ---host Host su cui eseguire il server. Default: 127.0.0.1

  • ---help Stampa ulteriori informazioni sull'utilizzo dell'API da riga di comando

Documentazione delle API

Consultare la documentazione, una volta avviate le API, raggiungibile dall'endpoint /docs (e.g. http://localhost:8000/docs.

Autori

API realizzare da Andrea Broccoletti e Simone Lesinigo, nell'ambito di un progetto universitario.

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