Collect Google News articles for Taiwanese stocks and keywords.
Project description
stock-newscraper PyPI packaging
newscraper-pypi holds the metadata needed to build and publish the stock-newscraper distribution. The actual application source lives in ../NewScraper, which is why the pyproject.toml maps the package directory back to that folder.
Layout
pyproject.tomldeclares the project metadata, dependencies, and thestock-newscraperconsole script.README.mdis bundled into the sdist/wheel as the long description.LICENSEmirrors the MIT license used by the code inNewScraper.
Building locally
- Switch into this directory:
cd newscraper-pypi. - Prepare the build tools (only required once per environment):
python -m pip install --upgrade build twine
- Build the distributables:
python -m build
- (Optional) Verify the CLI by reinstalling the wheel:
python -m pip install --force-reinstall dist/stock_newscraper-*.whl stock-newscraper --help
- Run
python -m twine check dist/*before publishing.
Publishing checklist
- Ensure
../NewScraper/README.mdandNewScraper/RELEASE_GUIDE.md(or other docs you refer to) align with thepyproject.tomlversion. - Tag the git repository (if that workflow applies) before uploading.
- Upload with
python -m twine upload dist/*once sign-off is received. Do not publish until you have explicit confirmation from the release owner.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stock_newscraper-0.3.0.tar.gz.
File metadata
- Download URL: stock_newscraper-0.3.0.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adafa1facaf1f44f7652b50a6940b256b74c03b8d94babca818b1e040b6ea57d
|
|
| MD5 |
a3ecd3fa9be77b62b81a8da676299e60
|
|
| BLAKE2b-256 |
40b56ed87149654b5c9617be2b361bf858f0b55a4029f5978e1c57ba2bfbb214
|
File details
Details for the file stock_newscraper-0.3.0-py3-none-any.whl.
File metadata
- Download URL: stock_newscraper-0.3.0-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cb4916c6a000545cf60d73fd19ead9b488108567b291f2f70ffb3a1505602b1
|
|
| MD5 |
75acfd633993a6a17bb40f1436d67b5c
|
|
| BLAKE2b-256 |
e39b5a651a35e3338c83899b6f36b9092a416e60d45cb0dc96e4300aa3591986
|