Skip to content

Commit

Permalink
Merge pull request #33 from Aman-Clement/main
Browse files Browse the repository at this point in the history
Categories Updated and merged
  • Loading branch information
tankala authored Jul 29, 2024
2 parents 971553d + d5fd26c commit 8acb13a
Showing 1 changed file with 111 additions and 2 deletions.
113 changes: 111 additions & 2 deletions toolbox/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,62 @@
"zodb"
]
},
"date-and-time": {
"title": "Date and Time",
"packageNames": [
"arrow",
"datetime",
"pendulum",
"pytz",
"python-dateutil"
]
},
"debugging-tool": {
"title": "Debugging Tool",
"packageNames": [
"ipdb",
"py-spy",
"django-debug-toolbar",
"icecream",
"pyelftools"
]
},
"deep-learning": {
"title": "Deep Learning",
"packageNames": [
"keras",
"pytorch",
"tensorflow",
"pytorch-lightning",
"theano"
]
},
"devops-tool": {
"title": "DevOps Tool",
"packageNames": [
"ansible",
"fabric",
"supervisor",
"psutil"
]
},
"distributed-computing": {
"title": "Distributed Computing",
"packageNames": [
"dask",
"luigi",
"pyspark",
"ray"
]
},
"documentation": {
"title": "Documentation",
"packageNames": [
"mkdocs",
"pdoc",
"sphinx"
]
},
"distribution": {
"title": "Distribution",
"packageNames": [
Expand All @@ -223,8 +279,15 @@
"title": "Downloader",
"packageNames": [
"akshare",
"youtube-dl",
"s3cmd"
"s3cmd",
"flexget"
]
},
"email": {
"title": "Email",
"packageNames": [
"mailer",
"yagmail"
]
},
"environment-management": {
Expand All @@ -233,6 +296,15 @@
"virtualenv"
]
},
"file-manipulation": {
"title": "File Manipulation",
"packageNames": [
"pathlib",
"watchdog",
"path.py",
"python-magic"
]
},
"functional-programming": {
"title": "Functional Programming",
"packageNames": [
Expand All @@ -242,12 +314,39 @@
"cytoolz"
]
},
"game-development": {
"title": "Game Development",
"packageNames": [
"pygame",
"Panda3D",
"pyopengl",
"python-magic"
]
},
"graphql": {
"title": "GraphQL",
"packageNames": [
"graphene"
]
},
"geolocation": {
"title": "Geolocation",
"packageNames": [
"django-countries",
"geojson",
"geopy"
]
},
"gui-development": {
"title": "GUI Development",
"packageNames": [
"kivy",
"pyglet",
"pygobject",
"pysimplegui",
"urwid"
]
},
"html-manipulation": {
"title": "HTML Manipulation",
"packageNames": [
Expand Down Expand Up @@ -276,6 +375,16 @@
"scapy"
]
},
"image-processing": {
"title": "Image Processing",
"packageNames": [
"pillow",
"python-barcode",
"pymatting",
"scikit-image ",
"wand"
]
},
"implementation": {
"title": "Implementation",
"packageNames": [
Expand Down

0 comments on commit 8acb13a

Please sign in to comment.