The `Meeting` class belongs to the `city_scrapers_core.items` module in Python. It is used to represent a meeting event, typically extracted from a city government's website or other public sources. This class provides a structure to store various details of a meeting, such as its title, location, start and end times, agenda, minutes, and any other relevant information. It is commonly used in web scraping projects or applications that aim to gather and organize meeting data from multiple municipalities or organizations.
Python Meeting - 30 examples found. These are the top rated real world Python examples of city_scrapers_core.items.Meeting extracted from open source projects. You can rate examples to help us improve the quality of examples.