ftpdol
ftp with a simple (dict-like or list-like) interface
To install: pip install ftpdol
A basic ftp persister. Keys must be names of files.
>>> from ftpdol.ftp_persister import FtpPersister
>>> s = FtpPersister()
>>> k = 'foo'
>>> v = 'bar'
>>> for _key in s:
... del s[_key]
>>> len(s)
0
>>> s[k] = v
>>> s[k]
'bar'
>>> s.get(k)
'bar'
>>> len(s)
1
>>> list(s.values())
['bar']
>>> k in s
True
>>> del s[k]
>>> k in s
False
>>> len(s)
0
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ftpdol-0.0.7.tar.gz
(10.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ftpdol-0.0.7.tar.gz.
File metadata
- Download URL: ftpdol-0.0.7.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcde33c9e13b6335023119016a2ef963d3cfe1d5fc0d87b9e855d04d5df1ba71
|
|
| MD5 |
6d92c715dbfcbd7e68f87173f4fd7787
|
|
| BLAKE2b-256 |
fdebba87e269fca6a4334d3239ecd901967069efd6353d730cbe21dcba12ec5a
|
File details
Details for the file ftpdol-0.0.7-py3-none-any.whl.
File metadata
- Download URL: ftpdol-0.0.7-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d3ed4d2e4c71669e18e3486bedbaa829326528f7dc8b7f608abc17b3ced7855
|
|
| MD5 |
2d77a76c0ced3db29a9971ecb16d858a
|
|
| BLAKE2b-256 |
fd5aa3baa27c3bd5807c2f1c6789e66e0f4f6d0dc79d956acad3b7a70efbaad5
|