Skip to content

Commit 93404f0

Browse files
vintaclaude
andcommitted
chore: remove thin categories and reorganize DevOps section
- Remove ChatOps Tools category (only 1 entry: errbot) - Remove News Feed category (only 2 entries) - Add Cloud Providers subsection under DevOps with boto3 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bfc06bc commit 93404f0

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
2525
- [Build Tools](#build-tools)
2626
- [Built-in Classes Enhancement](#built-in-classes-enhancement)
2727
- [Caching](#caching)
28-
- [ChatOps Tools](#chatops-tools)
2928
- [CMS](#cms)
3029
- [Code Analysis](#code-analysis)
3130
- [Command-line Interface Development](#command-line-interface-development)
@@ -67,7 +66,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
6766
- [Miscellaneous](#miscellaneous)
6867
- [Natural Language Processing](#natural-language-processing)
6968
- [Network Virtualization](#network-virtualization)
70-
- [News Feed](#news-feed)
7169
- [ORM](#orm)
7270
- [Package Management](#package-management)
7371
- [Package Repositories](#package-repositories)
@@ -229,12 +227,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
229227
* [pylibmc](https://github.com/lericson/pylibmc) - A Python wrapper around the [libmemcached](https://libmemcached.org/libMemcached.html) interface.
230228
* [python-diskcache](https://github.com/grantjenks/python-diskcache) - SQLite and file backed cache backend with faster lookups than memcached and redis.
231229

232-
## ChatOps Tools
233-
234-
*Libraries for chatbot development.*
235-
236-
* [errbot](https://github.com/errbotio/errbot/) - The easiest and most popular chatbot to implement ChatOps.
237-
238230
## Code Analysis
239231

240232
*Tools of static analysis, linters and code quality checkers. Also see [awesome-static-analysis](https://github.com/mre/awesome-static-analysis).*
@@ -443,6 +435,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
443435

444436
*Software and libraries for DevOps.*
445437

438+
* Cloud Providers
439+
* [boto3](https://github.com/boto/boto3) - Python interface to Amazon Web Services.
446440
* Configuration Management
447441
* [ansible](https://github.com/ansible/ansible) - A radically simple IT automation platform.
448442
* [cloudinit](https://github.com/canonical/cloud-init) - A multi-distribution package that handles early initialization of a cloud instance.
@@ -775,13 +769,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
775769
* [napalm](https://github.com/napalm-automation/napalm) - Cross-vendor API to manipulate network devices.
776770
* [pox](https://github.com/noxrepo/pox) - A Python-based SDN control applications, such as OpenFlow SDN controllers.
777771

778-
## News Feed
779-
780-
*Libraries for building user's activities.*
781-
782-
* [django-activity-stream](https://github.com/justquick/django-activity-stream) - Generating generic activity streams from the actions on your site.
783-
* [Stream Framework](https://github.com/tschellenbach/Stream-Framework) - Building news feed and notification systems using Cassandra and Redis.
784-
785772
## ORM
786773

787774
*Libraries that implement Object-Relational Mapping or data mapping techniques.*

0 commit comments

Comments
 (0)