1 Star 0 Fork 17

悟空CRM/IntelliScraper

forked from Herche Jane/IntelliScraper 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 763 Bytes
一键复制 编辑 原始数据 按行查看 历史
Herche.Huo 提交于 2024-01-15 18:16 . 'init'
from setuptools import setup, find_packages
setup(
name='IntelliScraper',
version='1.0.2',
packages=find_packages(),
description='An advanced web scraping tool using BeautifulSoup and scikit-learn.',
long_description=open('README.md', 'r', encoding='utf-8').read(),
long_description_content_type='text/markdown',
url='https://github.com/herche-jane/IntelliScraper',
author='Herche Jane',
author_email='524430556@qq.com',
license='MIT',
install_requires=[
'beautifulsoup4',
'scikit-learn',
'requests',
'utils'
],
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wukongcrm_admin/IntelliScraper.git
git@gitee.com:wukongcrm_admin/IntelliScraper.git
wukongcrm_admin
IntelliScraper
IntelliScraper
master

搜索帮助