Commit Graph

60 Commits

Author SHA1 Message Date
936dbc4a88 attempt tokenless upload 2024-08-12 17:31:55 +05:30
f9216fd649 Python 3.8 dropped 2024-08-12 17:18:11 +05:30
b22459f64c "upgrade" from PyPDF3 to pypdf
I picked the wrong fork (pypdf3 instead of pypdf2).
PyPDF2 was a fork from the original pyPdf.
After several years, the fork was merged back into pypdf (now all lowercase).
pypdf3 is now unmaintained.

pypdf meanwhile has had a lot of interesting updates, which I should
look at.
2024-08-12 16:28:04 +05:30
16e054fa4d fix badges to new README 2024-08-12 16:10:19 +05:30
cb38ef2f1b switch to hatch, drop setup.{py,cfg}
pyscaffold is still sticking to setup.cfg, so upgrade to hatch
instead, because it let me import the cfg to pyproject.toml

Can probably drop hatch down the line
2024-08-12 16:09:16 +05:30
3452509af7 drop sphinx docs.
Never got around to generating them properly
2024-08-12 16:09:16 +05:30
18d2962b47 ci: new python versions 2024-08-12 16:09:16 +05:30
bb122223fd
Create FUNDING.yml 2022-05-27 07:22:57 +00:00
Vonter
2c386a3f2f Add README badges 2022-01-26 11:10:00 +05:30
e62284f3b0 update changelog 2021-12-31 13:15:36 +05:30
55bfb6e26b
Merge pull request #20 from captn3m0/python-upgrade 2021-12-30 17:29:41 +05:30
be985dd40b [dep] switch from html5 to html5lib 2021-12-30 17:18:03 +05:30
c614de7efc [ci] Run tests on python3.10 2021-12-30 17:02:30 +05:30
f617c6fde5
Add Installation instructions
Closes #19
2021-07-21 18:17:00 +00:00
5167dd4c8a
Merge pull request #18 from captn3m0/old-python
Support older python releases
2021-07-16 17:07:24 +05:30
dd8129aa2d Fix for older Python 2021-07-16 17:05:27 +05:30
3ea18ff01b [tests] Add tests for argument parser 2021-07-16 16:57:09 +05:30
2db41250f6 docs: Update docs to mention remote URL support 2021-07-05 13:34:45 +05:30
cc2a58bddc
Add Tests (#13)
Basic functional tests that cover 90% of the usecases. 
Doesn't cover zoomlevel, remote fetch yet.
2021-07-04 07:27:18 +00:00
Vonter
af4752bee1
Merge pull request #11 from captn3m0/feature/external_url
Add basic implementation of external URL fetching of PDFs
2021-06-27 20:51:10 +05:30
Vonter
052060d256
Fix setup.cfg
Included validators
2021-06-27 17:57:38 +05:30
Vonter
e70166efc2
Fix logged filename for locally cached file 2021-06-27 17:43:09 +05:30
Vonter
31faa1a36c
Add external URL fetching of PDFs
Also changed import order according to PEP8
2021-06-27 17:33:49 +05:30
Vonter
ebc9c1e0cf
Update README.rst
Fixed attribute table
2021-06-27 00:15:26 +05:30
Vonter
1324c2e4aa
Merge pull request #10 from Vonter/feature/page_filter
Add PDF page selection/filter
2021-06-27 00:12:17 +05:30
Vonter
487e1002d4
Make defaultEnd correspond to absolute page number 2021-06-27 00:03:57 +05:30
Vonter
096b1f6be2
Add PDF page selection/filter 2021-06-26 22:56:38 +05:30
4f505efde2 Add link to wiki 2021-06-26 18:05:47 +05:30
ab4d938909 Release: v1.0.2 2021-06-26 17:57:51 +05:30
Vonter
1b8185cfd0 Added PDF rotation filter 2021-06-26 17:51:22 +05:30
c1a2926ce2 Update CHANGELOG 2021-05-29 02:26:11 +05:30
3a9971c77a Fixes the case of heading less markdown 2021-05-29 02:18:43 +05:30
f61de619bc Move around test templates 2021-05-29 00:40:46 +05:30
d834964d4e Add --help output to README 2021-05-29 00:34:36 +05:30
a04625683c Add help for --cleanup 2021-05-29 00:32:56 +05:30
860065d99b Remove tox again 2021-05-29 00:16:55 +05:30
b97c9029ef [release] v1.0.0 2021-05-29 00:12:05 +05:30
676b69d4d2 remove comments from install_requires 2021-05-28 23:45:00 +05:30
a6b7813c2a Fix RST table 2021-05-28 23:19:33 +05:30
ead8c30acf Sets default value for existing_bookmarks 2021-05-28 23:04:50 +05:30
3256995075 Change default to /Fit 2021-05-28 22:49:53 +05:30
cd17b81f16 Fully support fit levels 2021-05-28 22:41:57 +05:30
044d21b8bc Switch to PyPDF3 2021-05-28 21:38:53 +05:30
d047844ad0 Adds back metadata support for PDF 2021-05-28 21:29:02 +05:30
5c0c16a2ee Remove old metadata text file code 2021-05-28 21:15:51 +05:30
c206324026 Remove pdfbox 2021-05-28 21:09:03 +05:30
a26e6b43ac Drops pdftkbox entirely 2021-05-28 20:35:48 +05:30
642b97b98e Adds input for all 3 cases 2021-05-28 18:57:08 +05:30
48c08567be Fixes clean bookmark insertion. 2021-05-28 18:52:57 +05:30
0622b4d6f0 Adds test files 2021-05-28 17:59:35 +05:30