Alternatives to parsel
Compare parsel alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to parsel in 2025. Compare features, ratings, user reviews, pricing, and more from parsel competitors and alternatives in order to make an informed decision for your business.
-
1
jsoup
jsoup
jsoup is a Java library that simplifies working with real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, and XPath selectors. jsoup implements the WHATWG HTML5 specification and parses HTML to the same DOM as modern browsers. With jsoup, you can scrape and parse HTML from a URL, file, or string; find and extract data using DOM traversal or CSS selectors; manipulate HTML elements, attributes, and text; clean user-submitted content against a safelist to prevent XSS attacks; and output tidy HTML. jsoup is designed to deal with all varieties of HTML found in the wild, from pristine and validating to invalid tag-soup, creating a sensible parse tree. For example, you can fetch the Wikipedia homepage, parse it to a DOM, and select the headlines from the "In the news" section into a list of elements. -
2
Scrapy
Scrapy
Scrapy is a fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing. Built-in support for selecting and extracting data from HTML/XML sources using extended CSS selectors and XPath expressions, with helper methods to extract using regular expressions. Built-in support for generating feed exports in multiple formats (JSON, CSV, XML) and storing them in multiple backends (FTP, S3, local filesystem). Robust encoding support and auto-detection, for dealing with foreign, non-standard and broken encoding declarations. -
3
Nightwatch.js
Nightwatch.js
Nightwatch.js is an integrated, easy to use End-to-End testing solution for web applications and websites, written in Node.js. It uses the W3C WebDriver API to drive browsers and perform commands and assertions on DOM elements. Simple but powerful syntax which enables you to write tests very quickly, using Javascript (Node.js) and CSS or Xpath selectors. Typescript is supported as well. Built-in command-line test runner which runs the tests either sequentially or in parallel, with retries and implicit waits. Also supports grouping of test suites and tags. Manages automatically Selenium or WebDriver services (ChromeDriver, GeckoDriver, Edge, Safari) in a separate child process. Fluent and easy to work with Page Object Model support to better organise elements and sections, with support for both CSS or Xpath selectors.Starting Price: Free -
4
AgentQL
AgentQL
Forget fragile XPath or DOM selectors. AI-powered AgentQL finds elements reliably, even as websites change. Use natural language to find exact elements. Locates web elements by their meaning. Use natural language description instead of fragile XPath and DOM selectors. Get the results in exactly the shape you need. Built to be deterministic in the best way possible. Get started by installing our Chrome extension, your gateway to a seamless web scraping experience. Extract data from websites with ease. Secure your access with a unique API key, your gateway to utilizing the powerful features of AgentQL, ensuring a secure experience across your apps. Dive into the capabilities of AgentQL by writing your first query, a simple way to specify what data or web elements you want to extract from a website. Explore the power of AgentQL SDK to start automating. Quickly gather essential data, boosting analytics and insights.Starting Price: $99 per month -
5
UI-licious
Uilicious
Stop writing brittle tests with hard-coded CSS, XPATH selectors and waits. Write tests that are meaningful to people, effortless to maintain, and reusable. The reason for this is because writing your tests using hard-coded CSS and XPATH selectors is like pouring concrete onto a specific UI implementation. This creates very high-maintenance tests that break at the slightest changes to the UI and are very hard for humans to read. UI-licious uses dynamic code analysis to understand the structure of your website based on the use of semantic HTML and ARIA accessibility attributes, as well as context of the previous commands, to identify which is the intended element to target for every command. This means that even if the HTML code for the UI changes underneath the code, the test is valid as long as the user journey remains the same. That said, your website doesn't to be written perfectly for UI-licious to work.Starting Price: $90 per month -
6
Beautiful Soup
Beautiful Soup
Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree. Beautiful Soup's support for Python 2 was discontinued on December 31, 2020: one year after the sunset date for Python 2 itself. From this point onward, new Beautiful Soup development will exclusively target Python 3. The final release of Beautiful Soup 4 to support Python 2 was 4.9.3. Beautiful Soup is licensed under the MIT license, so you can also download the tarball, drop the bs4/ directory into almost any Python application (or into your library path) and start using it immediately.Starting Price: Free -
7
Polymer
Polymer
The Polymer library provides a set of features for creating custom elements. These features are designed to make it easier and faster to make custom elements that work like standard DOM elements. Similar to standard DOM elements, Polymer elements can be instantiated using a constructor or document creation element, configured using attributes or properties, populated with internal DOM inside each instance, responsive to property and attribute changes, styled with internal defaults or externally, and responsive to methods that manipulate its internal state. Registering an element associates a class with a custom element name. The element provides callbacks to manage its lifecycle. Polymer also lets you declare properties, to integrate your element's property API with the Polymer data system. Shadow DOM provides a local, encapsulated DOM tree for your element. Polymer can automatically create and populate a shadow tree for your element from a DOM template.Starting Price: Free -
8
Xmplify
Xmplify
Xmplify is a 64-bit native application providing a fully XML-aware editing environment. It offers intelligent editing aids and suggestions by analyzing XML content in real-time. It features an outline view that displays the document's structure and updates automatically with edits. For documents with a DTD or XML Schema, Xmplify performs automatic validation and offers auto-completion based on the document's definition, displaying relevant documentation for each suggestion. In the absence of a specified DTD or Schema, Xmplify can automatically derive one to facilitate accurate auto-completion. Additional features include quick navigation to element definitions, support for XSL transformations with built-in and external processors, live web previews for (X)HTML documents, and powerful search capabilities using XPath and regular expressions.Starting Price: $59 one-time payment -
9
python-docx
python-docx
python-docx is a Python library for creating and updating Microsoft Word (.docx) files. Paragraphs are fundamental in Word. They’re used for body text, but also for headings and list items like bullets. You’re free to specify both width and height, but usually, you wouldn’t want to. If you specify only one, python-docx uses it to calculate the properly scaled value of the other. This way the aspect ratio is preserved and your picture doesn’t look stretched. If you don’t know what a Word paragraph style is you should definitely check it out. Basically, it allows you to apply a whole set of formatting options to a paragraph at once. python-docx allows you to create new documents as well as make changes to existing ones. Actually, it only lets you make changes to existing documents; it’s just that if you start with a document that doesn’t have any content, it might feel at first like you’re creating one from scratch.Starting Price: Free -
10
Browser Use
Browser Use
Browser Use is an open source Python library that enables AI agents to interact seamlessly with web browsers. Combining advanced AI capabilities with robust browser automation allows AI agents to perform tasks such as applying for jobs, visiting links, extracting information, and answering messages on platforms like WhatsApp. The library supports multiple large language models, including GPT-4, Claude 3, and Llama 2, facilitating complex web operations through a simple interface. Key features include visual recognition combined with HTML structure extraction for comprehensive web interaction, automatic multi-tab management for handling complex workflows, element tracking by extracting XPaths of clicked elements to repeat exact LLM actions, and the ability to add custom actions like saving to files, database operations, notifications, or human input handling. Browser Use also incorporates intelligent error handling and automatic recovery for robust automation workflows. -
11
React Toolbox
React Toolbox
Bootstrap your application with beautiful Material Design components. React Toolbox is a set of React components that implements Google Material Design specification. It's built on top of some of the trendiest proposals like CSS Modules (written in SASS), Webpack, and ES6. The library harmoniously integrates with your Webpack workflow and it's easily customizable and very flexible. Check our awesome documentation (which is built using React Toolbox) and try all the components with live examples. We've created a playground so you don't need to install anything to fall in love with our components, so fun! The app bar is a special kind of toolbar that’s used for branding, navigation, search, and actions. Usually, it contains controls on the right and left side and a title with the current section or app name. You should give the content with children elements. Consists of text, an image, or both, designed in accordance with your app’s color theme.Starting Price: Free -
12
python-sql
Python Software Foundation
python-sql is a library to write SQL queries in a pythonic way. Simple selects, select with where condition. Select with join or select with multiple joins. Select with group_by and select with output name. Select with order_by, or select with sub-select. Select on other schema and insert query with default values. Insert query with values, and insert query with query. Update query with values. Update query with where condition. Update query with from the list. Delete query with where condition, and delete query with sub-query. Provides limit style, qmark style, and numeric style.Starting Price: Free -
13
BuildVu
IDR Solutions
With BuildVu, you’ll unlock precise PDF-to-HTML/SVG conversion, giving you greater control and added functionality over PDF in your web application. -Optimized Content: BuildVu intelligently converts PDFs, optimizing for smaller file sizes and fast rendering in browsers. -File Metadata: Access PDF data in JSON format, including metadata, word lists, outlines (bookmarks), and annotations. -Thumbnails: Generate high-quality page thumbnails with customizable dimensions. -Annotations: Enjoy support for various annotation types (Links, Popups, Sound/Video, Text, Highlight, Underline) in easy-to-use JSON format. -search.json: Extract all text from the document alongside the HTML content. -Font Conversion: Restructure embedded fonts for compatibility across web browsers. -Office Conversion: Combine BuildVu with LibreOffice for seamless conversion from Office formats (Word, PowerPoint, Excel).Starting Price: $450 per month -
14
NG-Bootstrap
NG-Bootstrap
As simple as Angular & Bootstrap CSS. Nothing else. If you know Angular, you also know ng-bootstrap. All the Bootstrap widgets you know like carousel, modal, popover, tooltip, navs plus some additional goodies like datepicker, rating and typeahead. All code is tested with almost 100% coverage, all changes are meticulously reviewed. We are not cutting corners. All the widgets are accessible. We use proper HTML elements and required aria attributes. Keyboard navigation and focus management work as expected. We've created angular-ui/bootstrap and have spent several years doing widget development. A number of team members are core Angular contributors. We give back to the community by contributing to projects we build upon (Angular, Bootstrap).Starting Price: Free -
15
GuideChimp
Labs64
GuideChimp can be seamlessly integrated with any web app and ready to drop into your application using React, Vue.js, Angular, ES Modules, or plain JavaScript and HTML. GuideChimp works well with tools you already use and can be easily customized through SCSS and clean CSS to look like an integral part of your product. GuideChimp is extendable using out-of-the-box and third-party plugins, which enhance functionality with usability, feedback, analytics, etc. tools. GuideChimp is well documented and the open-source library is easy to integrate and have a very short learning curve. GuideChimp is simple and robust enough to provide results with minimal effort! Set up it in just 3 minutes! Let GuideChimp look like an integral part of your software product by configuring its look & feel. Raise visitors attention by adding a beacon to any element on the web page.Starting Price: $60 per year -
16
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 -
17
pygame
pygame
Pygame is a set of Python modules designed for writing video games. Pygame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every platform and operating system. Pygame is free. Released under the LGPL license, you can create open-source, freeware, shareware, and commercial games with it. With dual-core CPUs common, and 8-core CPUs cheaply available on desktop systems, making use of multi-core CPUs allows you to do more in your game. Selected pygame functions release the dreaded python GIL, which is something you can do from C code. Uses optimized C and assembly code for core functions. C code is often 10-20 times faster than python code, and assembly code can easily be 100x or more times faster than python code. Comes with many operating systems. Just an apt-get, emerge, pkg_add, or just install away.Starting Price: Free -
18
Headless UI
Headless UI
Headless UI is a library of completely unstyled, fully accessible UI components designed to integrate seamlessly with Tailwind CSS. It offers a range of components for both React and Vue. These components are built with accessibility in mind, adhering to WAI-ARIA design patterns and providing full keyboard navigation support. Because they are unstyled by default, developers have complete control over the look and feel, allowing for easy customization to match any design system. Headless UI components expose state information through data attributes and render props, enabling developers to conditionally apply styles based on component states such as focus, open, selected, or disabled. This approach ensures that the components are both flexible and accessible, making them suitable for building custom, high-quality user interfaces. With Headless UI, developers can create complex UI elements like modals, dropdowns, and tabs without sacrificing accessibility or design flexibility.Starting Price: Free -
19
Unirest
Kong
Unirest is a set of lightweight HTTP libraries available in multiple languages, built and maintained by Kong, who also maintains the open-source API Gateway Kong. To utilize Unirest for node.js install the npm module. You're probably wondering how using Unirest makes creating requests easier. Besides automatically supporting gzip, and parsing responses, you can start with basic examples. A request can be initiated by invoking the appropriate method on the Unirest object, then calling .end() to send the request. Alternatively, you can send the request directly by providing a callback along with the URL. Provides simple and easy-to-use methods for manipulating the request prior to being sent. This object is created when a Unirest method is invoked. This object contains methods that are chainable like other libraries such as jQuery and popular request module Superagent (which this library is modeled after slightly).Starting Price: Free -
20
NGX-Bootstrap
Valor Software
We put much effort into making ngx-bootstrap modular so you can implement your templates, styles, whatnot. All components are designed with extensibility and adaptivity in mind. You can expect them to work on Mobile and Desktop with the same level of performance. We have incorporated a set of style guides and guidelines to enhance both code maintainability and readability. Also, we always support the latest Angular versions and provide full unit-test coverage. Being developers ourselves, we understand the importance of documentation. Well-written and continually updated docs significantly ease up the life of developers and improve overall software quality. We are doing our best to provide you with the most complete and easy-to-understand documentation out there. While working with visually rich libraries, you need to know what you are getting without going through the installation hassle. That is why we have developed a great set of demos for most of the component’s methods.Starting Price: Free -
21
Apache Xalan
The Apache Software Foundation
The Apache Xalan Project develops and maintains libraries and programs that transform XML documents using XSLT standard stylesheets. Our subprojects use the Java and C++ programing languages to implement the XSLT libraries. The Xalan-Java 2.7.2 was released in April 2014. You can download the current release the current Xalan-Java 2.7.2 release for your development. The current work in progress can be found in the subversion repository. The current release fixes a security issue that was registered against version 2.7.1. The old Xalan-J 2.7.1 distributions are still available on the Apache Archives. This is a mature project. There has been some discussion about supporting XPath-2. We could use your support in this major rework of the library. You can follow the efforts and post your own contributions on the Java users and developers mail lists. -
22
Momentic
Momentic
We make AI do the heavy lifting for you, finding elements, reasoning about assertions, visual comparisons, and even generating whole tests. Instead of XPath or CSS selectors, our AI locates elements based on their visual appearance and accessibility attributes. Craft assertions from any logical statement or visual condition. Record your interactions and let Momentic generate the test for you. Use the Momentic app to create and run tests locally as you develop. No need to deploy your app. Save Momentic tests in your codebase and keep them in sync during development. Momentic automatically tracks in-flight requests and waits for them to complete. Run arbitrary JavaScript to set up the environment for a test, you have access to libraries like Moment and Axios. -
23
ZeroStep
ZeroStep
ZeroStep unlocks the power of GPT-3.5 and GPT-4 to make Playwright tests simpler and more resilient to change. Instead of CSS selectors or XPath locators, ZeroStep's AI assistant determines what actions to take at runtime based on your plain-text instructions. Since ZeroStep integrates directly into Playwright, you can incorporate AI into as few or as many tests as you'd like, without changing your development workflow. Script complex interactions and assertions using plain-text instructions. Use the good parts of Playwright while avoiding common E2E testing pitfalls. No selectors are used, ever. ZeroStep's AI assistant determines what actions to take at runtime. Build tests quickly by expressing actions and assertions as plain text instructions. If you can express what you want tested, you can automate it. Since tests aren't coupled to the implementation details of the application, you can take a TDD approach to write E2E tests.Starting Price: $20 per month -
24
Wijmo
GrapeCity
High-performance JavaScript UI controls for enterprise apps. Build lightweight, high-speed HTML5/JavaScript apps with zero dependencies, fast! New in Wijmo 2022 v1: - Inventory management reference app built in Angular - Website traffic monitoring reference app built in Angular - FlexMap added to GeoDashboard reference app - Rotated Spline Chart - Re-order FlexGrid rows with drag and drop General Features of Wijmo: - CellTemplates for Angular, React and Vue FlexGrids - Use Wijmo’s single set of true JavaScript controls in any framework, including Angular, React, and Vue.js - Use controls as native HTML elements with Wijmo Web Components - Filter, group, sort, and more with FlexGrid, JavaScript’s fastest data grid - Visualize data with 80+ charts and controls - Instantly analyze and aggregate data with OLAP Pivot GridStarting Price: $695 per user per year -
25
ActiveReports
GrapeCity
ActiveReports is a complete reporting solution for .NET. Deliver beautiful reports with our intuitive Visual Studio integrated report designer and rich controls. - Feature packed reporting for WinForms, WPF, ASP.NET, MVC, .NET Core, and .NET Core 3 - End User Report Designers for Web and Desktop - Flexible API and expressions support for dynamic reporting - Multiple report types to fit all reporting needs - 10+ Export formats What's New in ActiveReports. NET v16: - .NET 6 support - New Blazor Viewer - New Wizards - Chart upgrades - Mixed Page Orientation for Page Reports - InputField Control for Section Reports What's New in ActiveReportsJS v2.1: - Display dynamic HTML content with RichText support - Angular, React, and Vue Report Designer Components - Designer enhancements - Revised Report Author GuideStarting Price: $849/developer -
26
FormVu
IDR Solutions
FormVu is an SDK designed to convert PDF Form files into standalone HTML with interactive form components. Here are some of its key features: -Interactive Conversion: Converts PDF forms into HTML while retaining their appearance and functionality. -Data Security: Runs on your own servers, ensuring customer data remains secure and private. -Versatile Integration: Supports both AcroForms and XFA Forms and can be integrated into web applications. -Flexible Output: Allows saving filled forms back as PDFs or posting data as HTML form data or JSON. -Users can continue to use Forms in a web browser. Converted PDF forms retain their appearance and interaction. Data can be saved to the original file. -PDF forms can be easily and securely integrated into a Web application workflow while retaining all their interaction and functionality. -Forms are converted and hosted on your Computers. FormVu is not a cloud service and makes no calls outside. So customer data is alwaysStarting Price: $1,800 per month -
27
Ant Design
Ant Design
This is Ant Design's internal standard for evaluating design quality. Based on the assumption that "everyone is pursuing happiness at work", we have added the two values of "Meaningfulness" and "Growth" on the basis of "Certainty" and "Naturalness" to guide each designer towards better judgment and decision-making. Ant Design React is dedicated to providing a good development experience for programmers. Before starting, it is recommended to learn React and ES2015 first, and correctly install and configure Node.js v8 or above. The official guide also assumes that you have intermediate knowledge about HTML, CSS, and JavaScript, and React. If you are just starting to learn front-end or React, it may not be the best idea to use the UI framework as your first step.Starting Price: Free -
28
CVXOPT
CVXOPT
CVXOPT is a free software package for convex optimization based on the Python programming language. It can be used with the interactive Python interpreter, on the command line by executing Python scripts, or integrated in other software via Python extension modules. Its main purpose is to make the development of software for convex optimization applications straightforward by building on Python’s extensive standard library and on the strengths of Python as a high-level programming language. Efficient Python classes for dense and sparse matrices (real and complex), with Python indexing and slicing and overloaded operations for matrix arithmetic. Interfaces to the linear programming solver in GLPK, the semidefinite programming solver in DSDP5, and the linear, quadratic and second-order cone programming solvers in MOSEK.Starting Price: Free -
29
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 -
30
Anysite Scraper
Ahmad Software Technologies
If want to build your own targeted business leads database or want a web data-mining software for a variety of websites then you need a custom web scraper that can scrape specific data according to your business requirements. If you have such requirements then "Anysite Scraper" is the right choice. "Anysite Scraper" is the best and easy-to-use data scraper that can extract data from multiple web sites in a single place. That's why you don’t need to buy multiple web data extractors for multiple web sites. It enables you to extract formatted data as per your own choice from any website having proper html and supporting Xpath because "Anysite Scraper" works on the basis of Xpath. It is highly precise and well-organized web data extractor software for searching and extracting data which exists on your targeted websites.Starting Price: $64.99 per month -
31
DHTMLX
DHTMLX
DHTMLX is a JavaScript UI library that provides a set of highly customizable and flexible components for building modern and responsive web applications. The library includes more than 30 UI components, such as Gantt, Scheduler, Kanban, diagrams, charts, grids, spreadsheets, calendars, trees, forms, and more. DHTMLX helps to advance web development and build feature-rich data-intensive applications of any complexity. One of the key advantages of DHTMLX is its compatibility with different web frameworks, including React, Angular, and Vue.js, which makes it a great choice for developers who are already working with these frameworks. DHTMLX is also designed with performance in mind. Its components are optimized for fast rendering. A comprehensive and rich API provides a straightforward way to manipulate JavaScript/HTML5 UI widgets. The library has detailed API documentation, tutorials, and examples that help developers quickly get up to speed and start building their apps.Starting Price: $79 -
32
Onsen UI
Onsen UI
Experience streamlined development with zero-time setup, using the technologies you already know and love - Javascript, HTML and CSS. Worried that PhoneGap / Cordova apps are slow? Fear not! All animations in Onsen UI have been tuned and optimized to perform well on a wide range of devices. We take great care to ensure that apps made using Onsen UI feel smooth even on lower end devices. Onsen UI is easy to learn while being a powerful tool to create complex mobile apps. We have lots of learning resources including official documentation, an interactive tutorial and a community forum where your questions get answered. A rich variety of UI components specially designed for mobile apps. Onsen UI provides tabs, side menu, stack navigation and tons of other components such as lists and forms.Starting Price: Free -
33
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 -
34
Belle
Belle
Belle provides you with a set of React components like Toggle, ComboBox, Rating, TextInput, Button, Card, Select and soon many more. All of the components are optimized to work both on mobile & desktop devices. The styles are highly customizable on two levels. You can configure the base styles of all the components as well as modify each one of them individually.Starting Price: Free -
35
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 -
36
imageio
imageio
Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, volumetric data, and scientific formats. It is cross-platform, runs on Python 3.5+, and is easy to install. Imageio is written in pure Python, so installation is easy. Imageio works on Python 3.5+. It also works on Pypy. Imageio depends on Numpy and Pillow. For some formats, imageio needs additional libraries/executables (e.g. ffmpeg), which imageio helps you to download/install. If something doesn’t work as it should, you need to know where to search for causes. The overview on this page aims to help you in this regard by giving you an idea of how things work, and - hence - where things may go sideways.Starting Price: Free -
37
zope.interface
Python Software Foundation
This package is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project. This package provides an implementation of “object interfaces” for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as an implementation of the Design By Contract methodology support in Python. Interfaces are objects that specify (document) the external behavior of objects that “provide” them. An interface specifies behavior through informal documentation in a doc string, attribute definitions, and invariants, which are conditions that must hold for objects that provide the interface. Attribute definitions specify specific attributes. They define the attribute name and provide documentation and constraints of attribute values. Attribute definitions can take a number of forms.Starting Price: Free -
38
Plotly Dash
Plotly
Dash & Dash Enterprise let you build & deploy analytic web apps using Python, R, and Julia. No JavaScript or DevOps required. Through Dash, the world's largest companies elevate AI, ML, and Python analytics to business users at 5% the cost of a full-stack development approach. Deliver apps and dashboards that run advanced analytics: ML, NLP, forecasting, computer vision and more. Work in the languages you love: Python, R, and Julia. Reduce costs by migrating legacy, per-seat licensed software to Dash Enterprise's open-core, unlimited end-user pricing model. Move faster by deploying and updating Dash apps without an IT or DevOps team. Create pixel-perfect dashboards & web apps, without writing any CSS. Scale effortlessly with Kubernetes. Support mission-critical Python applications with high availability. -
39
Aptugo
Aptugo
Build scalable Web and Mobile Apps fast and easy with Aptugo's visual interface. Have full control of your source code to access limitless possibilities. Aptugo empowers you to build any Web or Mobile App you can think of, faster and with proven quality standards. Aptugo has more than 100 components to drag & drop. They can be customized and reused endlessly. Developers can also create new ones, with their own DNA, to drag, drop and reuse within their library. Aptugo brings more than 100 elements already available to drag, drop & reuse. Users can create and add their own components. Components can be adapted to any programming language. Experienced developers can create and define elements with their own handcrafted code! It can be any element from the back or front-end: charts, maps, forms, a LinkedIn API connector, the sky is the limit.Starting Price: Free -
40
Formidable Victory
Formidable
Victory is a set of modular charting components for React and React Native. Victory makes it easy to get started without sacrificing flexibility. Create one-of-a-kind data visualizations with fully customizable styles and behaviors. Victory uses the same API for web and React Native applications for easy cross-platform charting. Fully contained, reusable data visualization elements are responsible for their own styles and behaviors. A React.js based library for creating sleek presentations using JSX syntax with the ability to live demo your code! Universal React Query Library is a blazing-fast GraphQL client, exposed as a set of ReactJS components. A physics-based animation library for React inspired by the natural world.Starting Price: Free -
41
Base UI
Base UI
Base UI is a library of headless ("unstyled") React components and low-level hooks, offering developers complete control over their application's CSS and accessibility features. Extracted from Material UI, these components are now available as a standalone package, providing the same robust engineering without implementing Material Design. Base UI includes prebuilt components with production-ready functionality and low-level hooks for transferring that functionality to other components. With Base UI, developers can rapidly build on top of foundational components using any styling solution they choose, no needing to override any default style engine or theme. It abstracts away aspects of UI development like accessibility, cross-browser compatibility, and event handling, allowing developers to focus on design implementation. Base UI's skeletal components give a sturdy foundation to apply custom styles with ease, supporting styling methods such as vanilla CSS, Tailwind CSS, etc.Starting Price: Free -
42
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 -
43
Lucide
Lucide
Lucide is an open source icon library offering over 1,500 lightweight, scalable vector graphics (SVG) icons designed with a strict set of design rules for consistency in style and readability. These icons are highly customizable, allowing developers to adjust color, size, stroke width, and more to match their UI needs. Lucide's icons are tree-shakable, ensuring that only the icons used are included in the final bundle, optimizing performance. The library provides official packages for various frameworks and platforms, including React, Vue, Svelte, Solid, Angular, Preact, Astro, React Native, and Flutter, facilitating easy integration into diverse projects. Lucide also offers a web-based customizer for real-time icon adjustments and supports accessibility best practices. As a community-driven project and a fork of Feather Icons, Lucide encourages contributions and maintains active engagement through GitHub and Discord.Starting Price: Free -
44
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 -
45
NumPy
NumPy
Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today. NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more. NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries. The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code. NumPy’s high level syntax makes it accessible and productive for programmers from any background or experience level. NumPy brings the computational power of languages like C and Fortran to Python, a language much easier to learn and use. With this power comes simplicity: a solution in NumPy is often clear and elegant.Starting Price: Free -
46
ComponentOne
GrapeCity
ComponentOne includes FlexGrid, the industry's best datagrid, plus charting, reporting, input, and more controls across every .NET platform. .NET UI controls are reusable design elements that help developers implement a wide variety of features in their .NET applications in less time. ComponentOne provides a complete set of high-performing, flexible .NET controls, including datagrids, charts, reports, input, and more. Expand your Visual Studio toolbox with hundreds of .NET controls like datagrids and charts, equipped with modern styles and numerous easy-to-use, built-in features. Take your enterprise apps further with specialized controls for financial charting and BI/pivot tables built to achieve optimal performance. We pledge our commitment to at least three major releases a year that include enhancements, new components, and maintenance releases throughout the year.Starting Price: $1,495 per developer -
47
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. -
48
SaaS Hammer
SaaS Hammer
SaaS Hammer is a comprehensive Django SaaS template designed to accelerate product development by integrating Django with Hotwire, thereby enhancing productivity and enabling developers to focus on perfecting their products. It offers a modern frontend development workflow utilizing Webpack and SWC (Speedy Web Compiler), complete with live reload functionality for immediate feedback during development. The template incorporates Tailwind CSS for crafting clean user interfaces and provides built-in support for TypeScript. SaaS Hammer includes a component library featuring reusable UI elements such as buttons, modals, tabs, date-time widgets, select widgets, rich text editors, and various chart types, facilitating rapid UI development. Content management, integrates Wagtail CMS, allowing for the swift creation and updating of pages without direct template modifications. The template supports user authentication with features like signup, email confirmation, and more.Starting Price: $299 one-time payment -
49
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 -
50
regon
regon
litex.regon, a frontend for Polish REGON database. Simple, pythonic wrapper for REGON database. To access its SOAP API, one needs a user key issued by REGON administrators. REGONAPI accepts one argument, the service URL (provided by REGON administrators). After login, one can start querying the database. Single REGON number (either 9 or 14 digits long), single 10 digit KRS number, single NIP (10 digits strings), collection of REGONs (all of them have to be either 14 or 9 digits long), collection of KRSs, collection of NIPs. Only one parameter is used in the query. If multiple ones are passed, first from the above list is taken into account. Additionally, a detailed parameter can be passed, detailed=True causes the search method to fetch the default detailed report. If one knows the REGON of a business entity and a detailed report name, a full report can be fetched directly.Starting Price: Free