Showing 481 open source projects for "python module"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 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
  • 1
    pivottablejs

    pivottablejs

    Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook

    PivotTable.js is a Javascript Pivot Table and Pivot Chart library with drag-drop interactivity, and it can now be used with Jupyter/IPython Notebook via the pivottablejs module. I first built PivotTable.js with a plan to build an in-browser data analysis tool, and got as far as one where you could load up a CSV file in the browser for display. Since then, however, the Jupyter project has gathered steam and now provides a browser-based interface to some of the most powerful data processing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    pyNETVARS

    Python module for network variables for CoDeSys PLCs

    CoDeSys v2.3 supports so called network variables. Blocks of (global) variables, that propagates over networks like TCP, UDP or UDP Multicast aso. This python module supports parsing, receiving and sending those blocks (with UDP Multicast only). With this you can add for example a Raspberry Pi Sensor to your automation network without special Network clients on your PLC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pulsar framework

    Pulsar framework

    Event driven concurrent framework for Python

    Event-driven concurrent framework for Python. Pulsar's goal is to provide an easy way to build scalable network programs. In the Hello world! webserver example above, many client connections can be handled concurrently. Pulsar tells the operating system (through epoll or select) that it should be notified when a new connection is made, and then it goes to sleep. Pulsar uses the asyncio module from the standard python library and it can be configured to run in multi-processing mode. The http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    EfiPy

    EfiPy

    Python Library for accessing UEFI BIOS internal function by protocol

    EfiPy is a Python Module on UEFI shell which can access UEFI BIOS kernel interface - System Table - Runtime Services - Boot Services pAnalyzer package - Tracing UEFI protocol calling flow Output protocol flow to screen or file with XML format CorePy (assembly package) - Simple Assembly code in Python environment. EfiPy Shell package- Simple uefi shell program coded with EfiPy library to prove EfiPy workable EfiPy leverage these open source packages - ctypes...
    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
  • 5
    Pygorithm

    Pygorithm

    A Python module for learning all major algorithms

    A Python module to learn all the major algorithms on the go! Purely for educational purposes. If you are using Python 2.7 use pip instead. Depending on your permissions, you might need to use pip install, user pygorithm to install. To see all the available functions in a module, you can just type help() with the module name as an argument.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GPSpvt

    GPSpvt

    Reading Position, Velocity, Time from a GARMIN GPS via native USB

    ... GPS with USB port, and print out device info. But to get viable PVT data, the GPS must support A800 protocol / D800 datatype. For reference see the document: 'Garmin Device Interface Specification, May 19, 2006, May 19, 2006, Drawing Number: 001-00063-00 Rev. C' (file: Garmin Device Interface Specification (May 19, 2006).pdf). Make sure the kernel module 'garmin_gps' is *NOT* loaded; otherwise USB is blocked! Requires Python Version 3.x (developed on 3.5.2).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    TkinterTreectrl

    A Python wrapper for the tktreectrl widget.

    The TkTreectrl module wraps the treectrl tk extension for use with Python/Tkinter.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    wxpy

    wxpy

    Probably the most elegant Wechat personal number API

    On the basis of itchat, wxpy improves the ease of use of the module through a large number of interface optimizations and provides rich function expansion. All in all, it can be used to automate the operation of various WeChat personal accounts. Judging from the recent feedback (late June 2017), there is a certain probability that the use of robots may be restricted from logging in. It is mainly manifested in the inability to log in to Web WeChat (but does not affect other platforms...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    REST framework JWT Auth

    REST framework JWT Auth

    JSON Web Token Authentication support for Django REST Framework

    JSON Web Token Authentication support for Django REST Framework. This package provides JSON Web Token Authentication support for Django REST framework. Unlike some more typical uses of JWTs, this module only generates authentication tokens that will verify the user who is requesting one of your DRF protected API resources. The actual request parameters themselves are not included in the JWT claims which means they are not signed and may be tampered with. You should only expose your API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 10
    ntfy

    ntfy

    Utility for sending notifications, on demand and when commands finish

    ntfy brings notification to your shell. It can automatically provide desktop notifications when long-running commands finish or it can send push notifications to your phone when a specific command finishes. The install technique in the quickstart is the suggested method of installation. It can be installed in a virtualenv, but with some caveats, Linux notifications require system-site-packages for the virtualenv and OS X notifications don’t work at all. ntfy has support for automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pyparsing is a general parsing module for Python. Grammars are implemented directly in the client code using parsing objects, instead of externally, as with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL, and 4-function math
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12
    Noora
    NoOra is a database deployment tool which can be used to automate the database deployment cycle and is designed for agile and or devops teams. The supported database platforms are Oracle and Mysql. The support for Postgresql is work in progress. Feedback is more then welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Simple Python Fixed-Point Module

    Pure-python binary fixed-point arithmetic library

    This Python module provides basic facilities for mathematics on fixed-point numbers. The number of fractional binary digits is tunable, allowing near-arbitrary precision arithmetic. Arithmetic & functions such as sqrt, exp, log, sin & cos are available. For the latest releases please visit https://github.com/rwpenney/spfpm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Password Guessing Framework

    Password Guessing Framework

    A Framework for Comparing Password Guessing Strategies

    The Password Guessing Framework is an open source tool to provide an automated and reliable way to compare password guessers. It can help to identify individual strengths and weaknesses of a guesser, its modes of operation or even the underlying guessing strategies. Therefor, it gathers information about how many passwords from an input file (password leak) have been cracked in relation to the amount of generated guesses. Subsequent to the guessing process an analysis of the cracked...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    EDCC-CNG

    EDCC-CNG

    Exploration and categorization of CREs and CRMs

    ... candidate regulatory elements for further functional analysis. CNG provides an unbiased neural network approach to assess the importance of positional features that were determined by EDCC. To sustain a high computational performance even for large datasets, the mostly in Python 3 written programs use k-mer based indexing, parallelization and a neural network approach for categorization. For further information please refer to the publication: doi.org/10.1371/journal.pone.0190421
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is the home of the P06PymfGUI, a GUI for the analysis of XRF imaging data with the Python Matrix Factorisation Module (code.google.com/p/pymf/). There are Source Code, Windows Executable (64-bit) and a manual in pdf form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    TkinterDnD

    Python wrapper module for tkdnd

    TkinterDnD is a python wrapper for George Petasis' tkDnD Tk extension. tkDnD adds native drag and drop support for windows and (yet partially) unix and Mac OSX to Tk. TkinterDnD makes this functionality available for Python/Tkinter.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18

    JAsyncSocket

    Java asynchronous socket library

    Basic Java infrastructure for asynchronous socket service clients and servers. Inspired by asyncore Python module. See doc/TestServer.java for a server implementation example. See doc/TestClient.java for client implementation examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    python-port-scanner

    A fast and multithreaded port scanner with GUI that is developed using

    A fast and multi-threaded port scanner built in python. It scans the hosts port and return the open ports within a mean time. The GUI is built with the python's tkinter module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Python Tetravigesimal Module

    Convert Decimal to Tetravigesimal and/or vice versa.

    Doesn't support fraction, decimal point and dozenal point yet. Installation: Find the Python '\site-packages' or '/dist-packages' directory location(s). import site; print site.getsitepackages() Place or paste this file (b24.py) in your Python's '\site-packages' or '/dist-packages' directory(s). Testes on Windows7-SP1. *Try changing EOL of 'b24.py' before installing in Linux, if the module fail in Linux. Example usage: import b24 print b24.enc('142') print b24.dec('ba')
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    100 numpy exercises

    100 numpy exercises

    100 numpy exercises (with solutions)

    ... the content of these files, please change the text in the source and run the generators.py module with a python interpreter with the libraries under requirements.txt installed. The keyed text format (ktx) is a minimal human readable key-values to store text (markdown or others) indexed by keys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CuteReport

    CuteReport

    Qt based report solution

    ..., but yet simple to use for inexperienced user and report designers, reporting system. It is supposed to be a product that combines eXaro ideas from Qt world and FastReport functionality from Delphi world and brings the best of them to C++/Qt world and then shares it with Python, Ruby, Perl developers using bindings. СuteReport also has a commercial version. Read about it on the official web site.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 23

    Python Dozenal/Duodecimal Module

    Convert Decimal to Dozenal (a.k.a. Duodecimal) and/or vice versa.

    Doesn't support fraction, decimal point and dozenal point yet. Installation: Find the Python '\site-packages' or '/dist-packages' directory location(s). import site; print site.getsitepackages() Place or paste this file (dozenal.py) in your Python's '\site-packages' or '/dist-packages' directory(s). Testes on Windows7-SP1. *Try changing EOL of 'dozenal.py' before installing in Linux, if the module fail in Linux. Example usage: import dozenal print dozenal.enc('142') print...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    PyUPC-EAN

    A barcode library/module for python.

    PyUPC-EAN is a barcode library/module for Python. It supports the barcode formats upc-e, upc-a, ean-13, ean-8, ean-2, ean-5, itf14, codabar, code11, code39, code93, and msi.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    pyLights is a Python module for controlling Insteon devices (light dimmers, I/O switches, thermostats, etc.) via a serial based PLM.
    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.