Showing 211 open source projects for "python module"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    PySSH is a Python module for programmatically controlling ssh and scp. NOTE: This project is no longer maintained. Please consider using Paramiko (https://github.com/paramiko/paramiko) instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    TrustedPickle is a Python module which lets you create and sign your data files. By using public/private key techniques, this module protects your users from loading malicious data files that others might claim you created. LEGAL FOR EXPORT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PyMonitor module is used to add support for enable runtime monitoring/inspecting of an running Python application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Convert numbers to words. Package includes base module, and language-specific modules for US English, (old) UK English, German, French, and Spanish, with more expected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 5
    General resource handling module for Python. It is developed with wxPython GUI resources in mind, but unlike the XRC resource system, this is an universal solution, applicable to anything you can call a resource and much more flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    pyxntp is a Python module which allows the implementation of a Reference Clock Driver from python, via the xntpd Shared Memory interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The Python xmlite module is an extremely light weight XML parser and printer. It does not use the DOM or SAX interfaces but instead works with simple nested lists to represent an XML document.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The dynamic duo of CDDB.py and DiscID.py, along with their side-kick C module cdrommodule.so, provide an easy way for Python programs to fetch information on audio CDs from CDDB (http://www.cddb.com/) -- a very large online database of track listings a
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 9
    Decision Analysis is an easily-extensible expert system to help users make decisions of all types. Written entirely in Python, Decision Analysis, at this time, contains a general decsion module, which uses a weighted average technique to evaluate use
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    log4py is a logging module for python, similar to log4j
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CUITK stands for "Configuration UI ToolKit". It is a simple toolkit for developing simple graphical user interfaces. It is a Python module. It has two display backends: WWW and GTK2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    POSH (Python Object Sharing) is an extension module to Python that enables processes to share Python objects by placing them in shared memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A set of Python modules and classes with calendar-functions, mostly notable handling of holidays. This is not another date/time-manipulation module but uses mxDateTime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Python module to convert dates between different calendar systems (Gregorian, Julian, ISO, Hebrew, Islamic, Mayan, Indian Civil, Baha'i, Persian, French Republican). Additionally, a module exists for retrieving the Gergorian dates for US holidays
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Proctor is a tool for running unit tests for Python programs. It uses the standard unittest module, and provides a GUI and command line interface for finding and running all tests available in a package or set of packages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    A TextMap module for Python. The TextMap class can be used to emulate oldfashioned computer screens. It will have methods like writexy(x,y,text), input = readxy(x,y,text), clear(), scroll(x,y), change(coloroptions), settext(text), input = gettext()
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A python module which uses standardly-formatted comment headers to parse option syntax, provide documentation, as well as provide utility functions based on this information such as syntax(), help(), warning(), and error().
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is an add-on module for AOLserver that embeds a Python interpreter in-process (much as mod_python does for Apache).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PyJSW is a set of Python bindings for the libjsw joystick wrapper library. This Python module provides an object interface to any joystick devices supported by libjsw.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A module for python that adds cpan-like functionality
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tim Peters' FixedPoint.py + Write docs for the Library Reference manual. I expect the existing module docstring will be a good start. + Create a test driver for Python's regression suite. + Have fun modernizing it, if you like (for example,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AlsaPlayer-Python is a set of python bindings. It allows you to write custom interfaces for AlsaPlayer using the full power of the Python language. Also provided is a Python module to control AlsaPlayer from external programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Python extension module to allow access to Aladdin's hasp dongle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Designed to aid in the conversion of Python modules to C extension modules while keeping the same interface into the module. This will make it easier to convert existing Python code into C code to give it a speed boost without changing to existing code
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Pythius is a set of tools to assess and improve the quality of Python code. This is commonly done by applying different code metrics. It also contains an Aspect Oriented Programming module based on ideas from AspectJ.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.