An open API service indexing awesome lists of open source software.

awesome-pypi-packages

“A curated list of remarkable, high-quality Python packages available on PyPI for various domains — for developers, learners & hobbyists.”
https://github.com/ViratiAkiraNandhanReddy/awesome-pypi-packages

Last synced: 5 days ago
JSON representation

  • CLI Tools

    • Fire - Generate command-line interfaces from Python objects.
    • Docopt - Parse command-line usage patterns.
    • Click - Utilities for creating command-line interfaces.
  • Media

  • Security

    • PyJWT - Encode and decode JSON Web Tokens.
    • Cryptography - Primitives for secure cryptographic operations.
    • Passlib - Framework for password hashing.
  • Machine Learning

    • TensorFlow - Platform for building and deploying machine learning models.
    • scikit-learn - Tools for classical machine learning algorithms.
    • PyTorch - Deep learning framework based on dynamic computation graphs.
  • Networking

    • Aiohttp - Asynchronous HTTP client and server tools.
    • Requests - HTTP client for network requests.
    • Websockets - Tools for implementing WebSocket communication.
  • Web Development

    • Flask - Minimal framework for creating web applications.
    • Django - Framework for building scalable web applications.
    • FastAPI - Web framework for building APIs efficiently.
  • Utilities

    • Pydantic - Data validation using type hints.
    • Rich - Tools for rich terminal formatting.
    • Typer - Framework for building command-line applications.
  • Data Science

    • NumPy - Toolkit for numerical computing.
    • Polars - DataFrame library optimized for performance.
    • Pandas - Library for data manipulation and analysis.
  • Text Processing

    • Tqdm - Progress bar utilities.
    • SpaCy - Library for industrial NLP tasks.
    • NLTK - Tools for natural language processing.
  • Testing

    • Pytest - Framework for writing and running tests.
    • Hypothesis - Property-based testing tools.
    • Coverage.py - Measure code coverage of test suites.
  • Game Development

    • pygame - A reliable 2D game development and multimedia framework for Python.