geru-scotland/pylib-atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyAtlas

This repository is dedicated to organizing and documenting useful Python programming tools and libraries across various categories, as well as other noteworthy resources. It is still a work in progress.

Initially, this list started as a personal collection—a way for me to keep track of references and tools that I found invaluable in my coding journey. As the list grew and evolved, I decided to make it public with help from ChatGPT in hopes that it could serve as a resource for other developers.

Whether you're a seasoned developer or just starting out, I hope you find this repository useful.

As I continue to discover and learn about new tools and libraries, I plan to extend this list, making it an ever-growing resource for the programming community.


LibraryDescriptionStars
FlaskA lightweight WSGI web application framework in Python, designed for quick and easy web development.66kFlask
DjangoA high-level Python web framework that encourages rapid development and clean, pragmatic design.76.2kDjango
PyramidA lightweight Python web framework aimed at taking small web apps into big web apps. It is known for its flexibility and fine-grained control.3.9kPyramid
TornadoA Python web framework and asynchronous networking library, originally developed at FriendFeed. It is designed to handle asynchrony, enabling the development of real-time web applications.21.5kTornado
FastAPIA modern, fast (high-performance) web framework for building APIs with Python 3.7+ based on standard Python type hints, offering automatic Swagger UI documentation.69.4kFastApi
BottleA fast, simple, and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.8.3kBottle
CherryPyA minimalist Python web framework, making it easy to build web applications much like you would build any other object-oriented Python program. This results in smaller source code developed in less time.1.8kCherryPy

LibraryDescriptionStars
TensorFlowAn end-to-end open source platform for machine learning that enables researchers and developers to easily build and deploy ML powered applications.181kTensorFlow
PyTorchAn open source machine learning library based on the Torch library, used for applications such as computer vision and natural language processing.76.7kPyTorch
Scikit-learnA free software machine learning library for the Python programming language. It features various classification, regression, and clustering algorithms including support vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy.57.7kScikit-learn
KerasAn open-source software library that provides a Python interface for artificial neural networks. Keras acts as an interface for the TensorFlow library.60.7kKeras
XGBoostA scalable, portable and distributed gradient boosting library, designed to efficiently perform the gradient boosting decision tree algorithm, popular for structured or tabular data.25.4kXGBoost
LightGBMA gradient boosting framework that uses tree-based learning algorithms. It is designed for distributed and efficient training, particularly for high-dimensional data.15.9kLightGBM
CatBoostAn open-source gradient boosting on decision trees library with categorical feature support out of the box, for machine learning. It yields state-of-the-art results without extensive data training typically required by other machine learning methods.7.7kCatBoost
spaCyAn open-source library for advanced Natural Language Processing (NLP) in Python. It's designed specifically for production use and helps you build applications that process and "understand" large volumes of text.28.5kspaCy
NLTKA leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries.12.9kNLTK
Hugging Face TransformersA library for natural language processing (NLP) that provides thousands of pre-trained models to perform tasks on texts such as classification, information extraction, question answering, and more, implemented in TensorFlow and PyTorch.122kHugging Face Transformers

LibraryDescriptionStars
PandasAn open source data analysis and manipulation tool, built on top of the Python programming language.41.6kPandas
NumPyA fundamental package for scientific computing with Python, providing support for large, multi-dimensional arrays and matrices.26.1kNumPy
MatplotlibA plotting library for the Python programming language and its numerical mathematics extension NumPy. It provides an object-oriented API for embedding plots into applications.19kMatplotlib
SciPyAn open-source Python library used for scientific computing and technical computing. It builds on NumPy and provides a large number of higher-level functions that operate on numpy arrays and are useful for different types of scientific and engineering applications.12.3kSciPy
SeabornA Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.11.8kSeaborn
PlotlyAn open-source graphing library that makes interactive, publication-quality graphs online. Offers over 40 unique chart types covering a wide range of statistical, financial, geographic, scientific, and 3-dimensional use-cases.15kPlotly
BokehA Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of versatile graphics, and to extend this capability with high-performance interactivity over very large or datasets.18.7kBokeh
DaskAn open-source library for parallel computing written in Python. Designed to scale from a single computer to a cluster, Dask provides advanced parallelism for analytics, enabling performance at scale for the tools you love.11.9kDask


