Showing 529 open source projects for "python-snap7"

View related business solutions
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
    Try for free
  • Dun and Bradstreet Risk Analytics - Supplier Intelligence Icon
    Dun and Bradstreet Risk Analytics - Supplier Intelligence

    Use an AI-powered solution for supply and compliance teams who want to mitigate costly supplier risks intelligently.

    Risk, procurement, and compliance teams across the globe are under pressure to deal with geopolitical and business risks. Third-party risk exposure is impacted by rapidly scaling complexity in domestic and cross-border businesses, along with complicated and diverse regulations. It is extremely important for companies to proactively manage their third-party relationships. An AI-powered solution to mitigate and monitor counterparty risks on a continuous basis, this cutting-edge platform is powered by D&B’s Data Cloud with 520M+ Global Business Records and 2B+ yearly updates for third-party risk insights. With high-risk procurement alerts and multibillion match points, D&B Risk Analytics leverages best-in-class risk data to help drive informed decisions. Perform quick and comprehensive screening, using intelligent workflows. Receive ongoing alerts of key business indicators and disruptions.
    Learn More
  • 1
    SciBook is a framework for xslt transformation from xhtml to html. The transformation can be extended by adding plugins. The standard LaTeX plugin can convert LaTeX code to images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Read single-band NASA PDS (Planetary Data System) Image files in Python. Query header information and extract binary image data in a format suitable for PIL (Python Imaging Library). Works for Pathfinder and Mars Exploration Rover images, maybe others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Modular, network based system for integrating separate multimedia systems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    wxReSTedit is a cross-platform ReST GUI editor. It is inspired from ReSTedit,a ReStructuredText GUI editor on MAX OS, and aimed to be easier to use than docFactory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Inventors: Validate Your Idea, Protect It and Gain Market Advantages Icon
    Inventors: Validate Your Idea, Protect It and Gain Market Advantages

    SenseIP is ideal for individual inventors, startups, and businesses

    senseIP is an AI innovation platform for inventors, automating any aspect of IP from the moment you have an idea. You can have it researched for uniqueness and protected; quickly and effortlessly, without expensive attorneys. Built for business success while securing your competitive edge.
    Learn More
  • 5
    PyINI is a cross-platform INI file parser library that can read, edit and create INI files. INI is a plain text format for storing program profile. PyINI is written in Python, and C/C++ (and other languages in the future) binding is also avaiable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PyWeaver is going to be a fully functional HTML editor. It uses wxPython. We will being using Procedural Programming to give us the flexibility, simplicity and the kind of code reuse that Object Orientation cannot give at this stage of development.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Splice is a Python-based content aggregation and publishing platform. It provides all of the features of a common weblog combined with synchronization capabilities, allowing content to be slurped in from external sources, classified, and published.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Image2DocInfo has been made to quickly tag digital pictures. A GUI allows you to set attributes for an image, and then store them in XML files. Those files follow the Dublin Core naming scheme and are stored in the same directories than the pictures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A general purpose passthrough import graphics filter compatible with Microsoft Word 97 or 2003, allows the ability to paste graphics of potentially any format into a Word document. Compiles with Microsoft Visual C++ 6 or above.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 10
    YAML (tm) is a straight-forward data serilization language, offering an alternative to XML where markup (named lists and mixed content) are not needed. YAML borrows ideas from rfc822, SAX, C, HTML, Perl, and Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CryptoPy is a pure python implmentation of cryptographic algorithms and applications. The algorithms are developed for readability more than speed. The collection now includes IEEE 802.11i specific algorithms that generated the test vectors for 802.11i.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FEVal, the Finite Element Evaluator written in Python, provides easy conversion for many Finite Element data formats (both binary and ascii). Mesh modification is very easy. Values of model results can be accessed given coordinates in physical space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SchemaDoc is a XML-based markup language for documenting XML schemas. The work products include both the vocabulary and a set of tools for combining it with the schema source (e.g. a DTD) to produce documentation in HTML, XML DocBook, LaTeX, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Write your HotSync conduit in Python. Initial source code kindly donated by Jeff Senn. Project source almost complete when donated. Currently Alpha status due to dormancy. Project is a Python module that talks to the Palm C HotSync APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Python library parser for the Windows NT/2k/XP/Vista registry file format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    rss2mail is some script thats take RSS feed and write all items into UNIX mbox file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A python based utility to export key value pair into a CSV file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is a collection of Python functions, with which data can be exported from the Python environment to a file which can be viewed in GoogleEarth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    PySimpleTable

    Lightweight Python 2D table object with column headers

    For 2D data objects in Python, you have 3 main options: - Numpy Array - Pandas DataFrame (built on np.array) - SQL table Numpy and Pandas are great for working with a complete set of data, but not very efficient for building up row by row. SQL is good for building up the object row by row, but you have to write SQL and leave the world of Python objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project is in very early stage, but i decided to put it here :) For now it can only get data from account, but i'm working on it all time. TravianAuto is written in Python. Enjoy :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Python library for interacting with the XMPP Publish/Subscribe system (XEP-0060). PubSubClient implements the client-side functionality (not server) in an asynchronous and self-contained way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Python library that handles and manages communication between client and blip.pl server via blip.pl API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Port of Texy! markup language formatter into Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PySOS, a python-based implementation of the OGC SOS standard. PySOS is a lightweight set of scripts that work in conjunction with a web server to serve data from a relational database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    pyModeliXe is a Python template engine. Designers will appreciate its Dreamweaver support, and its XML compliant templates. Developers will be pleased about its plug-ins system, error management and the template cache.
    Downloads: 0 This Week
    Last Update:
    See Project