-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:Kataglyphis/WebDavClient
- Loading branch information
Showing
9 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ files from your cloud. This is an easy way to do it | |
|
||
```python | ||
Example usage of the method: | ||
from webdavclient.webdavclient import WebDavClient | ||
from kataglyphis_webdavclient.webdavclient import WebDavClient | ||
|
||
hostname = "https://yourhost.de/webdav" | ||
username = "Schlawiner23" | ||
|
@@ -142,7 +142,7 @@ This enumeration also includes submodules. | |
|
||
1. Clone the repo | ||
```sh | ||
git clone [email protected]:Kataglyphis/WebDavClient.git | ||
git clone --recurse-submodules [email protected]:Kataglyphis/Kataglyphis-WebDavClient.git | ||
``` | ||
|
||
## Tests | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
WebDavClient | ||
Kataglyphis-WebDavClient | ||
============ | ||
|
||
.. automodule:: webdavclient | ||
.. automodule:: kataglyphis_webdavclient | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ requires = ["setuptools>=70.0"] | |
build-backend = "setuptools.build_meta" | ||
|
||
[tool.setuptools] | ||
py-modules = ["webdavclient"] | ||
py-modules = ["kataglyphis_webdavclient"] | ||
|
||
[tool.setuptools.packages.find] | ||
exclude=["test*","models*","data*","docs*","demo*"] | ||
|
||
[project] | ||
name = "webdavclient" | ||
name = "kataglyphis_webdavclient" | ||
version = "0.0.1" | ||
authors = [ | ||
{ name="Jonas Heinle", email="[email protected]" }, | ||
|
@@ -31,7 +31,7 @@ classifiers = [ | |
|
||
[project.urls] | ||
Homepage = "https://webdavclient.jonas.heinle.de" | ||
Source = "https://github.com/Kataglyphis/WebDavClient" | ||
Source = "https://github.com/Kataglyphis/Kataglyphis-WebDavClient" | ||
|
||
[project.optional-dependencies] | ||
dev = [ | ||
|
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