ToolDescriptionStars
OpenCVA robust library offering open-source computer vision and machine learning software. Designed to provide a common infrastructure for computer vision applications, OpenCV accelerates the use of machine perception in the commercial realm.78.4kOpenCV
scikit-imagePart of the SciPy ecosystem, this library presents a rich collection of image processing algorithms accessible in Python. It's aimed at researchers, educators, and industry professionals alike.5.8kscikit-image
SimpleCVOffering a straightforward framework for building computer vision applications, SimpleCV simplifies image acquisition, processing, and analysis through a consistent Python interface.2.7kSimpleCV
MahotasThis library serves as a comprehensive toolkit for computer vision and image processing in Python, featuring numerous algorithms for segmentation, feature extraction, and more.824Mahotas

LibraryDescriptionStars
RequestsA simple, yet elegant HTTP library for Python, built for human beings.51.2kRequests
aiohttpAn asynchronous HTTP client/server framework for asyncio and Python.14.5kaiohttp
HTTPxA fully featured HTTP client for Python 3, which provides synchronous and asynchronous APIs, and support for HTTP/2.6.6kHTTPx
urllib3A powerful, user-friendly HTTP client for Python. Much of the Python ecosystem uses urllib3 and makes HTTP requests. It brings many critical features that are missing from the Python standard libraries.3.6kurllib3
gRPCA high performance, open-source universal RPC framework that uses HTTP/2 as transport protocol, enabling client and server applications to communicate transparently and build connected systems.40.4kgRPC
WebSocket-clientA WebSocket client for Python with a focus on correctness and simplicity, providing easy access to WebSocket services.3.4kWebSocket-client
ParamikoA Python implementation of the SSHv2 protocol, providing both client and server functionality. It allows for easy SSH connections to remote servers.8.8kParamiko
NetmikoA multi-vendor library to simplify Paramiko SSH connections to network devices. It's used extensively in network automation scripts.3.4kNetmiko
ScapyA powerful Python program that enables the user to send, sniff, dissect and forge network packets. This capability allows for a wide range of networking tasks.9.9kScapy
TwistedAn event-driven networking engine written in Python. Twisted runs on Python 2 and 3, and provides modules to deal with various protocols.5.4kTwisted

LibraryDescriptionStars/web
TkinterThe standard GUI toolkit for Python, providing a powerful object-oriented interface to the Tk GUI toolkit.-Tkinter Documentation
ttkbootstrapA modern and themeable GUI library for Tkinter. ttkbootstrap extends Tkinter with a collection of widgets styled using Bootstrap themes for beautiful and responsive applications.1.5kttkbootstrap
customTkinterAn extension to Tkinter that provides custom widgets with advanced styling capabilities and a more modern look, improving the visual appearance and user experience of applications.9.9kcustomTkinter
PyQtA set of Python bindings for The Qt Company’s Qt application framework, used for developing GUI applications.-PyQt
KivyAn open-source Python library for developing multitouch application software with a natural user interface (NUI).16.8kKivy
wxPythonA cross-platform GUI toolkit for the Python language, allowing Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily.2.2kwxPython
PyGTKA set of Python wrappers for the GTK graphical user interface library, facilitating the creation of graphical interfaces in Python.-PyGTK
PySideThe official set of Python bindings for the Qt Company’s Qt application framework, similar to PyQt but under a more liberal license.-PySide
Dear PyGuiA simple to use (but powerful) Python GUI framework. DPG is a GPU Accelerated Python GUI framework for making quick, but advanced GUI applications.12kDear PyGui

LibraryDescriptionStars
SQLAlchemyA SQL toolkit and Object-Relational Mapping (ORM) library for Python that provides a full suite of well known enterprise-level persistence patterns.8.6kSQLAlchemy
Django ORMDjango's Object-Relational Mapper; a powerful tool for bridging the gap between the high-level Python code and the low-level database query.76.2kDjango ORM
PeeweeA small, expressive ORM that provides a simple and intuitive way to interact with databases using Python.10.7kPeewee
SQLObjectA popular ORM that provides an object-oriented interface to your database, with tables as classes, rows as instances, and columns as attributes.145SQLObject
Tortoise ORMAn easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django, designed for use with asyncio and Python.4.2kTortoise ORM
Pony ORMA Python ORM that provides a generator-based interface to write queries. It translates Python functions into SQL syntax and is designed for ease of use.3.5kPony ORM
MongoEngineA Document-Object Mapper for working with MongoDB from Python. It uses a simple declarative API, similar to the Django ORM.4.1kMongoEngine
Django REST FrameworkA powerful and flexible toolkit for building Web APIs on top of Django, including ORM capabilities for working with databases through RESTful APIs.27.3kDjango REST Framework
AlembicA lightweight database migration tool for use with SQLAlchemy. It allows for version control for database schemas, enabling fine-grained and database-independent migration scripting.2.4kAlembic

