Skip to content

Commit 1fa8847

Browse files
vintaclaude
andcommitted
docs: remove unmaintained or low-quality entries across multiple categories
Removes 14 entries from Asset Management, Web Content Extracting, URL Parsing, Search, Testing, Task Queues, Subprocesses, Network Virtualization, Text / Slugify, HTML & XML, File Format Processing, Audio, and Video sections. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1bc4218 commit 1fa8847

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ _Tools for managing, compressing and minifying website assets._
295295
- [django-compressor](https://github.com/django-compressor/django-compressor) - Compresses linked and inline JavaScript or CSS into a single cached file.
296296
- [django-pipeline](https://github.com/jazzband/django-pipeline) - An asset packaging library for Django.
297297
- [django-storages](https://github.com/jschneier/django-storages) - A collection of custom storage back ends for Django.
298-
- [fanstatic](https://github.com/zopefoundation/fanstatic) - Packages, optimizes, and serves static file dependencies as Python packages.
299298
- [flask-assets](https://github.com/miracle2k/flask-assets) - Helps you integrate webassets into your Flask app.
300299
- [webassets](https://github.com/miracle2k/webassets) - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
301300

@@ -366,7 +365,6 @@ _Libraries to automate web scraping and extract web content._
366365
- [feedparser](https://github.com/kurtmckee/feedparser) - Universal feed parser.
367366
- [grab](https://github.com/lorien/grab) - Site scraping framework.
368367
- [html2text](https://github.com/Alir3z4/html2text) - Convert HTML to Markdown-formatted text.
369-
- [lassie](https://github.com/michaelhelmick/lassie) - Web Content Retrieval for Humans.
370368
- [mechanicalsoup](https://github.com/MechanicalSoup/MechanicalSoup) - A Python library for automating interaction with websites.
371369
- [micawber](https://github.com/coleifer/micawber) - A small library for extracting rich content from URLs.
372370
- [newspaper](https://github.com/codelucas/newspaper) - News extraction, article extraction and content curation in Python.
@@ -382,7 +380,6 @@ _Libraries to automate web scraping and extract web content._
382380
_Libraries for parsing URLs._
383381

384382
- [furl](https://github.com/gruns/furl) - A small Python library that makes parsing and manipulating URLs easy.
385-
- [purl](https://github.com/codeinthehole/purl) - A simple, immutable URL class with a clean API for interrogation and manipulation.
386383

387384
## Email
388385

@@ -467,7 +464,6 @@ _Libraries and software for indexing and performing search queries on data._
467464
- [elasticsearch-dsl-py](https://github.com/elastic/elasticsearch-dsl-py) - The official high-level Python client for Elasticsearch.
468465
- [elasticsearch-py](https://github.com/elastic/elasticsearch-py) - The official low-level Python client for [Elasticsearch](https://www.elastic.co/products/elasticsearch).
469466
- [pysolr](https://github.com/django-haystack/pysolr) - A lightweight Python wrapper for [Apache Solr](https://lucene.apache.org/solr/).
470-
- [whoosh](https://github.com/mchaput/whoosh) - A fast, pure Python search engine library.
471467

472468
## Serialization
473469

@@ -666,7 +662,6 @@ _Libraries for testing codebases and generating test data._
666662
- Mock
667663
- [doublex](https://pypi.org/project/doublex/) - Powerful test doubles framework for Python.
668664
- [freezegun](https://github.com/spulec/freezegun) - Travel through time by mocking the datetime module.
669-
- [httmock](https://github.com/patrys/httmock) - A mocking library for requests for Python 2.6+ and 3.2+.
670665
- [httpretty](https://github.com/gabrielfalcao/HTTPretty) - HTTP request mock tool for Python.
671666
- [mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library.
672667
- [mocket](https://github.com/mindflayer/python-mocket) - A socket mock framework with gevent/asyncio/SSL support.
@@ -789,7 +784,6 @@ _Libraries for working with task queues._
789784
- [flower](https://github.com/mher/flower) - Real-time monitor and web admin for Celery.
790785
- [dramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3.
791786
- [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue.
792-
- [mrq](https://github.com/pricingassistant/mrq) - A distributed worker task queue in Python using Redis & gevent.
793787
- [rq](https://github.com/rq/rq) - Simple job queues for Python.
794788

795789
## Job Schedulers
@@ -818,7 +812,6 @@ _Libraries for generating and working with logs._
818812
_Libraries for starting and communicating with OS processes._
819813

820814
- [delegator.py](https://github.com/amitt001/delegator.py) - [Subprocesses](https://docs.python.org/3/library/subprocess.html) for Humans 2.0.
821-
- [sarge](https://github.com/vsajip/sarge) - Yet another wrapper for subprocess.
822815
- [sh](https://github.com/amoffat/sh) - A full-fledged subprocess replacement for Python.
823816

824817
## Network Virtualization
@@ -827,7 +820,6 @@ _Tools and libraries for Virtual Networking and SDN (Software Defined Networking
827820

828821
- [mininet](https://github.com/mininet/mininet) - A popular network emulator and API written in Python.
829822
- [napalm](https://github.com/napalm-automation/napalm) - Cross-vendor API to manipulate network devices.
830-
- [pox](https://github.com/noxrepo/pox) - A Python-based SDN control applications, such as OpenFlow SDN controllers.
831823
- [scapy](https://github.com/secdev/scapy) - A brilliant packet manipulation library.
832824

833825
## RPC Servers
@@ -925,9 +917,7 @@ _Libraries for parsing and manipulating plain texts._
925917
- [textdistance](https://github.com/orsinium/textdistance) - Compute distance between sequences with 30+ algorithms.
926918
- [unidecode](https://github.com/avian2/unidecode) - ASCII transliterations of Unicode text.
927919
- Slugify
928-
- [awesome-slugify](https://github.com/dimka665/awesome-slugify) - A Python slugify library that can preserve unicode.
929920
- [python-slugify](https://github.com/un33k/python-slugify) - A Python slugify library that translates unicode to ASCII.
930-
- [unicode-slugify](https://github.com/mozilla/unicode-slugify) - A slugifier that generates unicode slugs with Django as a dependency.
931921
- Unique identifiers
932922
- [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python.
933923
- [shortuuid](https://github.com/skorokithakis/shortuuid) - A generator library for concise, unambiguous and URL-safe UUIDs.
@@ -951,7 +941,6 @@ _Libraries for working with HTML and XML._
951941
- [markupsafe](https://github.com/pallets/markupsafe) - Implements a XML/HTML/XHTML Markup safe string for Python.
952942
- [pyquery](https://github.com/gawel/pyquery) - A jQuery-like library for parsing HTML.
953943
- [untangle](https://github.com/stchris/untangle) - Converts XML documents to Python objects for easy access.
954-
- [xmldataset](https://github.com/spurin/xmldataset) - Simple XML Parsing.
955944
- [xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON.
956945

957946
## File Format Processing
@@ -990,8 +979,6 @@ _Libraries for parsing and manipulating specific text formats._
990979
- [tomllib](https://docs.python.org/3/library/tomllib.html) - (Python standard library) Parse TOML files.
991980
- CSV
992981
- [csvkit](https://github.com/wireservice/csvkit) - Utilities for converting to and working with CSV.
993-
- Archive
994-
- [unp](https://github.com/mitsuhiko/unp) - A command line tool that can unpack archives easily.
995982

996983
## File Manipulation
997984

@@ -1032,7 +1019,6 @@ _Libraries for manipulating audio and its metadata._
10321019
- [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors.
10331020
- [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.
10341021
- [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering.
1035-
- [mingus](https://github.com/bspaans/python-mingus) - An advanced music theory and notation package with MIDI file and playback support.
10361022
- [pyAudioAnalysis](https://github.com/tyiannak/pyAudioAnalysis) - Audio feature extraction, classification, segmentation and applications.
10371023
- [pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface.
10381024
- [TimeSide](https://github.com/Parisson/TimeSide) - Open web audio processing framework.
@@ -1047,7 +1033,6 @@ _Libraries for manipulating audio and its metadata._
10471033
_Libraries for manipulating video and GIFs._
10481034

10491035
- [moviepy](https://github.com/Zulko/moviepy) - A module for script-based movie editing with many formats, including animated GIFs.
1050-
- [scikit-video](https://github.com/aizvorski/scikit-video) - Video processing routines for SciPy.
10511036
- [vidgear](https://github.com/abhiTronix/vidgear) - Most Powerful multi-threaded Video Processing framework.
10521037

10531038
## Game Development

0 commit comments

Comments
 (0)