News

This is a Python implementation of the paper "A simple and fast incremental randomized algorithm for computing trapezoidal decompositions and for triangulating polygons" by Raimund Seidel (1991).
polygon_stock_fetcher/ ├── run_with_polygon.py # Main entry point with Polygon API integration ├── environment.yml # Conda environment configuration ├── api_polygon/ # Polygon API integration modules ...