Point 53 Courier
Copyright (c) Point 53 LLC and contributors.

This product is licensed under the Mozilla Public License, v. 2.0.
A copy of the license is included in the LICENSE file at the root of
this source tree, and is also available at https://mozilla.org/MPL/2.0/.

"Point 53" and "Point 53 Courier" are trademarks of Point 53 LLC.
Use of these marks is governed by applicable trademark law; the MPL-2.0
grants copyright and patent rights but does not grant any right to use
these marks (see MPL-2.0 section 10.4). The bare word "courier" used
as the CLI command name is a functional identifier, not a trademark
claim on that word standing alone.

--------------------------------------------------------------------------------
Third-Party Software
--------------------------------------------------------------------------------

Point 53 Courier depends on third-party software listed below. See
THIRD_PARTY_LICENSES.md for full attribution and license texts / pointers.

Runtime Python dependencies:
  - click               (BSD-3-Clause)   https://github.com/pallets/click
  - ollama              (MIT)            https://github.com/ollama/ollama-python
  - anthropic           (MIT)            https://github.com/anthropics/anthropic-sdk-python
  - selenium            (Apache-2.0)     https://github.com/SeleniumHQ/selenium
  - webdriver-manager   (Apache-2.0)     https://github.com/SergeyPirogov/webdriver_manager
  - platformdirs        (MIT)            https://github.com/tox-dev/platformdirs
  - feedparser          (BSD-2-Clause)   https://github.com/kurtmckee/feedparser
  - dateparser          (BSD-3-Clause)   https://github.com/scrapinghub/dateparser
  - protobuf            (BSD-3-Clause)   https://github.com/protocolbuffers/protobuf
  - p53-collector        (MPL-2.0)       Point 53 Collector (sibling tool)

External runtime requirements (invoked as subprocesses or via user system;
not linked, not redistributed as part of this package):
  - Ollama              https://ollama.com                    (MIT)
  - Chrome / Chromium   https://www.chromium.org              (BSD-3-Clause)
  - Firefox             https://www.mozilla.org/firefox/      (MPL-2.0)
  - ChromeDriver        https://chromedriver.chromium.org     (BSD-3-Clause)
  - GeckoDriver         https://github.com/mozilla/geckodriver (MPL-2.0)
