Alternatives to Scapy
Compare Scapy alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Scapy in 2024. Compare features, ratings, user reviews, pricing, and more from Scapy competitors and alternatives in order to make an informed decision for your business.
-
1
Auvik
Auvik Networks
Auvik's cloud-based network monitroing and management software gives you instant insight into the networks you manage, and automates complex and time-consuming network tasks. You get complete network visibility and control. Real-time network mapping & inventory means you'll always know exactly whats where, even as your users move. Automated config backup & restore on network devices means you'll mitigate network risk with no manual effort. And deep network traffic insights is a game changer. Whether you are a corporate IT professional or a Managed Service Provider, Auvik has a simple, out of the box solution for you and your team that only take minutes to deploy. -
2
NMIS
FirstWave
FirstWave’s NMIS is a complete network management system that provides fault, performance, and configuration management, performance graphs, and threshold alerts. Business rules allow for highly granular notification policies with many types of notification methods. NMIS consolidates multiple tools into one system, ready for Network Engineers to use. Scalable, flexible, open, and simple to implement and maintain, NMIS is the Network Management System that underpins the operations of over one hundred thousand organizations worldwide – making it one of the most widely used open-source Network Management Systems in the world today. FirstWave enables partners, including some of the world’s largest telcos and managed service providers (MSPs), to protect their customers from cyber-attacks, while rapidly growing cybersecurity services revenues at scale. FirstWave provides a comprehensive end-to-end solution for network discovery, management, and cybersecurity for its partners globally. -
3
Paessler PRTG
Paessler GmbH
Paessler PRTG is an all-inclusive monitoring software solution developed by Paessler. Equipped with an easy-to-use, intuitive interface with a cutting-edge monitoring engine, PRTG optimizes connections and workloads as well as reduces operational costs by avoiding outages while saving time and controlling service level agreements (SLAs). The solution is packed with specialized monitoring features that include flexible alerting, cluster failover solution, distributed monitoring, in-depth reporting, maps and dashboards, and more. PRTG monitors your entire IT infrastructure. All important technologies are supported: • SNMP: ready-to-use and custom options • WMI and Windows Performance Counters • SSH: for Linux/Unix and macOS systems • Traffic analysis using flow protocols or packet sniffing • HTTP requests • REST APIs returning XML or JSON • Ping, SQL, and many more -
4
NetBrain
NetBrain Technologies
NetBrain, founded in 2004, provides a powerful no-code automation platform for hybrid network observability, allowing organizations to enhance their operational efficiency through automated workflows. The platform applies automation across three key workflows: troubleshooting, change management, and assessment. Get network-wide and contextualized analysis across your multi-vendor, multi-cloud network Visualize and document the entire hybrid network using dynamic network maps and end-to-end paths Automate network discovery and ensure data accuracy for a single source of truth Auto-discover and decode your network's golden configurations, discover day 1 issues, and automate configuration drift prevention Automate pre- and post-validations for network changes with application performance context understanding Automate collaborative troubleshooting from human to machine For every network troubleshooting idea, create a map, apply automation from your own library -
5
Nmap
Nmap
The Nmap project tries to defy the stereotype of some open source software being poorly documented by providing a comprehensive set of documentation for installing and using Nmap. This page links to official Insecure.Org documentation and generous contributions from other parties. Nmap Network Scanning is the official guide to the Nmap Security Scanner, a free and open-source utility used by millions of people for network discovery, administration, and security auditing. From explaining port scanning basics for novices to detailing low-level packet crafting methods used by advanced hackers, this book suits all levels of security and networking professionals. A 42-page reference guide documents every Nmap feature and option, while the rest of the book demonstrates how to apply those features to quickly solve real-world tasks. Examples and diagrams show actual communication on the wire. -
6
pyglet
pyglet
The cross-platform windowing and multimedia library for Python. pyglet is a powerful, yet easy-to-use Python library for developing games and other visually-rich applications on Windows, Mac OS X, and Linux. It supports windowing, user interface event handling, Joysticks, OpenGL graphics, loading images, and videos, and playing sounds and music. All of this with a friendly Pythonic API, that's simple to learn and doesn't get in your way. pyglet is provided under the BSD open-source license, allowing you to use it for both commercial and other open-source projects with very little restriction. No external dependencies or installation requirements. For most application and game requirements, pyglet needs nothing else besides Python, simplifying distribution and installation. This makes it easy to package your project with freezers such as PyInstaller. pyglet provides real platform native windows, allowing you to take advantage of multiple windows and multi-monitor desktops.Starting Price: Free -
7
requests
Python Software Foundation
Requests is a simple, yet elegant, HTTP library. Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your PUT & POST data, but nowadays, just use the JSON method! Requests is one of the most downloaded Python packages today, pulling in around 30M downloads/week, according to GitHub, Requests is currently depended upon by 1,000,000+ repositories. You may certainly put your trust in this code. Requests is available on PyPI. Requests is ready for the demands of building robust and reliable HTTP–speaking applications, for the needs of today. Automatic content decompression and decoding. International domains and URLs. Sessions with cookie persistence. Browser-style TLS/SSL verification. Basic & digest authentication, and familiar dict–like cookies. Multi-part file uploads. SOCKS proxy support. Connection timeouts and streaming downloads.Starting Price: Free -
8
zdaemon
Python Software Foundation
zdaemon is a Unix (Unix, Linux, Mac OS X) Python program that wraps commands to make them behave as proper daemons. zdaemon provides a script, zdaemon, that can be used to run other programs as POSIX (Unix) daemons. (Of course, it is only usable on POSIX-complient systems.) Using zdaemon requires specifying a number of options, which can be given in a configuration file, or as command-line options. It also accepts commands teling it what to do. Start a process as a daemon. Stop a running daemon process. Stop and then restart a program. Find out if the program is running. Send a signal to the daemon process. Reopen the transcript log. Commands can be given on a command line, or can be given using an interactive interpreter. We can specify a program name and command-line options in the program command. Note, however, that the command-line parsing is pretty primitive.Starting Price: Free -
9
ruffus
ruffus
Ruffus is a computation pipeline library for python. It is open-sourced, powerful and user-friendly, and widely used in science and bioinformatics. Ruffus is designed to allow scientific and other analyses to be automated with the minimum of fuss and the least effort. Suitable for the simplest of tasks. Handles even fiendishly complicated pipelines which would cause make or scons to go cross-eyed and recursive. No "clever magic", no pre-processing. Unambitious, the lightweight syntax which tries to do this one small thing well. Ruffus is available under the permissive MIT free software license. This permits free use and inclusion even within proprietary software. It is good practice to run your pipeline in a temporary, “working” directory away from your original data. Ruffus is a lightweight python module for building computational pipelines. Ruffus requires Python 2.6 or higher or Python 3.0 or higher.Starting Price: Free -
10
urllib3
urllib3
urllib3 is a powerful, user-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries. Thread safety, connection pooling, client-side TLS/SSL verification. File uploads with multipart encoding. Helpers for retrying requests and dealing with HTTP redirects. Support for gzip, deflate, and brotli encoding. Proxy support for HTTP and SOCKS. 100% test coverage. urllib3 is one of the most downloaded packages on PyPI and is a dependency of many popular Python packages like Requests, Pip, and more! urllib3 is made available under the MIT License. The API Reference documentation provides API-level documentation. The User Guide is the place to go to learn how to use the library and accomplish common tasks. The more in-depth Advanced Usage guide is the place to go for lower-level tweaking.Starting Price: Free -
11
statsmodels
statsmodels
statsmodels is a Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests and statistical data exploration. An extensive list of result statistics is available for each estimator. The results are tested against existing statistical packages to ensure that they are correct. The package is released under the open-source Modified BSD (3-clause) license. statsmodels supports specifying models using R-style formulas and pandas DataFrames. Have a look at dir(results) to see available results. Attributes are described in results.__doc__ and results methods have their own docstrings. You can also use numpy arrays instead of formulas. The easiest way to install statsmodels is to install it as part of the Anaconda distribution, a cross-platform distribution for data analysis and scientific computing. This is the recommended installation method for most users.Starting Price: Free -
12
Lan-Secure Switch Center
Lan-Secure
Switch Center is network management and monitoring software for managed network switches, routers and hubs from any vendor supporting SNMP BRIDGE-MIB that helps to discover, monitor and analyze network connectivity and performance and provides real-time network discovery, mapping and topology solution for IT environments. Switch Center can be connected through any network port without the need of remote agents or special network configuration. The unique network discovery and monitoring engine provides complete network topology mapping and performance of local and remote network devices and nodes with interconnecting trunks and VLANs information. The software supports SNMPv1/2 and SNMPv3 discovery options including VLANs monitoring engine and port mapping capabilities. The built-in central software viewer supports multiple management levels and provides automatic network discovery and mapping using OSI Layer 2 and Layer 3 topology monitoring including real-time reports.Starting Price: $99 one-time payment -
13
yarl
Python Software Foundation
All URL parts, scheme, user, password, host, port, path, query, and fragment are accessible by properties. All URL manipulations produce a new URL object. Strings passed to constructor and modification methods are automatically encoded giving canonical representation as result. Regular properties are percent-decoded, use raw_ versions for getting encoded strings. Human-readable representation of URL is available as .human_repr(). PyPI contains binary wheels for Linux, Windows and MacOS. If you want to install yarl on another operating system (like Alpine Linux, which is not manylinux-compliant because of the missing glibc and therefore, cannot be used with our wheels) the tarball will be used to compile the library from the source code. It requires a C compiler and Python headers installed. Please note that the pure-Python (uncompiled) version is much slower. However, PyPy always uses a pure-Python implementation, and, as such, it is unaffected by this variable.Starting Price: Free -
14
NetworkX
NetworkX
NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. Generators for classic graphs, random graphs, and synthetic networks. Additional benefits from Python include fast prototyping, easy to teach, and multi-platform. Network structure and analysis measures.Starting Price: Free -
15
Easy-IP
Crypton Computers
Easy-IP is a fast, web-based IP Address Management (IPAM) solution, designed to help you manage your entire IP network infrastructure more efficiently. Using a powerful SNMP Network Discovery engine, Easy-IP enables you to maintain an accurate, up-to-date inventory for all your network devices. Allocate and track IP addresses dynamically. Eliminate duplicate IP address errors. Reduce IP admin costs by up to 50%. Manage multiple tenancies and overlapping IP address spaces. With Easy-IP you can keep track of all your IPv4/IPv6 Subnets, VLANS, IP addresses DNS hostnames and vital network devices like routers, switches & servers. Intuitive HTML5 Web Interface. Automated IPv4 & IPv6 Subnet Allocation. Rapid SNMP Network Auto-Discovery. Granular Role-Based Access Rights. Advanced Import/Export Functions. Powerful full-text Search Capabilities. Flexible Management Reports. User-Defined Custom Fields. Web Services SOAP API. SNMP MIB Browser. Switch Port Mapper.Starting Price: $495 one-time payment -
16
websockets
Python Software Foundation
An implementation of the WebSocket Protocol (RFC 6455 & 7692). websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. Built on top of asyncio, Python’s standard asynchronous I/O framework, it provides an elegant coroutine-based API. websockets is heavily tested for compliance with RFC 6455. Continuous integration fails under 100% branch coverage. websockets is built for production. For example, it was the only library to handle backpressure correctly before the issue became widely known in the Python community. Memory usage is optimized and configurable. A C extension accelerates expensive operations. It’s pre-compiled for Linux, macOS, and Windows and packaged in the wheel format for each system and Python version. websockets takes care of everything under the hood so you can focus on your application!Starting Price: Free -
17
Mako
Mako
It provides a familiar, non-XML syntax that compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django and Jinja2 templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. As templates are ultimately compiled into Python bytecode, Mako's approach is extremely efficient and was originally written to be just as fast as Cheetah. Today, Mako is very close in speed to Jinja2, which uses a similar approach and for which Mako was an inspiration. Can access variables from their enclosing scope as well as the template's request contextStarting Price: Free -
18
Infinera Transcend Software Suite
Infinera
Transcend Software Suite, accessible, modular, application-based network automation. Transcend the current boundaries of your network's capabilities with Infinera's multi-layer, multi-domain, multi-vendor software suite. The Infinera Transcend Software Suite is a comprehensive software platform, offering network automation solutions that support operational simplification, resource optimization, and fast service delivery, enabling network transformation. Built on cloud-native technologies, Transcend unleashes the power of network automation through applications ranging from network discovery and path computation to closed-loop automation and analytics. Industry-proven open and modular solutions that are easy to deploy. Infinera is a global supplier of innovative networking solutions that enable enterprises, governments, carriers, and cloud operators to scale network bandwidth, accelerate service innovation, and automate network operations. -
19
MyLanViewer
MyLanViewer
MyLanViewer Network/IP Scanner is a powerful IP address scanner for local area network (LAN). This application will help you find all IP addresses, MAC addresses and shared folders of computers on your wired or wireless (Wi-Fi) network. The program scans network and displays your network computers in an easy to read, buddy-list style window that provides the computer name, IP address, MAC address, NIC vendor, OS version, logged users, shared folders and other technical details for each computer. It is able to monitor your external IP address and send email notifications when it changes. MyLanViewer Network/IP Scanner can also turn on and off remote computers, view and control your shared folders, terminate user sessions, show netstat information, detect rogue DHCP servers and other network tools. -
20
Intermapper
Fortra
Intermapper's network monitoring software helps you create a network map, giving you a live view of what's happening on your network. Color-coded statuses tell you what's up and what's down. A variety of map layout options and icon choices help bring your unique IT environment to life. When there's trouble, Intermapper sends you real-time alerts via text, email, sound, and more. You'll be able to find and fix technology issues before users or customers are impacted. Spot problems across your distributed environment in seconds (not hours). You and your IT team will save time, reduce frustration, and keep customers and users happy. Automatically discover and document every IP-enabled device in your network within minutes with network mapping software from Intermapper. Customize the look of your map with hundreds of icons and background options. You can also create hierarchical maps and sub-maps to show certain network areas, such as a floor of a building, classroom, or closet. -
21
Advanced IP Scanner
Advanced IP Scanner
Advanced IP Scanner has proven itself through the years as a reliable and helpful tool to manage LAN and perform a wide range of networking tasks. Each new version is rigorously tested by Famatech and beta testers from around the world. The company considers all recommendations on product improvement in order to create the best possible solution for customers. Advanced IP Scanner is integrated with Radmin, Famatech’s other popular product for remote tech support. This greatly expands the capabilities of Advanced IP Scanner and simplifies the system administrator’s job. Famatech software is used by global leaders in technology, including IBM, Sony, Nokia, HP, Siemens and Samsung, as well as by major telecommunications operators, government organizations, and financial institutions.Starting Price: Free -
22
Cisco Network Assistant
Cisco
Cisco Network Assistant simplifies wired and wireless network management for networks up to 80 devices with its intuitive GUI and a task-based menu. Cisco Network Assistant is free and is optimized to apply common services across Cisco switches, routers, wireless controllers, and access points. Through a direct link to Cisco Active Advisor you can view important information pertaining to the products on your network, such as Warranty and Contract Information, Advisories and End of Life notifications. Cisco Active Advisor will be automatically populated with the devices managed through Cisco Network Assistant. Network administrators get a centralized view of the network with Cisco Network Assistant. They also have the flexibility to employ its features across Cisco products for small to midsize businesses or branch offices. Network discovery and convenient display in a topology map. Configuration management of Cisco products fitting small and medium businesses. -
23
ManageEngine OpUtils
ManageEngine
OpUtils is IP address and switch port management software that is geared towards helping engineers efficiently monitor, diagnose, and troubleshoot IT resources. OpUtils complements existing management tools by providing trouble shooting and real-time monitoring capabilities. It helps network engineers manage their switches and IP address space with ease. With a comprehensive set of over 20 tools, this switch port management tool helps with network monitoring tasks like detecting a rogue device intrusion, keeping an eye on bandwidth usage, monitoring availability of critical devices, backing up Cisco configuration files, and more. Enable advanced IP scanning of IPv4 and IPv6 subnets in your network to identify the available and used IP addresses. Scan all the switches in your network, map switch ports, run port scans and view details such as physical location, user, and more. Identify rogue device intrusions and block access to these devices.Starting Price: $138.00 -
24
openpyxl
openpyxl
openpyxl is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files. It was born from a lack of an existing library to read/write natively from Python in the Office Open XML format. All kudos to the PHPExcel team as openpyxl was initially based on PHPExcel. By default, openpyxl does not guard against quadratic blowup or billion laughs XML attacks. To guard against these attacks install defusedxml. Install openpyxl using pip. It is advisable to do this in a Python virtualenv without system packages. Sometimes you might want to work with the checkout of a particular version. This may be the case if bugs have been fixed but a release has not yet been made. There is no need to create a file on the filesystem to get started with openpyxl. Just import the Workbook class and start work. Sheets are given a name automatically when they are created. Once you gave a worksheet a name, you can get it as a key of the workbook.Starting Price: Free -
25
SolarWinds Network Discovery Tool
SolarWinds
Automatically discover the SNMP-enabled devices across your network with SolarWinds® Network Performance Monitor (NPM). NPM’s network discovery tool, Network Sonar Wizard, uses SNMP monitoring to quickly create a detailed inventory of your network devices. Once you provide the list of IP addresses, IP range, or subnets, along with SNMP credentials, NPM is built to do the rest. Use Network Performance Monitor to run a single discovery or schedule discovery jobs that can identify new devices. Keeping network topology maps up to date manually can be a difficult task and only becomes more complicated as your network scales up or takes on new devices. SolarWinds NPM is designed to make network visualization easy with custom dynamic network mapping. You can create dozens of auto-updated maps and easily adjust their visual features as needed. This tool also allows you to display device performance metrics, so you can more easily visualize the performance of your network. -
26
Nagios XI
Nagios Enterprises, LLC
Provides monitoring of all mission-critical infrastructure components including applications, services, operating systems, network protocols, systems metrics, and network infrastructure. Hundreds of third-party addons provide for monitoring of virtually all in-house applications, services, and systems. Provides a central view of your entire IT operations network and business processes. Powerful dashboards provide at-a-glance access to powerful monitoring information and third-party data. Views provide users with quick access to the information they find most useful. Automated, integrated trending and capacity planning graphs allow organizations to plan for infrastructure upgrades before outdated systems catch them by surprise. Alerts are sent to IT staff, business stakeholders, and end-users via email or mobile text messages, providing them with outage details so they can start resolving issues immediately.Starting Price: $1995.00/one-time -
27
Pillow
Pillow
The 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. The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool. Pillow for enterprise is available via the Tidelift subscription. The Python Imaging Library is ideal for image archival and batch processing applications. You can use the library to create thumbnails, convert between file formats, print images, etc. The current version identifies and reads a large number of formats. Write support is intentionally restricted to the most commonly used interchange and presentation formats. The library contains basic image processing functionality, including point operations, filtering with a set of built-in convolution kernels, and color space conversions.Starting Price: Free -
28
Bokeh
Bokeh
Bokeh makes it simple to create common plots, but also can handle custom or specialized use-cases. Plots, dashboards, and apps can be published in web pages or Jupyter notebooks. Python has an incredible ecosystem of powerful analytics tools: NumPy, Scipy, Pandas, Dask, Scikit-Learn, OpenCV, and more. With a wide array of widgets, plot tools, and UI events that can trigger real Python callbacks, the Bokeh server is the bridge that lets you connect these tools to rich, interactive visualizations in the browser. Microscopium is a project maintained by researchers at Monash University. It allows researchers to discover new gene or drug functions by exploring large image datasets with Bokeh’s interactive tools. Panel is a tool for polished data presentation that utilizes the Bokeh server. It is created and supported by Anaconda. Panel makes it simple to create custom interactive web apps and dashboards by connecting user-defined widgets to plots, images, tables, or text.Starting Price: Free -
29
waiting
Python Software Foundation
waiting is a small library for waiting for stuff to happen. It basically waits for a function to return True, in various modes. Waiting is compatible with flux for simulated timelines. The most basic usage is when you have a function you want to wait for. Waiting forever is very simple. If your predicate returns a value, it will be returned as the result of wait(). A timeout parameter can also be specified. When a timeout expires without the predicate being fulfilled, an exception is thrown. Sleeping polls the predicate at a certain interval (by default 1 second). The interval can be changed with the sleep_seconds argument. When waiting for multiple predicates, waiting provides two simple facilities to help aggregate them, any and all. They resemble Python’s built-in any() and all(), except that they don’t call a predicate once it has been satisfied (this is useful when the predicates are inefficient and take time to complete).Starting Price: Free -
30
Seaborn
Seaborn
Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics. For a brief introduction to the ideas behind the library, you can read the introductory notes or the paper. Visit the installation page to see how you can download the package and get started with it. You can browse the example gallery to see some of the things that you can do with seaborn, and then check out the tutorials or API reference to find out how. To see the code or report a bug, please visit the GitHub repository. General support questions are most at home on StackOverflow, which has a dedicated channel for seaborn. -
31
PyQtGraph
PyQtGraph
PyQtGraph is a pure-python graphics and GUI library built on PyQt/PySide and NumPy. It is intended for use in mathematics/scientific/engineering applications. Despite being written entirely in python, the library is very fast due to its heavy leverage of NumPy for number crunching and Qt's GraphicsView framework for fast display. PyQtGraph is distributed under the MIT open-source license. Basic 2D plotting in interactive view boxes. Line and scatter plots. Data can be panned/scaled by mouse. Fast drawing for real-time data display and interaction. Displays most data types (int or float; any bit depth; RGB, RGBA, or luminance). Functions for slicing multidimensional images at arbitrary angles (great for MRI data). Rapid update for video display or real-time interaction. Image display with interactive lookup tables and level control. Mesh rendering with isosurface generation. Interactive viewports rotate/zoom with mouse. Basic 3D scenegraph for easier programming.Starting Price: Free -
32
pandas
pandas
pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language. Tools for reading and writing data between in-memory data structures and different formats: CSV and text files, Microsoft Excel, SQL databases, and the fast HDF5 format. Intelligent data alignment and integrated handling of missing data: gain automatic label-based alignment in computations and easily manipulate messy data into an orderly form.Aggregating or transforming data with a powerful group by engine allowing split-apply-combine operations on data sets. Time series-functionality: date range generation and frequency conversion, moving window statistics, date shifting and lagging. Even create domain-specific time offsets and join time series without losing data. -
33
parsel
Python Software Foundation
Parsel is a BSD-licensed Python library to extract and remove data from HTML and XML using XPath and CSS selectors, optionally combined with regular expressions. Create a selector object for the HTML or XML text that you want to parse. Then use CSS or XPath expressions to select elements. CSS is a language for applying styles to HTML documents. It defines selectors to associate those styles with specific HTML elements. XPath is a language for selecting nodes in XML documents, which can also be used with HTML. You can use either CSS or XPath. CSS is usually more readable, but some things can only be done with XPath. Being built atop lxml, parsel selectors support some EXSLT extensions and come with pre-registered namespaces to use in XPath expressions. Parsel selectors allow you to chain selectors, so most of the time you can just select by class using CSS and then switch to XPath when needed.Starting Price: Free -
34
Material Design Lite
Material Design Lite
Material Design Lite (MDL) is a library of components for web developers based on Google's Material Design Philosophy: "A visual language for our users that synthesizes the classic principles of good design with the innovation and possibility of technology and science." Understanding the goals and principles of Material Design is critical to the proper use of the Material Design Lite components. If you have not yet read the Material Design Introduction you should do so before attempting to use the components. To use the dialog component, you must be using a browser that supports the dialog element. Only Chrome and Opera have native support at the time of writing. For other browsers you will need to include the dialog polyfill or create your own. Once you have dialog support create a dialog element. The element when using the polyfill must be a child of the body element. Within that container, add a content element with the class mdl-dialog content.Starting Price: Free -
35
Leaflet
Leaflet
Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. Weighing just about 42 KB of JS, it has all the mapping features most developers ever need. Leaflet is designed with simplicity, performance, and usability in mind. It works efficiently across all major desktop and mobile platforms, can be extended with lots of plugins, has a beautiful, easy-to-use, and well-documented API, and a simple, readable source code that is a joy to contribute to. Leaflet doesn't try to do everything for everyone. Instead, it focuses on making the basic things work perfectly. Hardware acceleration on mobile makes it feel as smooth as native apps. Utilizing CSS3 features to make panning and zooming really smooth. Smart polyline/polygon rendering with dynamic clipping and simplification makes it very fast. The modular build system for leaving out features you don't need. Tap delay elimination on mobile.Starting Price: Free -
36
IPy
IPy
The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 addresses and networks. It was greatly inspired by RIPE’s Perl module NET::IP’s interface but doesn’t share the implementation. It doesn’t share non-CIDR netmasks, so funky stuff like a netmask of 0xffffff0f can’t be done here. It can detect about a dozen different ways of expressing IP addresses and networks, parse them and distinguish between IPv4 and IPv6 addresses. Nearly all class methods which return a string have an optional parameter ‘wantprefixlen’ which controls if the prefixlen or netmask is printed. Per default the prefilen is always shown if the network contains more than one address. You can also change the defaults on an per-object basis by fiddling with the class members.Starting Price: Free -
37
TeeChart
Steema Software
Full 100% Delphi source code is available to you as an option. Discover the user-friendly editor dialogs, available both at design time and also run-time, for almost every component and sub-component. Steema provides products and services aimed at meeting your highest expectations on getting the best value for your money. We have been innovating for TeeChart components since 1995 and endeavor to continue to bring you the best of new features in the future. You can also use TeeChart (sourcecode version only) with FMXLinux to port/build your charting applications to/for Linux with Embarcadero Delphi 10.2 Tokyo and up. TeeChart will scale and fit to any screen size. If you're building dashboards you can place multiple, resizeable charts on each dashboard panel. FireMonkey framework will handle most of the variations for the different platforms. See examples showing how to use TeeChart for FireMonkey apps.Starting Price: $99 per year -
38
Telerik DevCraft
Telerik
Get 1,250+ .NET and JavaScript components for building feature-rich and professionally designed web, desktop, and mobile apps in less time and with fewer efforts. Plus, complete .NET embedded reporting. Standardize the look and feel of your applications across the board. Out-of-the-box themes and limitless customization options allow you to quickly present a professional, well-packed frontend to your users. Simplify your everyday software development tasks. Cut down with up to 50% development time, increase productivity, and follow the latest technology and user experience trends. Review demos, tutorials, feature descriptions, code samples, and detailed APIs. Benefit from leading support even during your free trial, extensive documentation, and community forums. Enjoy the finest and most complete software development tooling collection with .NET and JavaScript UI components for web, desktop, and mobile applications, reporting and report management solutions, automated testing, etc.Starting Price: $1,299 per developer -
39
MockK
MockK
Mocking is a technique to make testing code readable and maintainable. In three consequent articles, I would like to show the basics, features, and quirks of the MockK library. It is a new open-source library (github repository) focused on making mocking in Kotlin great. Injection first tries to match properties by name, then by class or superclass. Check the lookupType parameter for customization. Properties are injected even if private is applied. Constructors for injection are selected from the biggest number of arguments to lowest.Starting Price: Free -
40
pytest
pytest
pytest helps you write better programs. The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. Due to pytest’s detailed assertion introspection, only plain assert statements are used. Detailed info on failing assert statements. Auto-discovery of test modules and functions. Modular fixtures for managing small or parametrized long-lived test resources. Can run unittest (including trial) and nose test suites out of the box. Supports Python 3.6+ and PyPy 3. Rich plugin architecture, with over 315+ external plugins and thriving community. The maintainers of pytest and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. -
41
Mocha
Mocha
Mocha runs in the browser. Every release of Mocha will have new builds of ./mocha.js and ./mocha.css for use in the browser. By adding an argument (usually named done) to it() to a test callback, Mocha will know that it should wait for this function to be called to complete the test. This callback accepts both an Error instance (or subclass thereof) or a falsy value; anything else is invalid usage and throws an error (usually causing a failed test). These reporters expect Mocha to know how many tests it plans to run before execution. This information is unavailable in parallel mode, as test files are loaded only when they are about to be run. In serial mode, tests results will “stream” as they occur. In parallel mode, reporter output is buffered; reporting will occur after each file is completed. In practice, the reporter output will appear in “chunks” (but will otherwise be identical). If a test file is particularly slow, there may be a significant pause while it’s running.Starting Price: Free -
42
Refraction
Refraction
Refraction is a code-generation tool for developers. It uses AI to generate code for you. You can use it to generate unit tests, documentation, refactor code, and more. Generate code using AI in 34 languages — Assembly, C#, C++, CoffeeScript, CSS, Dart, Elixir, Erlang, Go, GraphQL, Groovy, Haskell, HTML, Java, JavaScript, Kotlin, LaTeX, Less, Lua, MatLab, Objective-C, OCaml, Perl, PHP, Python, R Lang, Ruby, Rust, Sass / SCSS, Scala, Shell, SQL, Swift, and TypeScript. Join thousands of developers around the world using Refraction to generate documentation, create unit tests, refactor code, and more using AI. Use the power of AI to automate the tedious parts of software development like testing, documentation, and refactoring, so you can focus on what matters. Refactor, optimize, fix and style-check your code. Generate unit tests for your code with various test frameworks. Explain the purpose of your code to make it easier to understand.Starting Price: $8 per month -
43
dbForge Unit Test
Devart
dbForge Unit Tests for SQL Server is a GUI-based tool available as an add-in for SQL Server Management Studio. This tool enables users to implement and automate unit testing directly within SSMS. Key Features: - Isolated unit testing to avoid affecting the actual database - Writing unit tests in T-SQL without additional tools - Simple installation and uninstalling of the tSQLt framework for writing unit tests - Performing multiple unit tests simultaneously - Integrating unit tests into DevOps processes - Running unit tests via the command line - Access to the collection of unit test examples - Safe refactoring in large databases The tool features a Test List Manager, a separate tab within the SSMS interface for creating, editing, managing, and running unit tests. This integration allows teams to stay within SSMS, eliminating the need for learning and switching between different tools, thus supporting a more comfortable environment and efficient performance.Starting Price: $169.95 -
44
WebDriverIO
WebDriverIO
WebdriverIO allows you to automate any application written with modern web frameworks such as React, Angular, Polymeror Vue.js as well as native mobile applications for Android and iOS. WebdriverIO not only runs automation based on the WebDriver protocol, it also leverages native browser APIs to enable integrations to popular developer tools such as Chrome DevTools orGoogle Lighthouse. With the plugin you have access to commands for validating if you app is a valid PWA application as well as to commands for capturing frontend performance metrics such as speedIndex and others. The WebdriverIO testrunner comes with a command line interface that provides a nice configuration utility that helps you to create your config file in less than a minute. It also gives an overview of all available 3rd party packages like framework adaptions, reporter and services and installs them for you! -
45
Cantata
QA Systems
Cantata is a unit and integration testing tool, enabling developers to verify standard compliant or business critical code on host native and embedded target platforms. Cantata helps accelerate compliance with the standard’s dynamic testing requirements by automating test framework generation, test execution. results diagnostics and report generation. Cantata is integrated with an extensive set of embedded development toolchains, from compilers and static analysis tools to build and requirements management tools. The ECLIPSE® GUI, tight tool integrations and tests written in the source C/C++ code, all make Cantata easy to use. Cantata has been independently certified by SGS-TÜV SAAR GmbH for the main software safety standards. Standard specific Cantata tool certification kits are provided free of charge and contain everything needed out-of-the-box as well as comprehensive guidance to help you achieve certification for your device software. -
46
Nova AI
Nova AI
Nova AI automates many of the non-productive testing tasks that developers face during implementation. Our solutions work behind the scenes and complete these tasks without your developers having to use different interfaces or tools. Automatically generate and execute unit, integration, and end-to-end tests from a single platform. Both current and newly generated tests are executed, with results and insights surfaced. All your data is completely isolated and we never share it. We've enabled SSL-encrypted transit and industry-standard 256-bit AES encrypted at rest, and SOC 2 Type 2 is in progress. -
47
MettleCI
Data Migrators
Reducing the time, cost, risk, uncertainty, and stress of DataStage delivery. Ensure all jobs comply with your coding standards, or use MettleCI's extensive library of best practices. Manage code in Git, directly from the DataStage Designer client, without any command line headaches. Promote your code from Development to Production using a fully-automated delivery pipeline. Give sequences the boot and allow MettleCI to build and run your job schedule automatically. Let MettleCI handle the heavy lifting of testing to ensure your builds are deployable without problems. No command lines, hacking, or complex config files. Test, build, and deploy using point-and-click. -
48
Karma
Karma
The main goal for Karma is to bring a productive testing environment to developers. The environment being one where they don't have to set up loads of configurations, but rather a place where developers can just write the code and get instant feedback from their tests. Because getting quick feedback is what makes you productive and creative. Test your code on real browsers and real devices such as phones, tablets or on a headless PhantomJS instance. Control the whole workflow from the command line or your IDE - just save a file and Karma will run all the tests. Karma also watches all the files, specified within the configuration file, and whenever any file changes, it triggers the test run by sending a signal to the testing server to inform all of the captured browsers to run the test code again. Each browser then loads the source files inside an IFrame, executes the tests and reports the results back to the server.Starting Price: Free -
49
Selenium
Software Freedom Conservancy
Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should) also be automated as well. If you want to create robust, browser-based regression automation suites and tests, scale and distribute scripts across many environments, then you want to use Selenium WebDriver, a collection of language specific bindings to drive a browser - the way it is meant to be driven. If you want to create quick bug reproduction scripts, create scripts to aid in automation-aided exploratory testing, then you want to use Selenium IDE; a Chrome and Firefox add-on that will do simple record-and-playback of interactions with the browser. If you want to scale by distributing and running tests on several machines and manage multiple environments from a central point. -
50
Puppeteer
Puppeteer
Most things that you can do manually in the browser can be done using Puppeteer! Puppeteer-core is intended to be a lightweight version of Puppeteer for launching an existing browser installation or for connecting to a remote one. Be sure that the version of puppeteer-core you install is compatible with the browser you intend to connect to. Puppeteer will be familiar to people using other browser testing frameworks. You create an instance of Browser, open pages, and then manipulate them with Puppeteer's API. By default, Puppeteer downloads and uses a specific version of Chromium so its API is guaranteed to work out of the box. To use Puppeteer with a different version of Chrome or Chromium, pass in the executable's path when creating a Browser instance.Starting Price: Free