appyter.ext package¶
Subpackages¶
- appyter.ext.asyncio package
- Submodules
- appyter.ext.asyncio.event_emitter module
- appyter.ext.asyncio.event_loop module
- appyter.ext.asyncio.helpers module
- appyter.ext.asyncio.subprocess module
- appyter.ext.asyncio.test_helpers module
- appyter.ext.asyncio.test_subprocess module
- appyter.ext.asyncio.try_n_times module
- Module contents
- appyter.ext.click package
- appyter.ext.fsspec package
- Subpackages
- Submodules
- appyter.ext.fsspec.chroot module
- appyter.ext.fsspec.core module
- appyter.ext.fsspec.drs module
- appyter.ext.fsspec.fuse module
- appyter.ext.fsspec.mapperfs module
- appyter.ext.fsspec.overlayfs module
- appyter.ext.fsspec.s3fs module
- appyter.ext.fsspec.sbfs module
- appyter.ext.fsspec.singleton module
- appyter.ext.fsspec.storage module
- appyter.ext.fsspec.test_chroot module
- appyter.ext.fsspec.test_drs module
- appyter.ext.fsspec.test_fuse module
- appyter.ext.fsspec.test_fuseless_mount module
- appyter.ext.fsspec.test_mapperfs module
- appyter.ext.fsspec.test_overlayfs module
- appyter.ext.fsspec.test_pathmap module
- appyter.ext.fsspec.test_sbfs module
- appyter.ext.fsspec.util module
- appyter.ext.fsspec.writecache module
- Module contents
- appyter.ext.nbclient package
- appyter.ext.pathlib package
- appyter.ext.socketio package
- appyter.ext.watchgod package
Submodules¶
appyter.ext.aiohttp module¶
appyter.ext.contextlib module¶
appyter.ext.cryptography module¶
-
appyter.ext.cryptography.
adhoc_ssl_context
(cn: Optional[str, None] = None, protocol: Optional[int, None] = None)[source]¶ From https://github.com/pallets/werkzeug/blob/main/src/werkzeug/serving.py Produces an adhoc SSL cert and returns an SSL context for https in development.
appyter.ext.dict module¶
appyter.ext.drs module¶
appyter.ext.emitter module¶
appyter.ext.exceptions module¶
appyter.ext.flask module¶
-
appyter.ext.flask.
join_routes
(*routes)[source]¶ Utility function for joining routes while striping extraneous slashes
appyter.ext.functools module¶
appyter.ext.hashlib module¶
-
appyter.ext.hashlib.
sha1sum_dict
(obj)¶
-
appyter.ext.hashlib.
sha1sum_io
(io, chunk_size=65536)¶
-
appyter.ext.hashlib.
sha1sum_str
(obj)¶
appyter.ext.importlib module¶
appyter.ext.io module¶
appyter.ext.itertools module¶
appyter.ext.json module¶
appyter.ext.multiprocessing module¶
appyter.ext.pytest module¶
appyter.ext.re module¶
appyter.ext.subprocess module¶
appyter.ext.tempfile module¶
appyter.ext.urllib module¶
-
class
appyter.ext.urllib.
URI
(url=None, scheme=None, username=None, password=None, hostname=None, port=None, path=None, query_string=None, fragment=None)[source]¶ Bases:
object
Not unlike yarl’s URL class but
support for
::
notation as used in fsspec URIsposix_path path operation
fragment parsing
dotmap support (query_ex)
-
property
auth
¶
-
fragment
: Optional[str, None]¶
-
property
fragment_name
¶
-
property
fragment_parent
¶
-
property
fragment_path
¶
-
property
fragment_posix_path
¶
-
property
fragment_query
¶
-
property
fragment_query_ex
¶
-
property
fragment_query_string
¶
-
hostname
: Optional[str, None]¶
-
property
name
¶
-
property
netloc
¶
-
property
parent
¶
-
password
: Optional[str, None]¶
-
path
: str¶
-
port
: Optional[int, None]¶
-
property
posix_path
¶
-
property
query
¶
-
property
query_ex
¶
-
query_string
: Optional[str, None]¶
-
scheme
: Optional[str, None]¶
-
username
: Optional[str, None]¶