Metadata-Version: 2.3
Name: implements-helper
Version: 1.0.6
Summary: Python実装時に利用できるユーティリティ群
License: MIT
Author: Mikimini9627
Requires-Python: >=3.12
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
Requires-Dist: lxml (>=5.3.0,<6.0.0)
Requires-Dist: numpy (==1.26.4)
Requires-Dist: python-dateutil (>=2.9.0.post0,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: ruff (>=0.8.6,<0.9.0)
Requires-Dist: useragent-changer (>=0.3.2,<0.4.0)
Project-URL: Homepage, https://github.com/Mikimini9627/implements_helper
Project-URL: Repository, https://github.com/Mikimini9627/implements_helper
Description-Content-Type: text/x-rst

=====================
implements_helper
=====================

--------
使用方法
--------

.. code-block:: python

    import implements_helper

    # プロキシリスト取得
    proxy_list = implements_helper.get_proxy_list()

--------
必要要件
--------
* numpy >=1.26.4,<2.0.0
* python-dateutil >=2.9.0.post0,<3.0.0
* bs4 >=0.0.2,<0.0.3
* requests >=2.32.3,<3.0.0
* lxml >=5.3.0,<6.0.0
* useragent-changer >=0.3.2,<0.4.0
* ruff >=0.8.6,<0.9.0

----------------
インストール方法
----------------

.. code-block:: console

    $ pip install implements_helper

