index
:
wikiget.git
docstrings
master
MediaWiki file downloader (mirror of https://github.com/clpo13/wikiget)
Cody Logan <cody@lokken.dev>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyproject.toml
Age
Commit message (
Collapse
)
Author
2023-11-08
Revise type annotations per PEP 604
Cody Logan
2023-11-07
Improve logging optimization
Cody Logan
Defer string formatting until needed by removing f-strings in log messages.
2023-11-07
Fix some pytest style issues
Cody Logan
2023-11-07
Full coverage on dl module
Cody Logan
2023-11-06
Additional download tests using requests_mock
Cody Logan
2023-11-03
Add some mypy configuration
Cody Logan
2023-11-01
Rename some symbols and functions to better match their purpose
Cody Logan
2023-10-30
Update project metadata
Cody Logan
2023-10-20
Tweak pyproject.toml and setup.py
Cody Logan
2023-10-13
Add Python 3.12 to matrix
Cody Logan
2023-10-10
Move man-related files to docs directory
Cody Logan
2023-10-09
Style cleanup
Cody Logan
2023-10-09
Add some tests for download functions
Cody Logan
2023-10-06
Update actions for dev branch and Python 3.12
Cody Logan
2023-10-03
Update README
Cody Logan
2023-10-02
Include man page, readme, and license when installing wheel
Cody Logan
2023-09-26
Reorganize code into src layout
Cody Logan
2023-09-26
Fix typo in pyproject.toml
Cody Logan
2023-09-26
Remove version constraints from lint tools
Cody Logan
2023-09-26
Get rid of magic numbers for verbosity checking
Cody Logan
2023-09-26
Style fixups with Black
Cody Logan
2023-09-26
Use Hatch to build and run tests/linters
Cody Logan
2023-09-26
Modernize setuptools build (#5)
clpo13
Remove usage of deprecated `python setup.py test` and move to pyproject.toml for project configuration.