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
Copy file name to clipboardExpand all lines: README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,6 @@ _Libraries for working with HTTP._
329
329
-[furl](https://github.com/gruns/furl) - A small Python library that makes parsing and manipulating URLs easy.
330
330
-[httpx](https://github.com/encode/httpx) - A next generation HTTP client for Python.
331
331
-[requests](https://github.com/psf/requests) - HTTP Requests for Humans.
332
-
-[treq](https://github.com/twisted/treq) - Python requests like API built on top of Twisted's HTTP client.
333
332
-[urllib3](https://github.com/urllib3/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
334
333
335
334
## Web Scraping
@@ -352,8 +351,6 @@ _Libraries to automate web scraping and extract web content._
352
351
353
352
_Libraries for sending and parsing email._
354
353
355
-
-[flanker](https://github.com/mailgun/flanker) - An email address and Mime parsing library.
356
-
-[imbox](https://github.com/martinrusev/imbox) - Python IMAP for Humans.
357
354
-[modoboa](https://github.com/modoboa/modoboa) - A mail hosting and management platform including a modern Web UI.
358
355
-[yagmail](https://github.com/kootenpv/yagmail) - Yet another Gmail/SMTP client.
359
356
@@ -375,7 +372,6 @@ _Libraries that implement Object-Relational Mapping or data mapping techniques._
375
372
- NoSQL Databases
376
373
-[beanie](https://github.com/BeanieODM/beanie) - An asynchronous Python object-document mapper (ODM) for MongoDB.
377
374
-[mongoengine](https://github.com/MongoEngine/mongoengine) - A Python Object-Document-Mapper for working with MongoDB.
378
-
-[odmantic](https://github.com/art049/odmantic) - Sync and Async ODM for MongoDB built on top of Pydantic for model definition and validation.
379
375
-[pynamodb](https://github.com/pynamodb/PynamoDB) - A Pythonic interface for [Amazon DynamoDB](https://aws.amazon.com/dynamodb/).
380
376
381
377
## Database Drivers
@@ -448,7 +444,6 @@ _Libraries for data analysis._
448
444
-[desbordante](https://github.com/desbordante/desbordante-core/) - An open source data profiler for complex pattern discovery.
449
445
-[ibis](https://github.com/ibis-project/ibis) - A portable Python dataframe library with a single API for 20+ backends.
450
446
-[modin](https://github.com/modin-project/modin) - A drop-in pandas replacement that scales workflows by changing a single line of code.
451
-
-[optimus](https://github.com/hi-primus/optimus) - Agile Data Science Workflows made easy with PySpark.
452
447
-[pandas](https://github.com/pandas-dev/pandas) - A library providing high-performance, easy-to-use data structures and data analysis tools.
453
448
-[pathway](https://github.com/pathwaycom/pathway) - Real-time data processing framework for Python with reactive dataflows.
454
449
-[polars](https://github.com/pola-rs/polars) - A fast DataFrame library implemented in Rust with a Python API.
@@ -602,7 +597,6 @@ _Libraries for testing codebases and generating test data._
602
597
-[scanapi](https://github.com/scanapi/scanapi) - Automated Testing and Documentation for your REST API.
603
598
-[unittest](https://docs.python.org/3/library/unittest.html) - (Python standard library) Unit testing framework.
604
599
- Test Runners
605
-
-[green](https://github.com/CleanCut/green) - A clean, colorful test runner.
606
600
-[nox](https://github.com/wntrblm/nox) - Flexible test automation for Python.
607
601
-[tox](https://github.com/tox-dev/tox) - Auto builds and tests distributions in multiple Python versions
608
602
- GUI / Web Testing
@@ -771,7 +765,6 @@ _Libraries for building command-line applications._
771
765
-[argparse](https://docs.python.org/3/library/argparse.html) - (Python standard library) Command-line option and argument parsing.
772
766
-[cement](https://github.com/datafolklabs/cement) - CLI Application Framework for Python.
773
767
-[click](https://github.com/pallets/click/) - A package for creating beautiful command line interfaces in a composable way.
774
-
-[cliff](https://github.com/openstack/cliff) - A framework for creating command-line programs with multi-level commands.
775
768
-[python-fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object.
776
769
-[python-prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) - A library for building powerful interactive command lines.
777
770
-[typer](https://github.com/fastapi/typer) - Modern CLI framework that uses Python type hints. Built on Click and Pydantic.
@@ -863,7 +856,6 @@ _Libraries for working with HTML and XML._
863
856
864
857
-[beautifulsoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
865
858
-[cssutils](https://github.com/jaraco/cssutils) - A CSS library for Python.
866
-
-[html5lib](https://github.com/html5lib/html5lib-python) - A standards-compliant library for parsing and serializing HTML documents and fragments.
867
859
-[justhtml](https://github.com/EmilStenstrom/justhtml/) - A pure Python HTML5 parser that just works.
868
860
-[lxml](https://github.com/lxml/lxml) - A very fast, easy-to-use and versatile library for handling HTML and XML.
869
861
-[markupsafe](https://github.com/pallets/markupsafe) - Implements a XML/HTML/XHTML Markup safe string for Python.
@@ -934,7 +926,6 @@ _Libraries for manipulating images._
934
926
_Libraries for manipulating audio, video, and their metadata._
935
927
936
928
- Audio
937
-
-[audioflux](https://github.com/libAudioFlux/audioFlux) - A library for audio and music analysis, feature extraction.
938
929
-[gtts](https://github.com/pndurette/gTTS) - Python library and CLI tool for converting text to speech using Google Translate TTS.
939
930
-[librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.
940
931
-[matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering.
@@ -944,7 +935,6 @@ _Libraries for manipulating audio, video, and their metadata._
944
935
-[vidgear](https://github.com/abhiTronix/vidgear) - Most Powerful multi-threaded Video Processing framework.
945
936
- Metadata
946
937
-[beets](https://github.com/beetbox/beets) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.
947
-
-[eyed3](https://github.com/nicfit/eyeD3) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
948
938
-[mutagen](https://github.com/quodlibet/mutagen) - A Python module to handle audio metadata.
949
939
-[tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
950
940
@@ -1074,7 +1064,6 @@ _Libraries for storing and parsing configuration options._
1074
1064
1075
1065
_Frameworks and tools for penetration testing._
1076
1066
1077
-
-[fsociety](https://github.com/Manisso/fsociety) - A Penetration testing framework.
1078
1067
-[mitmproxy](https://github.com/mitmproxy/mitmproxy) - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
1079
1068
-[setoolkit](https://github.com/trustedsec/social-engineer-toolkit) - A toolkit for social engineering.
1080
1069
-[sherlock](https://github.com/sherlock-project/sherlock) - Hunt down social media accounts by username across social networks.
0 commit comments