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
/
src
/
wikiget
/
file.py
Age
Commit message (
Collapse
)
Author
2023-12-01
Switch to Google-style docstrings for readability
Cody Logan
The previous Sphinx-style docstrings could be hard to read at a glance when formatted with pydoc.
2023-11-17
Merge branch 'master' into reduce-api-calls
Cody Logan
2023-11-17
Add missing docstrings for modules
Cody Logan
2023-11-16
Additional type checking import blocks
Cody Logan
2023-11-15
Add string methods to the File class
Cody Logan
2023-11-15
Convert File.dest from a string to a Path (#14)
Cody Logan
2023-11-14
Docstring type fixes
Cody Logan
2023-11-08
Add and refine docstrings in src folder
Cody Logan
2023-11-07
Use type checking block for import
Cody Logan
2023-11-07
Remove unnecessary pass and import statements
Cody Logan
2023-11-06
Add equality comparison for File objects
Cody Logan
2023-10-31
Return early during dry runs; update dev version number
Cody Logan
2023-10-30
Code cleanup
Cody Logan
2023-10-20
Reorganize File class
Cody Logan
2023-10-13
Refactor code and improve docstrings
Cody Logan
2023-10-03
Refactor for better code organization
Cody Logan