Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chengpeter88 committed Jan 21, 2024
1 parent ed9a721 commit b215bbf
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion Onet.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Metadata-Version: 2.1
Name: Onet
Version: 1.0.0
Version: 1.0.1
Summary: Onet_Web_Scraping
Author: Peter_Cheng
License-File: LICENSE
2 changes: 2 additions & 0 deletions Onet.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
LICENSE
README.md
setup.py
Onet.egg-info/PKG-INFO
Onet.egg-info/SOURCES.txt
Expand Down
4 changes: 2 additions & 2 deletions build/lib/class_onet/ClassOnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, url ):
'F': pd.DataFrame(index=['Law and Government', 'Public Safety and Security', 'Psychology', 'Sociology and Anthropology'],
columns=['Law & Social Sciences'],
data=0),
'G': pd.DataFrame(index=['Administration and Management', 'Administrative', 'Customer and Personal Service', 'Economics and Accounting', 'Personnel and Human Resources', 'Sales and Marketing'],
'G': pd.DataFrame(index=['Administration and Management', 'Administrative', 'Customer and Personal Service', 'Economics and Accounting', 'Personnel and Human Resources', 'Sales and Marketing'],
columns=['Business and Management'],
data=0),
'H': pd.DataFrame(index=['Biology', 'Chemistry', 'Geography', 'Mathematics', 'Physics'],
Expand All @@ -38,7 +38,7 @@ def __init__(self, url ):
'I': pd.DataFrame(index=['Building and Construction', 'Computers and Electronics', 'Design', 'Engineering and Technology', 'Mechanical', 'Communications and Media', 'Telecommunications', 'Food Production', 'Production and Processing', 'Transportation'],
columns=['Engineering and IT'],
data=0),
'F': pd.DataFrame(index=['Medicine and Dentistry', 'Therapy and Counseling'],
'J': pd.DataFrame(index=['Medicine and Dentistry', 'Therapy and Counseling'],
columns=['Health Services'],
data=0)}
# 將您的 dfs_2 字典放在這裡
Expand Down
4 changes: 2 additions & 2 deletions class_onet/ClassOnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, url ):
'F': pd.DataFrame(index=['Law and Government', 'Public Safety and Security', 'Psychology', 'Sociology and Anthropology'],
columns=['Law & Social Sciences'],
data=0),
'G': pd.DataFrame(index=['Administration and Management', 'Administrative', 'Customer and Personal Service', 'Economics and Accounting', 'Personnel and Human Resources', 'Sales and Marketing'],
'G': pd.DataFrame(index=['Administration and Management', 'Administrative', 'Customer and Personal Service', 'Economics and Accounting', 'Personnel and Human Resources', 'Sales and Marketing'],
columns=['Business and Management'],
data=0),
'H': pd.DataFrame(index=['Biology', 'Chemistry', 'Geography', 'Mathematics', 'Physics'],
Expand All @@ -38,7 +38,7 @@ def __init__(self, url ):
'I': pd.DataFrame(index=['Building and Construction', 'Computers and Electronics', 'Design', 'Engineering and Technology', 'Mechanical', 'Communications and Media', 'Telecommunications', 'Food Production', 'Production and Processing', 'Transportation'],
columns=['Engineering and IT'],
data=0),
'F': pd.DataFrame(index=['Medicine and Dentistry', 'Therapy and Counseling'],
'J': pd.DataFrame(index=['Medicine and Dentistry', 'Therapy and Counseling'],
columns=['Health Services'],
data=0)}
# 將您的 dfs_2 字典放在這裡
Expand Down
Binary file modified class_onet/__pycache__/ClassOnet.cpython-311.pyc
Binary file not shown.
Binary file modified class_onet/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified dist/Onet-1.0.0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/Onet-1.0.0.tar.gz
Binary file not shown.
Binary file added dist/Onet-1.0.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/Onet-1.0.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Onet',
version='1.0.0',
version='1.0.1',
description='Onet_Web_Scraping',
author='Peter_Cheng',
packages=find_packages(),
Expand Down

0 comments on commit b215bbf

Please sign in to comment.