# PySortAlgos
### A simple repo that contains some commonly used sorting functions
# USAGE
```python
# import your desired sorting function
from PySortAlgos import bubble_sort
# Example list
myList = [799,111,1,3,2,,23,6445,4,89,56,566]
# Sort the list
sorted = bubble_sort(myList)
print(sorted) # [1,2,3,4,7,23,56,89,99,111,566,6445]
```
Raw data
{
"_id": null,
"home_page": "https://github.com/your-username/PySortAlgos",
"name": "PySortAlgos",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Bahir Hakimi",
"author_email": "bahirhakimy2020@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/04/8a/6544de5f10c2b61b20eb24382f6e0d3a78abdf82f399ab4908e05d734f59/PySortAlgos-0.6.tar.gz",
"platform": null,
"description": "# PySortAlgos\r\n\r\n### A simple repo that contains some commonly used sorting functions\r\n\r\n# USAGE\r\n\r\n```python\r\n# import your desired sorting function\r\nfrom PySortAlgos import bubble_sort\r\n\r\n# Example list\r\nmyList = [799,111,1,3,2,,23,6445,4,89,56,566]\r\n\r\n# Sort the list\r\nsorted = bubble_sort(myList)\r\n\r\nprint(sorted) # [1,2,3,4,7,23,56,89,99,111,566,6445]\r\n```\r\n",
"bugtrack_url": null,
"license": "",
"summary": "A simple package that contains some commonly used sorting functions",
"version": "0.6",
"project_urls": {
"Homepage": "https://github.com/your-username/PySortAlgos"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "048a6544de5f10c2b61b20eb24382f6e0d3a78abdf82f399ab4908e05d734f59",
"md5": "361b69908a074708d30f70bac64ede26",
"sha256": "9aeaba76ef1dd9b7da2ea2d4065892a6c29d663f4e03836b13ee31fdf3d0f0f3"
},
"downloads": -1,
"filename": "PySortAlgos-0.6.tar.gz",
"has_sig": false,
"md5_digest": "361b69908a074708d30f70bac64ede26",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3098,
"upload_time": "2023-07-12T11:28:35",
"upload_time_iso_8601": "2023-07-12T11:28:35.578242Z",
"url": "https://files.pythonhosted.org/packages/04/8a/6544de5f10c2b61b20eb24382f6e0d3a78abdf82f399ab4908e05d734f59/PySortAlgos-0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-12 11:28:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "your-username",
"github_project": "PySortAlgos",
"github_not_found": true,
"lcname": "pysortalgos"
}