CrankWheel
CrankWheel allows you to share your screen while on a call. This makes it easy to create engaging presentations. You can send a link via email or SMS to the viewer and they will be able to view it in any browser on any device. CrankWheel was designed for simplicity and can be shared with customers to facilitate business deals.
CrankWheel can be used to complement calls from insurance agents, mortgage advisors and solar advisors as well as educators and customer support specialists.
CrankWheel is easy to integrate with websites and allows users to add a Demo button to receive quick notifications. We can show you if they are paying attention. Our Chrome Extension has enabled over 50,000 users to share their screens with prospects, regardless of their technical skills or device choice. CrankWheel can be used on old browsers and obscure devices, even with poor network connections. It works on Mac, Android, iOS, Blackberries, Internet Explorer, and Android.
Learn more
JOpt.TourOptimizer
JOpt.TourOptimizer is an enterprise optimization engine for route planning, scheduling, and resource allocation across logistics, transportation, dispatch, and field service operations. It is built for organizations that need to solve complex planning problems under real-world business constraints rather than simple consumer-grade route calculation. The platform supports vehicle routing and scheduling scenarios such as VRP, CVRP, VRPTW, pickup and delivery, multi-depot planning, heterogeneous fleets, and workforce scheduling.
JOpt.TourOptimizer can model time windows, working hours, visit durations, capacities, skills and expertise levels, territories, zone governance, overnight stays, alternate destinations, and custom business rules. This makes it suitable for production deployments where feasibility, transparency, and operational reliability matter. It is designed to generate practical plans that help teams balance travel time, service commitments, workload distribution, and operational cost in demanding enterprise environments.
The solution is available both as an embedded Java SDK and as a Docker-based REST API with OpenAPI and Swagger support. This allows software vendors, enterprise developers, and system integrators to embed advanced optimization into TMS, ERP, CRM, WMS, dispatch systems, customer platforms, and field service applications. With support for scalable integration and modern service architectures, JOpt.TourOptimizer helps organizations improve planning efficiency, service quality, SLA compliance, transparency, and operational resilience at scale. It also supports enterprise integration strategies that require reproducible optimization runs, structured outputs, and flexible deployment models.
Learn more
PyPI
PyPI serves as the official repository for Python software packages, featuring a vast collection of projects that developers can make available while users can easily find and install them. It accommodates both source distributions, known as “sdists,” and pre-built binary formats called “wheels,” which enable the inclusion of native extensions tailored for various platforms. Each project hosted on PyPI is made up of several releases, with each release potentially containing different files suited for various operating systems or Python versions. The metadata associated with every package encompasses details such as version numbers, dependencies, licensing information, classifiers, descriptive text (with support for Markdown or reStructuredText), and other essential data that tools like pip utilize to accurately resolve, download, and install the appropriate package. Users can effectively search and filter packages using the metadata, allowing them to locate the desired software through keywords, compatibility details, or other relevant attributes. With its extensive functionality, PyPI enhances the accessibility and organization of Python packages for developers and users alike.
Learn more
urllib3
urllib3 is an efficient and easy-to-use HTTP client designed for Python developers. It has become a staple in the Python community, with numerous libraries relying on it for their functionality. This library includes essential features that are often absent in the standard library, such as thread safety, connection pooling, and client-side TLS/SSL verification. Additionally, it supports file uploads with multipart encoding and provides utilities for retrying requests as well as handling HTTP redirects. Furthermore, urllib3 is equipped to handle gzip, deflate, and brotli encoding, and it offers proxy support for both HTTP and SOCKS protocols. With comprehensive test coverage, it stands out as one of the most downloaded packages on PyPI, serving as a vital dependency for widely-used libraries like Requests and Pip. Additionally, urllib3 is distributed under the MIT License, making it accessible for developers. For detailed information, the API Reference documentation serves as a guide for understanding the API, while the User Guide is an excellent resource for learning how to effectively utilize the library for various tasks; if you're looking for advanced configurations, the Advanced Usage guide provides deeper insights into lower-level adjustments. This versatility makes urllib3 a key tool for anyone working with HTTP in Python.
Learn more