Metadata-Version: 2.4
Name: sc-qcc-crawler
Version: 0.0.1
Summary: python project
Home-page: https://github.com/Scott-Lau/sc-qcc-crawler
Author: Scott Lau
Author-email: exceedego@126.com
License: MIT
Keywords: python
Platform: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: sc-utilities==0.0.11
Requires-Dist: requests==2.32.3
Requires-Dist: playwright==1.51.0
Requires-Dist: PyYAML==6.0.2
Requires-Dist: setuptools==78.1.0
Requires-Dist: numpy==2.2.5
Requires-Dist: pandas==2.2.3
Requires-Dist: openpyxl==3.1.5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

.. image:: https://badge.fury.io/py/sc-qcc-crawler.svg
    :target: https://badge.fury.io/py/sc-qcc-crawler
.. image:: https://img.shields.io/pypi/pyversions/sc-qcc-crawler
    :alt: PyPI - Python Version

A simple Python project
========================================

This is a simple python project.


Installation
------------

It is possible to install the tool with `pip`::

    pip install sc-qcc-crawler

Configuration
-------------

Configuration files reading in this order, the first is the top most priority:

#. production.xml in current directory

The default configuration file looks like this::

    dev:
      # whether this program is running is development mode
      dev_mode: False


You need to run the following command to install playwright::

    playwright install

License
-------

The script is released under the MIT License.  The MIT License is registered
with and approved by the Open Source Initiative [1]_.

.. [1] https://opensource.org/licenses/MIT
