Skip to content

Commit

Permalink
Merge pull request #31 from mylapallilavanyaa/feature/remove-plurals
Browse files Browse the repository at this point in the history
removed plurals
  • Loading branch information
tankala authored May 27, 2024
2 parents f0c1c7d + 0c21148 commit 6f3ea0f
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions toolbox/categories.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"categories": {
"admin-panels": {
"title": "Admin Panels",
"admin-panel": {
"title": "Admin Panel",
"packageNames": [
"django-grappelli",
"flask-admin",
"flower"
]
},
"asgi-servers": {
"title": "ASGI Servers",
"asgi-server": {
"title": "ASGI Server",
"packageNames": [
"uvicorn",
"daphne",
Expand Down Expand Up @@ -79,8 +79,8 @@
"diskcache"
]
},
"chatops-tools": {
"title": "ChatOps Tools",
"chatops-tool": {
"title": "ChatOps Tool",
"packageNames": [
"rasa",
"errbot"
Expand All @@ -95,16 +95,16 @@
"mypy"
]
},
"code-formatters": {
"title": "Code Formatters",
"code-formatter": {
"title": "Code Formatter",
"packageNames": [
"black",
"isort",
"yapf"
]
},
"type-annotations": {
"title": "Type Annotations",
"type-annotation": {
"title": "Type Annotation",
"packageNames": [
"pytpe",
"MonkeyType",
Expand All @@ -131,8 +131,8 @@
"colorama"
]
},
"cli-tools": {
"title": "CLI tools",
"cli-tool": {
"title": "CLI tool",
"packageNames": [
"copier",
"cookiecutter"
Expand Down Expand Up @@ -193,8 +193,8 @@
"plotnine"
]
},
"database-drivers": {
"title": "Database Drivers",
"database-driver": {
"title": "Database Driver",
"packageNames": [
"mysqlclient",
"pymysql",
Expand Down Expand Up @@ -258,8 +258,8 @@
"lxml"
]
},
"http-clients": {
"title": "HTTP Clients",
"http-client": {
"title": "HTTP Client",
"packageNames": [
"httpx",
"requests",
Expand All @@ -276,8 +276,8 @@
"scapy"
]
},
"implementations": {
"title": "Implementations",
"implementation": {
"title": "Implementation",
"packageNames": [
"cython",
"numba"
Expand Down Expand Up @@ -380,8 +380,8 @@
"dpkt"
]
},
"recommender-systems": {
"title": "Recommender Systems",
"recommender-system": {
"title": "Recommender System",
"packageNames": [
"annoy",
"implicit",
Expand All @@ -398,15 +398,15 @@
"falcon"
]
},
"rpc-servers": {
"title": "RPC Servers",
"rpc-server": {
"title": "RPC Server",
"packageNames": [
"rpyc",
"thrift"
]
},
"serverless-frameworks": {
"title": "Serverless Frameworks",
"serverless-framework": {
"title": "Serverless Framework",
"packageNames": [
"Zappa"
]
Expand Down Expand Up @@ -438,8 +438,8 @@
"django-taggit"
]
},
"task-queues": {
"title": "Task Queues",
"task-queue": {
"title": "Task Queue",
"packageNames": [
"celery",
"dramatiq",
Expand All @@ -455,8 +455,8 @@
"Mako"
]
},
"third-party-apis": {
"title": "Third-party APIs",
"third-party-api": {
"title": "Third-party API",
"packageNames": [
"apache-libcloud",
"boto3",
Expand Down Expand Up @@ -514,8 +514,8 @@
"websockets"
]
},
"wsgi-servers": {
"title": "WSGI Servers",
"wsgi-server": {
"title": "WSGI Server",
"packageNames": [
"gunicorn",
"uwsgi",
Expand Down

0 comments on commit 6f3ea0f

Please sign in to comment.