Metadata-Version: 2.1
Name: VHHHATISpy
Version: 1.0.0
Summary: Fetch ATIS data for Hong Kong International Airport.
Home-page: UNKNOWN
Author: William NG
Author-email: Williamntw.Website@gmail.com
License: UNKNOWN
Description: # VHHH ATIS
        
        ## Overview
        
        This Python script allows you to fetch the Automatic Terminal Information Service (ATIS) data for Hong Kong International Airport (VHHH) from the official ATIS webpage (http://www.hkatis.com/atis/atis.php). ATIS provides important information to pilots and air traffic controllers, including meteorological data, runway conditions, and other essential details for safe flight operations.
        
        ## Requirements
        
        - Python 3.7 or above
        - Required libraries: `requests`, `BeautifulSoup`
        
        ## Usage
        
        1. Clone or download this repository to your local machine.
        
        2. Install the required Python libraries if you haven't already:
        
           ```bash
           pip install requests beautifulsoup4
        
        
        ## Disclaimer
        
        Please ensure that you comply with the terms of use and guidelines provided by the Hong Kong ATIS website when accessing and using their data. This script is for educational and informational purposes only.
        
        ## License
        
        This script is provided under the MIT License.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
