Skip to content

Commit

Permalink
Fixed commiter
Browse files Browse the repository at this point in the history
  • Loading branch information
ZustFancake committed Mar 11, 2024
1 parent de1c44d commit 8f463a5
Show file tree
Hide file tree
Showing 35 changed files with 25 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
Binary file modified EasyFTP-logo-highscaled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ pip install EasyFTP
```
## Usage
Refer to the [documentation](https://github.com/ZustFancake/EasyFTP/blob/main/docs/EasyFTP.md) for comprehensive usage instructions and examples.


1 change: 1 addition & 0 deletions build/lib/EasyFTP/EasyFTP.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,4 @@ def chmod(self, remote_path: str, perm: int, mode: Literal["oct", "bin", "int"]

f = Filter.Filter(include = r"de.d")
session.delete(".", f, ".")

1 change: 1 addition & 0 deletions build/lib/EasyFTP/Filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ def matches_patterns(self, pattern: List[str], dest: str) -> bool:
if self.matches_pattern(pat, dest):
return pat
return False

2 changes: 1 addition & 1 deletion build/lib/EasyFTP/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.28b"

from .EasyFTP import EasyFTP, FTPError, Filter
from .EasyFTP import EasyFTP, FTPError, Filter
Binary file modified dist/EasyFTP-0.0.22b0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/EasyFTP-0.0.22b0.tar.gz
Binary file not shown.
Binary file modified dist/EasyFTP-0.0.24b0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/EasyFTP-0.0.24b0.tar.gz
Binary file not shown.
Binary file modified dist/EasyFTP-0.0.25b0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/EasyFTP-0.0.25b0.tar.gz
Binary file not shown.
Binary file modified dist/EasyFTP-0.0.26b0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/EasyFTP-0.0.26b0.tar.gz
Binary file not shown.
Binary file modified dist/EasyFTP-0.0.27b0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/EasyFTP-0.0.27b0.tar.gz
Binary file not shown.
Binary file modified dist/EasyFTP-0.0.28b0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/EasyFTP-0.0.28b0.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions docs/EasyFTP.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,4 @@ with EasyFTP() as session:

## Using `EasyFTP.Filter`
Refer to its [documentation](https://github.com/ZustFancake/EasyFTP/blob/main/docs/Filter.md) for usage instructions and examples.

1 change: 1 addition & 0 deletions docs/Filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ if my_filter.matches_patterns(["file_*.txt", "file_*.dat"], destination):
FilterError: Raised when invalid parameters are provided during initialization.
## Note
The patterns support wildcards. '*' matches any sequence of characters, while other characters match themselves.

2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@
'Programming Language :: Python :: 3.12',
],
)


1 change: 1 addition & 0 deletions src/EasyFTP.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ pip install EasyFtp
```
## Usage
Refer to the [documentation](https://github.com/ZustFancake/EasyFTP/blob/main/docs/EasyFTP.md) for comprehensive usage instructions and examples.

2 changes: 1 addition & 1 deletion src/EasyFTP.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ src/EasyFTP.egg-info/PKG-INFO
src/EasyFTP.egg-info/SOURCES.txt
src/EasyFTP.egg-info/dependency_links.txt
src/EasyFTP.egg-info/not-zip-safe
src/EasyFTP.egg-info/top_level.txt
src/EasyFTP.egg-info/top_level.txt
1 change: 1 addition & 0 deletions src/EasyFTP.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@


1 change: 1 addition & 0 deletions src/EasyFTP.egg-info/not-zip-safe
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@


1 change: 1 addition & 0 deletions src/EasyFTP.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
EasyFTP

1 change: 1 addition & 0 deletions src/EasyFTP/EasyFTP.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ pip install EasyFtp
```
## Usage
Refer to the [documentation](https://github.com/ZustFancake/EasyFTP/blob/main/docs/EasyFTP.md) for comprehensive usage instructions and examples.

2 changes: 1 addition & 1 deletion src/EasyFTP/EasyFTP.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ setup.py
./src/EasyFTP/EasyFTP.egg-info/dependency_links.txt
./src/EasyFTP/EasyFTP.egg-info/not-zip-safe
./src/EasyFTP/EasyFTP.egg-info/top_level.txt
src/EasyFTP/EasyFTP.egg-info/SOURCES.txt
src/EasyFTP/EasyFTP.egg-info/SOURCES.txt
1 change: 1 addition & 0 deletions src/EasyFTP/EasyFTP.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@


1 change: 1 addition & 0 deletions src/EasyFTP/EasyFTP.egg-info/not-zip-safe
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@


1 change: 1 addition & 0 deletions src/EasyFTP/EasyFTP.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@


1 change: 1 addition & 0 deletions src/EasyFTP/EasyFTP.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,4 @@ def chmod(self, remote_path: str, perm: int, mode: Literal["oct", "bin", "int"]

f = Filter.Filter(include = r"de.d")
session.delete(".", f, ".")

1 change: 1 addition & 0 deletions src/EasyFTP/Filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ def matches_patterns(self, pattern: List[str], dest: str) -> bool:
if self.matches_pattern(pat, dest):
return pat
return False

2 changes: 1 addition & 1 deletion src/EasyFTP/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.32b"

from .EasyFTP import EasyFTP, FTPError, Filter
from .EasyFTP import EasyFTP, FTPError, Filter

0 comments on commit 8f463a5

Please sign in to comment.