-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.0.0rc1 #24
Merged
Merged
Release 1.0.0rc1 #24
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* migrate to poetry * move poetry install first * update lockfile * fix script declaration * update docs * bump workflow versions
* test up to py3.12 * drop py3.8 as it's nearly eol * bump package versions * Fix removed numpy NaN * update py version in readme
* Install ruff * remove makefile * ruff check fix * manual ruff fixes * undo .at to .loc with noqa * update lint workflow * delete old flake8 config * fix CI lint commands
* better handling without yoast plugin * run ruff
* Allow empty scrape properly * ruff lint
* incorporate wp-json-scraper module * ruff autofix * docconvert * manual fixes * fix noqa comment * refactor cli to support subcommands * Basic integration of downloader * swap progress bar implementation * ruff * remove object display code * add media dl support * lint * remove totally unused modules * remove unused csv export code * ruff * implement proxy/cookies/auth on download client * improve subparser documentation * ruff * add NOTICE file * remove plugin list * remove console util * dl utils cleanup * implement request robustness features * make media dl use request session
* docs * ruff * fix broken test * fix typing union * add deploy dir to gitignore * change project name to match package name
* package meta and readme updates * relax dependency constraints * regen lock * readme tweaks * put back gh markdown admonition
* rename main package * ruff
* wip * make prefix behaviour consistent between commands * update cli docs
* add downloader tests * test no prefix downloader too * test wpapi and exporter * ruff
* expose dl api a bit better * improve docs for dl module * enable pyupgrade rules * enable ruff specific rules * remove some doc noqas * ruff reformat * fix export decorator usage * change dl media to use pathlib * fix build system in pyproject * minor cli and docs fixes
* swap to click for cli * ruff * remove old argparse support * use download instead of dl consistently * update docs for cli * ruff
* add classifiers * update license docs to match new path
* fix name in notice file * replace prints with logs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.