upwork-analysis

View on PyPIReverse Dependencies (0)

1.0.0 upwork_analysis-1.0.0-py3-none-any.whl

Wheel Details

Project: upwork-analysis
Version: 1.0.0
Filename: upwork_analysis-1.0.0-py3-none-any.whl
Download: [link]
Size: 25227
MD5: b3d8f35afb4c7c94b4d85ae939937b0a
SHA256: e2228f15f3098c4c4fccd69422a1d3412677a054cca214ad566be85a5d9e608e
Uploaded: 2024-05-28 05:50:10 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: upwork_analysis
Version: 1.0.0
Summary: A Python package that scrapes and analyzes Upwork job listings.
Author-Email: Yazan Sharaya <yazan.sharaya.yes[at]gmail.com>
Project-Url: Repostiroy, https://github.com/Yazan-Sharaya/upwork_analysis
License: MIT License Copyright (c) 2024, Yazan Sharaya. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: scraping,undetected,selenium,crawling,automation,data analysis
Classifier: Environment :: Console
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Typing :: Typed
Requires-Python: >=3.7
Requires-Dist: seleniumbase
Requires-Dist: beautifulsoup4
Requires-Dist: scikit-learn
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: seaborn
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 9762 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
upwork_analysis/__init__.py sha256=ETLvcWddO7bKvmta0RO5r8eR3NNPaEcMHXgxRQF8Gqo 265
upwork_analysis/analyze_data.py sha256=EkfimDw5ssFcxogPRt17PQK9hbHvOfmeKZuC-4sNeNk 15229
upwork_analysis/data_analysis.ipynb sha256=oL_WfYnQPMAJ8t0yBFOFjvWk1h9o1IOTWzqAUIK3KTc 10503
upwork_analysis/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
upwork_analysis/scrape_data.py sha256=iZcoYV27EGwSM1XX8I9ph0J3q7Qn1ShTQDOeJD6KpY4 32007
upwork_analysis-1.0.0.dist-info/LICENSE sha256=Ov-ryB2i7zzf1mJgS5poyp_MGpQL7g1PaarvVKw4rB0 1091
upwork_analysis-1.0.0.dist-info/METADATA sha256=TkFpvQVwjUohIC6_Oog9GNKNmgOWdYttZbICy8DTaVw 12577
upwork_analysis-1.0.0.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
upwork_analysis-1.0.0.dist-info/entry_points.txt sha256=7gKEPU8XI-lHTCgwXoogbZ4xCGHM5W5dL6tJSMbAePo 158
upwork_analysis-1.0.0.dist-info/top_level.txt sha256=YNWnu1doqnUiRrmFkVmBdxaVQm1CPkLqT5eqSzzKuVA 16
upwork_analysis-1.0.0.dist-info/RECORD

top_level.txt

upwork_analysis

entry_points.txt

analyze-upwork = upwork_analysis:analyze_data.analysis_cli_entry_point
scrape-upwork = upwork_analysis:scrape_data.scraping_cli_entry_point