You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: README.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,6 @@ _Tools for managing, compressing and minifying website assets._
295
295
-[django-compressor](https://github.com/django-compressor/django-compressor) - Compresses linked and inline JavaScript or CSS into a single cached file.
296
296
-[django-pipeline](https://github.com/jazzband/django-pipeline) - An asset packaging library for Django.
297
297
-[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.
299
298
-[flask-assets](https://github.com/miracle2k/flask-assets) - Helps you integrate webassets into your Flask app.
300
299
-[webassets](https://github.com/miracle2k/webassets) - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
301
300
@@ -366,7 +365,6 @@ _Libraries to automate web scraping and extract web content._
-[grab](https://github.com/lorien/grab) - Site scraping framework.
368
367
-[html2text](https://github.com/Alir3z4/html2text) - Convert HTML to Markdown-formatted text.
369
-
-[lassie](https://github.com/michaelhelmick/lassie) - Web Content Retrieval for Humans.
370
368
-[mechanicalsoup](https://github.com/MechanicalSoup/MechanicalSoup) - A Python library for automating interaction with websites.
371
369
-[micawber](https://github.com/coleifer/micawber) - A small library for extracting rich content from URLs.
372
370
-[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._
382
380
_Libraries for parsing URLs._
383
381
384
382
-[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.
386
383
387
384
## Email
388
385
@@ -467,7 +464,6 @@ _Libraries and software for indexing and performing search queries on data._
467
464
-[elasticsearch-dsl-py](https://github.com/elastic/elasticsearch-dsl-py) - The official high-level Python client for Elasticsearch.
468
465
-[elasticsearch-py](https://github.com/elastic/elasticsearch-py) - The official low-level Python client for [Elasticsearch](https://www.elastic.co/products/elasticsearch).
469
466
-[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.
471
467
472
468
## Serialization
473
469
@@ -666,7 +662,6 @@ _Libraries for testing codebases and generating test data._
666
662
- Mock
667
663
-[doublex](https://pypi.org/project/doublex/) - Powerful test doubles framework for Python.
668
664
-[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+.
670
665
-[httpretty](https://github.com/gabrielfalcao/HTTPretty) - HTTP request mock tool for Python.
671
666
-[mock](https://docs.python.org/3/library/unittest.mock.html) - (Python standard library) A mocking and patching library.
672
667
-[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._
789
784
-[flower](https://github.com/mher/flower) - Real-time monitor and web admin for Celery.
790
785
-[dramatiq](https://github.com/Bogdanp/dramatiq) - A fast and reliable background task processing library for Python 3.
791
786
-[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.
793
787
-[rq](https://github.com/rq/rq) - Simple job queues for Python.
794
788
795
789
## Job Schedulers
@@ -818,7 +812,6 @@ _Libraries for generating and working with logs._
818
812
_Libraries for starting and communicating with OS processes._
819
813
820
814
-[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.
822
815
-[sh](https://github.com/amoffat/sh) - A full-fledged subprocess replacement for Python.
823
816
824
817
## Network Virtualization
@@ -827,7 +820,6 @@ _Tools and libraries for Virtual Networking and SDN (Software Defined Networking
827
820
828
821
-[mininet](https://github.com/mininet/mininet) - A popular network emulator and API written in Python.
829
822
-[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.
831
823
-[scapy](https://github.com/secdev/scapy) - A brilliant packet manipulation library.
832
824
833
825
## RPC Servers
@@ -925,9 +917,7 @@ _Libraries for parsing and manipulating plain texts._
925
917
-[textdistance](https://github.com/orsinium/textdistance) - Compute distance between sequences with 30+ algorithms.
926
918
-[unidecode](https://github.com/avian2/unidecode) - ASCII transliterations of Unicode text.
927
919
- Slugify
928
-
-[awesome-slugify](https://github.com/dimka665/awesome-slugify) - A Python slugify library that can preserve unicode.
929
920
-[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.
931
921
- Unique identifiers
932
922
-[hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python.
933
923
-[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._
951
941
-[markupsafe](https://github.com/pallets/markupsafe) - Implements a XML/HTML/XHTML Markup safe string for Python.
952
942
-[pyquery](https://github.com/gawel/pyquery) - A jQuery-like library for parsing HTML.
953
943
-[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.
955
944
-[xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON.
956
945
957
946
## File Format Processing
@@ -990,8 +979,6 @@ _Libraries for parsing and manipulating specific text formats._
990
979
-[tomllib](https://docs.python.org/3/library/tomllib.html) - (Python standard library) Parse TOML files.
991
980
- CSV
992
981
-[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.
995
982
996
983
## File Manipulation
997
984
@@ -1032,7 +1019,6 @@ _Libraries for manipulating audio and its metadata._
1032
1019
-[kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors.
1033
1020
-[librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.
1034
1021
-[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.
1036
1022
-[pyAudioAnalysis](https://github.com/tyiannak/pyAudioAnalysis) - Audio feature extraction, classification, segmentation and applications.
1037
1023
-[pydub](https://github.com/jiaaro/pydub) - Manipulate audio with a simple and easy high level interface.
1038
1024
-[TimeSide](https://github.com/Parisson/TimeSide) - Open web audio processing framework.
@@ -1047,7 +1033,6 @@ _Libraries for manipulating audio and its metadata._
1047
1033
_Libraries for manipulating video and GIFs._
1048
1034
1049
1035
-[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.
1051
1036
-[vidgear](https://github.com/abhiTronix/vidgear) - Most Powerful multi-threaded Video Processing framework.
0 commit comments