Damien Goutte-Gattat
f12bdff7f6
Prepare 0.2.0 release.
Add NEWS file; update copyright notices.
1 month ago
Damien Goutte-Gattat
374211a2cf
Fix incorrect F-string.
1 month ago
Damien Goutte-Gattat
6f9b45345a
Remove Python 2 support.
We now only support Python 3.
1 month ago
Damien Goutte-Gattat
d9874c11ff
Convert to Click.
Use Click instead of argparse to build the command-line interface.
1 month ago
Damien Goutte-Gattat
af47a87408
Cosmetic changes.
Add missing copyright notice; apply PyDev style.
2 months ago
Damien Goutte-Gattat
d963c2b3f3
Ignore Eclipse/PyDev files.
Ignore all files generated by the Eclipse IDE and its PyDev plugin.
2 months ago
Damien Goutte-Gattat
f5fcf58c39
Fix issues with the setup.py script.
Add the missing 'URL' key, fix incorrect package name (sharepoint
instead of davpoint), and fix typo in license qualifiers.
1 year ago
Damien Goutte-Gattat
504a04aff4
Rename the executable script to davpoint.
Install the executable script as 'davpoint' instead of
'mount.sharepoint'.
1 year ago
Damien Goutte-Gattat
6fc41fa5c3
Draft documentation in the README.
Update the README to quickly document the purpose of the tool, and
how to configure and use it.
1 year ago
Damien Goutte-Gattat
1c8c2c7060
Document public modules and functions.
Add basic docstrings to roughly explain the purpose of the public
modules and functions beyond the main script.
1 year ago
Damien Goutte-Gattat
bc6471f68a
Do not fabricate header in davfs2.mount.
Move the assembly of the authentication header from the davfs2
module to the main module, so that the davfs2 module is uncoupled
from the SharePoint-specific header.
1 year ago
Damien Goutte-Gattat
47a39a91c6
Initial commit.
This is Davpoint, a wrapper for Davfs2 allowing to mount remote
SharePoint filesystems that require cookie-based authentication.
1 year ago