LibraryDescriptionStars
OAuthLibA generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python.2.7kOAuthLib
PyJWTA Python library which allows you to encode and decode JSON Web Tokens (JWT).4.9kPyJWT
AuthlibA comprehensive, ready-to-use library for OAuth 1, OAuth 2, OpenID clients, JWT, and other authentication protocols.4.2kAuthlib
python-social-authA social authentication/registration mechanism with support for several frameworks and auth providers.1.9kpython-social-auth
PasslibA password hashing library for Python, providing over 30 schemes and a simple framework for managing existing password hashes.14Passlib
ParamikoA module for Python 2.7/3.4+ that implements the SSHv2 protocol for secure (encrypted and authenticated) connections to remote machines.8.8kParamiko

LibraryDescriptionStars/Web
Beautiful SoupA library that makes it easy to scrape information from web pages, providing Pythonic idioms for iterating, searching, and modifying the parse tree.-Beautiful Soup
lxmlA powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.2.6klxml
jsonThe built-in JSON library in Python for encoding and decoding JSON data.-json - Python Documentation
PandasWhile primarily a data analysis library, Pandas offers robust IO tools for reading and writing data in various formats, including CSV, Excel, JSON, HTML, and SQL databases.41.6kPandas IO Tools
PyYAMLA YAML parser and emitter for Python, allowing for the serialization and deserialization of complex data structures to and from YAML, a human-friendly data serialization standard.2.4kPyYAML
MarshmallowAn ORM/ODM/framework-agnostic library for converting complex data types, such as objects, to and from native Python datatypes.6.9kMarshmallow
ProtobufGoogle's language-neutral, platform-neutral, extensible mechanism for serializing structured data, similar to XML but smaller, faster, and simpler.63.2kProtobuf
pickleThe built-in Python library for serializing and deserializing Python object structures, turning Python objects into byte streams and vice versa.-pickle - Python Documentation

LibraryDescriptionStars/Web
pytestA framework that makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.11.2kpytest
SeleniumA portable framework for testing web applications, providing a playback tool for authoring functional tests.29kSelenium
unittestThe built-in Python framework for writing and running tests, based on the xUnit pattern.-unittest - Python Documentation
nose2The successor to nose, extends unittest to make testing easier. It's less popular now due to pytest's rise, but it's still a powerful tool.771knose2
Robot FrameworkA generic open source automation framework for acceptance testing, acceptance test-driven development (ATDD), and robotic process automation (RPA).8.9kRobot Framework
LocustAn easy-to-use, distributed user load testing tool. It's intended for load testing web sites (or other systems) and figuring out how many concurrent users a system can handle.23.4kLocust
ToxA generic virtualenv management and test command-line tool you can use for checking your package installs correctly with different Python versions and interpreters.63.2kTox
HypothesisA powerful, flexible, and easy-to-use library for property-based testing. It lets you write tests that are parameterized by a source of examples.3.5kHypothesis
BehaveFor behavior-driven development (BDD), Behave uses tests written in a natural language style, backed up by Python code.3kBehave

LibraryDescriptionStars/Web
asyncioThe asyncio library is used to write concurrent code using the async/await syntax in Python.3kasyncio
geventA coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop.6.2kgevent
concurrent.futuresA high-level interface for asynchronously executing callables. It provides a framework for asynchronously executing functions using threads or processes.-concurrent.futures
TwistedAn event-driven networking engine written in Python, which can be used for asynchronous programming.5.4kTwisted
TornadoA Python web framework and asynchronous networking library that can handle thousands of connections at the same time.21.5kTornado
CeleryAn asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.23.2kCelery

