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
websockets
The websockets library offers a comprehensive implementation of the WebSocket Protocol (RFC 6455 & 7692) for creating both WebSocket servers and clients in Python, emphasizing accuracy, simplicity, durability, and high performance. Utilizing asyncio, which is Python’s built-in asynchronous I/O framework, it presents a sophisticated coroutine-based API that streamlines development. The library has undergone extensive testing to ensure it meets the requirements outlined in RFC 6455, and its continuous integration process mandates that every branch achieves 100% coverage. Designed specifically for production environments, websockets was notably the first library to effectively address backpressure issues before they gained widespread attention in the Python ecosystem. Furthermore, it offers optimized and adjustable memory usage, and utilizes a C extension to enhance performance for demanding operations. The library is conveniently pre-compiled for Linux, macOS, and Windows, and is distributed in wheel format tailored for each system and Python version. With websockets managing the intricate details, developers can dedicate their efforts to building robust applications without concern for the underlying complexities. This makes it an essential tool for developers looking to harness the full potential of WebSocket technology.
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