Python Library

Open-source Python projects categorized as Library

Top 23 Python Library Projects

  • ccxt

    A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges

  • Project mention: JavaScript Libraries for Implementing Trendy Technologies in Web Apps in 2024 | dev.to | 2024-04-09

    CCXT

  • Telethon

    Pure Python 3 MTProto API Telegram client library, for bots too!

  • Project mention: Any ideas on where can i store 55000 combat footages? | /r/DataHoarder | 2023-12-09

    1) telegram-upload is based on telethon lib which has default auth parameters. You need to fork and change device ID, name, language pack or else https://github.com/LonamiWebs/Telethon/issues/3194

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • icecream

    🍦 Never use print() to debug again.

  • Project mention: Show HN: Dbg.h: C macro for quick and dirty print debugging | news.ycombinator.com | 2023-11-28

    Hey, very useful. Thanks! Similar to ic() for python, but with the nice ability to be used inline.

    https://github.com/gruns/icecream

  • tianshou

    An elegant PyTorch deep reinforcement learning library.

  • Project mention: Is it better to not use the Target Update Frequency in Double DQN or depends on the application? | /r/reinforcementlearning | 2023-07-05

    The tianshou implementation I found at https://github.com/thu-ml/tianshou/blob/master/tianshou/policy/modelfree/dqn.py is DQN by default.

  • python

    Official Python client library for kubernetes (by kubernetes-client)

  • Project mention: Show HN: Kr8s a batteries-included Python client library for Kubernetes | news.ycombinator.com | 2023-09-13
  • virtualenv

    Virtual Python Environment builder

  • Project mention: Setup and use Virtualenv in Python Applications | dev.to | 2024-04-11

    For more information visit: virtualenv documentation.

  • pyrogram

    Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tensorflow-windows-wheel

    Tensorflow prebuilt binary for Windows

  • best-of-python

    🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.

  • borb

    borb is a library for reading, creating and manipulating PDF files in python.

  • Project mention: Caffè Italia * 30/04/23 | /r/italy | 2023-04-30
  • sslyze

    Fast and powerful SSL/TLS scanning library.

  • Project mention: Tool to check whether 0-RTT is enabled or not | /r/sysadmin | 2023-04-26
  • yt-dlc

    media downloader and library for various sites.

  • Project mention: “YouTube-dlc” the fork of the port from “YouTube-dl” | news.ycombinator.com | 2023-08-26
  • OAuthLib

    A generic, spec-compliant, thorough implementation of the OAuth request-signing logic

  • furl

    🌐 URL parsing and manipulation made easy.

  • Project mention: Parsing URLs in Python | news.ycombinator.com | 2024-03-16
  • graphtage

    A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV.

  • Project mention: Pijul: Version-Control Post-Git • Goto 2023 | news.ycombinator.com | 2023-08-11

    I'm not familiar with Pijul, and haven't finished watching this presentation, but IME the problems with modern version control tools is that they still rely on comparing lines of plain text, something we've been doing for decades. Merge conflicts are an issue because our tools are agnostic about the actual content they're tracking.

    Instead, the tools should be smarter and work on the level of functions, classes, packages, sentences, paragraphs, or whatever primitive makes sense for the project and file that is being changed. In the case of code bases, they need to be aware of the language and the AST of the program. For binary files, they need to be aware of the file format and its binary structure. This would allow them to show actually meaningful diffs, and minimize the chances of conflicts, and of producing a corrupt file after an automatic merge.

    There has been some research in this area, and there are a few semantic diffing tools[1,2,3], but I'm not aware of this being widely used in any VCS.

    Nowadays, with all the machine learning advances, the ideal VCS should also use ML to understand the change at a deeper level, and maybe even suggest improvements. If AI can write code for me, it could surely understand what I'm trying to do, and help me so that version control is entirely hands-free, instead of having to fight with it, and be constantly aware of it, as I have to do now.

    I just finished watching the presentation, and Pijul seems like an iterative improvement over Git. Nothing jumped out at me like a killer feature that would make me want to give it a try. It might be because the author focuses too much on technical details, instead of taking a step back and rethinking what a modern VCS tool should look like today.

    [1]: https://semanticdiff.com/

    [2]: https://github.com/trailofbits/graphtage

    [3]: https://github.com/GumTreeDiff/gumtree

  • dateutil

    Useful extensions to the standard Python datetime features

  • Project mention: Using Openpyxl - keep min date, handle line breaks, handle duplicates | /r/learnpython | 2023-05-01

    Here is an example for a single cell (I'm using the dateutil package to parse the strings):

  • PyPattyrn

    A simple library for implementing common design patterns.

  • best-of-web-python

    🏆 A ranked list of awesome python libraries for web development. Updated weekly.

  • KivyMD

    KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/KivyMD https://habr.com/ru/users/kivymd https://stackoverflow.com/tags/kivymd

  • Project mention: Buildozer won't generate the APK if I use kivy 2.2.0 | /r/kivy | 2023-05-22

    These are the requirements in buildozer.spec that worked: requirements = kivy==master, https://github.com/kivymd/KivyMD/archive/master.zip

  • apache-libcloud

    Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.

  • art

    🎨 ASCII art library for Python

  • Project mention: ART 6.0 released: ASCII and Non-ASCII art library for Python (+ Space support) | /r/coolgithubprojects | 2023-06-14
  • avalanche

    Avalanche: an End-to-End Library for Continual Learning based on PyTorch.

  • mod-pbxproj

    A python module to manipulate XCode projects

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Library related posts

Index

What are some of the best open-source Library projects in Python? This list will help you:

Project Stars
1 ccxt 31,291
2 Telethon 9,030
3 icecream 8,459
4 tianshou 7,378
5 python 6,415
6 virtualenv 4,711
7 pyrogram 4,084
8 tensorflow-windows-wheel 3,625
9 best-of-python 3,400
10 borb 3,283
11 sslyze 3,138
12 yt-dlc 2,846
13 OAuthLib 2,740
14 furl 2,574
15 graphtage 2,317
16 dateutil 2,247
17 PyPattyrn 2,189
18 best-of-web-python 2,163
19 KivyMD 2,088
20 apache-libcloud 2,006
21 art 1,988
22 avalanche 1,660
23 mod-pbxproj 1,183

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com