LibraryDescriptionStars/Web
cryptographyA package designed to expose cryptographic primitives and recipes to Python developers, offering both high-level recipes and low-level interfaces to common cryptographic algorithms.6.2kcryptography
hashlibA module that implements a common interface to many secure hash and message digest algorithms, including SHA1, SHA224, SHA256, SHA384, SHA512, and MD5.-hashlib
PyCryptodomeA self-contained Python package of low-level cryptographic primitives. It is a fork of PyCrypto that has been enhanced and is actively maintained, designed to replace PyCrypto.2.6kPyCryptodome
ParamikoWhile known for its SSH2 protocol support, Paramiko also includes cryptographic functions and utilities as part of its core.8.8kParamiko
NaCl (libsodium)A high-level cryptographic library that makes it easy to encrypt, decrypt, sign, and verify signatures without needing to manage nonces, keys, or other cryptographic details.1kNaCl (PyNaCl)
OpenSSLA robust, full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. The pyOpenSSL library is a thin wrapper around (a subset of) the OpenSSL library.853kpyOpenSSL
ToolDescriptionStars
WireupA concise, powerful, and type-safe Python DI library, focused on developer experience, ease of use, and type safety52Wireup
Dependency InjectorA comprehensive dependency injection framework for Python, utilizing containers and providers to simplify dependencies.3.5kDependency Injector
LibraryDescriptionStars
ClickA Python package for creating beautiful command line interfaces in a composable way with as little code as necessary.14.9kClick
argparseThe argparse module makes it easy to write user-friendly command-line interfaces. The program defines what arguments it requires, and argparse will figure out how to parse those out of sys.argv.-argparse
TyperA library for building CLI applications that users will love using and developers will love creating. Based on Python 3.6+ type hints.13.3kTyper
DocoptHelps you define your command-line interfaces by parsing the help message that your program prints to the user.7.9kDocopt
FireA library for automatically generating command line interfaces (CLIs) with a single line of code. It turns any Python module, class, or object into a CLI.26.1kFire
PlumbumPlumbum: Shell Combinators and More. It offers local and remote command execution, including command piping, file and path manipulation, and more, aiming for a more Pythonic interface.2.7kPlumbum
RichAlthough not exclusively a CLI library, Rich can be used to enhance the visual appeal of command line applications with rich text and beautiful formatting.46.7kRich

LibraryDescriptionStars
ScrapyAn open source and collaborative framework for extracting the data you need from websites in a fast, simple, yet extensible way.50.5kScrapy
Beautiful SoupA library for pulling data out of HTML and XML files. It provides idiomatic ways of navigating, searching, and modifying the parse tree.-Beautiful Soup
lxmlWhile also a powerful XML and HTML processing library, lxml's speed and ease of use make it great for web scraping.2.6klxml
Requests-HTMLAn HTML parsing library designed to simplify the process of making requests and parsing HTML documents. It integrates functionality from requests and pyquery/pyppeteer for a comprehensive scraping solution.13.5kRequests-HTML
SeleniumAlthough primarily a tool for testing web applications, Selenium can be used for scraping dynamic content that other tools can't handle as it allows for rendering JavaScript.29kSelenium
MechanicalSoupA Python library for automating interaction with websites. It combines the Requests library and BeautifulSoup to simulate a browser without a graphical interface.4.5kMechanicalSoup
Puppeteer (Pyppeteer)A library for controlling headless Chrome or Chromium over the DevTools Protocol. Pyppeteer is the Python version, perfect for tasks requiring JavaScript rendering.3.3kPyppeteer

LibraryDescriptionOfficial Link
MemcachedA high-performance, distributed memory object caching system, intended for use in speeding up dynamic web applications by alleviating database load.Memcached
RedisAn open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries, and streams.Redis
pylibmcA Python wrapper around the libmemcached interface, which is a client library for Memcached written in C. It's a fast and efficient way to interface with Memcached from Python.pylibmc
diskcachePython disk-backed cache (Django-compatible). Faster than Redis and Memcached. Pure Python.diskcache
beakerA library for caching and sessions for use with web applications and stand-alone Python scripts and applications.beaker
hiredisA minimalistic C client library for the Redis database. hiredis-py is a Python wrapper for the hiredis C library. It provides a way to communicate with Redis directly from Python, using the C client for speed.hiredis-py
aioredisAsyncio (PEP 3156) Redis client library. It provides an async interface to Redis, built on top of hiredis and compatible with asyncio.aioredis
pymemcacheA comprehensive, fast, pure-Python memcached client.pymemcache

ToolDescriptionOfficial Link
Flake8A python tool that glues together pyflakes, pycodestyle, and mccabe scripts to check the quality of Python code.Flake8
BlackThe uncompromising Python code formatter. By using it, you delegate the responsibility of code formatting to Black, keeping the code style consistent.Black
isortA Python utility / library to sort imports alphabetically and automatically separate them into sections and by type.isort
PylintA tool that checks for errors in Python code, tries to enforce a coding standard, and looks for code smells.Pylint
MypyAn optional static type checker for Python, aiming to combine the benefits of dynamic (or "duck") typing and static typing.Mypy

LibraryDescriptionOfficial Link
PillowThe Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.Pillow
CSVA module that implements classes to read and write tabular data in CSV format. It allows programmers to write and read data in a format preferred by Excel, without knowing the precise details of the CSV format.CSV Documentation
openpyxlA Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files.openpyxl
PandasOffers powerful data manipulation and analysis via its DataFrame object. It can read and write data in various formats, including CSV, Excel, JSON, HTML, and SQL databases.Pandas
jsonThe built-in JSON library for Python. It can parse JSON from strings or files and can convert dictionaries into JSON strings.json
PyPDF2A library capable of splitting, merging together, cropping, and transforming the pages of PDF files.PyPDF2
xlrd/xlwtLibraries for reading data and formatting information from Excel files in the historic .xls format.xlrd / xlwt

ToolDescriptionOfficial Link
dotenvLoads environment variables from a .env file into process.env, making it easy to manage environment-specific configurations.dotenv
virtualenvA tool to create isolated Python environments. It can create environments with their own installation directories, that can have different Python versions and packages installed.virtualenv
pipenvAims to bring the best of all packaging worlds to the Python world. It automatically creates and manages a virtualenv for your projects and adds/removes packages from your Pipfile as you install/uninstall packages.pipenv
PoetryA tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.Poetry
CondaAn open-source package management system and environment management system that runs on Windows, macOS, and Linux. Conda quickly installs, runs, and updates packages and their dependencies.Conda

LibraryDescriptionOfficial Link
PygameA set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language.Pygame
ArcadeA modern Python framework for crafting games with compelling graphics and sound. Open source and easy to use, it's geared towards teaching programming concepts through game development.Arcade
Panda3DAn open-source, completely free-to-use engine for realtime 3D games, visualizations, simulations, experiments — you name it! Its rich feature set readily tailors to your specific workflow and development needs.Panda3D
PyOpenGLThe most common cross platform Python binding to OpenGL and related APIs. It provides access to the OpenGL library for creating 2D and 3D graphics.PyOpenGL
KivyAn open source Python library for developing multitouch applications. It's cross-platform (Linux/OS X/Windows/Android/iOS) and released under the MIT license. Though not exclusively for games, it's used widely in game development due to its extensive support for gestures and touch.Kivy
Ren'PyA visual novel engine that helps you use words, images, and sounds to tell interactive stories that run on computers and mobile devices. It's great for both beginning and professional creators, and it supports easy creation of visual novels and life simulation games.Ren'Py

LibraryDescriptionOfficial Link
Flask-LoginProvides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.Flask-Login
Django REST FrameworkA powerful and flexible toolkit for building Web APIs. It's a lightweight extension to Django that works well with existing apps and comes bundled with a set of serialization that can be customized and extended.Django REST Framework
Flask-RESTfulAn extension for Flask that adds support for quickly building REST APIs. It is a lightweight abstraction that works with your existing ORM/libraries.Flask-RESTful
Flask-SQLAlchemyAdds SQLAlchemy support to Flask. It simplifies the use of SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks.Flask-SQLAlchemy
Django-AllauthProvides authentication, registration, account management as well as 3rd party (social) account authentication.Django-Allauth
React RouterWhile not a Python library, React Router is a powerful routing library for React that allows the creation of single page applications with dynamic page changes without the need to reload. Useful for Django or Flask backends serving React frontends.React Router
Vue RouterSimilar to React Router but for Vue.js. It enables the development of powerful single-page web applications. This can be useful in projects that use Python backends.Vue Router

ToolDescriptionOfficial Link
PrometheusAn open-source system monitoring and alerting toolkit originally built at SoundCloud, now part of the Cloud Native Computing Foundation. It's focused on reliability and scalability, handling multi-dimensional data collected over time.Prometheus
InfluxDBAn open-source time series database designed to handle high write and query loads. It is a component of the TICK stack.InfluxDB
SQLiteA C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world.SQLite
PostgreSQLA powerful, open source object-relational database system with over 30 years of active development.PostgreSQL
MongoDBA general purpose, document-based, distributed database built for modern application developers and for the cloud era.MongoDB
GraphQLA query language for APIs and a runtime for executing those queries by using a type system you define for your data. It enables declarative data fetching, allowing clients to specify exactly what data they need.GraphQL

ToolDescriptionOfficial Link
Apache KafkaA distributed event platform capable of handling trillions of events a day. Initially conceived as a messaging queue, Kafka is based on an abstraction of a distributed commit log.Apache Kafka
RabbitMQAn open-source message-broker software that originally implemented the Advanced Message Queuing Protocol (AMQP) and has since been extended with a plug-in architecture to support Text Oriented Messaging Protocol (STOMP), MQTT, and other protocols.RabbitMQ
Apache PulsarA cloud-native, distributed messaging and platform originally created at Yahoo! It's designed to provide a highly scalable, durable, and secure event platform.Apache Pulsar
Redis StreamsA new data type introduced in Redis 5.0, which provides a series of features that make it possible to handle streams of data directly within Redis.Redis Streams

ToolDescriptionOfficial Link
Swagger (OpenAPI)A set of tools for designing, building, and documenting RESTful APIs. It offers the Swagger Editor for designing API specifications, the Swagger UI for generating interactive API documentation, and the Swagger Codegen for generating server stubs and client libraries from an OpenAPI Specification.Swagger
SphinxA tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), originally created for the Python documentation.Sphinx
MkDocsA fast and simple static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.MkDocs
Read the DocsA documentation hosting platform that automates the process of building and deploying your Sphinx or MkDocs documentation after each commit or daily. It integrates well with Git, , Bitbucket, and similar platforms.Read the Docs
Postman DocumentationPostman allows you to generate and host beautiful, machine-readable documentation for your APIs. It offers dynamic examples and mock servers, making API testing and sharing easier.Postman
DocusaurusA project for building, deploying, and maintaining open source project websites easily. It supports Markdown, documentation versioning, and features built specifically for documentation websites.Docusaurus
RedocAn open-source tool that can serve as an alternative to Swagger UI. It's React-based and offers a more customizable and visually appealing way to generate interactive API documentation from OpenAPI (Swagger) Definitions.Redoc

ToolDescriptionOfficial Link
AWS CLIThe Amazon Web Services command line interface is a unified tool to manage your AWS services from a terminal session on your own client.AWS CLI
Google Cloud SDKA set of tools that you can use to manage resources and applications hosted on Google Cloud.Google Cloud SDK
Azure CLIDesigned to make scripting easy, flexible, and powerful, it provides the same capabilities as the portal, making it an essential tool for managing Azure resources.Azure CLI
KubernetesAn open-source system for automating deployment, scaling, and operations of application containers across clusters of hosts.Kubernetes
OpenShiftA family of containerization software developed by Red Hat. It's an open source container application platform based on the Kubernetes container orchestrator for enterprise application development and deployment.OpenShift
PuppetA software configuration management tool which includes its own declarative language to describe system configuration.Puppet
DockerAn open platform for developing, shipping, and running applications, Docker enables you to separate your applications from your infrastructure so you can deliver software quickly.Docker
Docker ComposeA tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application's services.Docker Compose
KubernetesAn open-source system for automating deployment, scaling, and management of containerized applications.Kubernetes
AnsibleAn open-source automation tool, or platform, used for IT tasks such as configuration management, application deployment, intra-service orchestration, and provisioning.Ansible
FabricA high-level Python library designed to execute shell commands remotely over SSH, facilitating application deployment and system administration tasks.Fabric
TerraformAn open-source infrastructure as code software tool that provides a consistent CLI workflow to manage hundreds of cloud services. Terraform codifies cloud APIs into declarative configuration files.Terraform
GitLab CI/CDA tool built into GitLab for software development through the continuous methodologies: Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment (CD).GitLab CI/CD
JenkinsAn open-source automation server that enables developers around the world to reliably build, test, and deploy their software.Jenkins
Python JenkinsA Python wrapper for the Jenkins REST API which allows you to access Jenkins servers. This can be used to automate Jenkins server management, job configuration, and job execution.Python Jenkins
MinikubeMinikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a VM on your laptop for users looking to try out Kubernetes or develop with it day-to-day.Minikube
HelmThe package manager for Kubernetes. Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.Helm

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this repository better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/amazing-feature)
  3. Commit your Changes (git commit -m 'Add some amazing-feature')
  4. Push to the Branch (git push origin feature/amazing-feature)
  5. Open a Pull Request