LICENSE
README.md
pyproject.toml
goated/__init__.py
goated/_build_cffi.py
goated/_core.py
goated/batch.py
goated/channel.py
goated/libgoated.so
goated/result.py
goated/server.py
goated/types.py
goated/compat/__init__.py
goated/compat/base64.py
goated/compat/bisect.py
goated/compat/colorsys.py
goated/compat/csv.py
goated/compat/difflib.py
goated/compat/email_utils.py
goated/compat/fnmatch.py
goated/compat/gzip.py
goated/compat/hashlib.py
goated/compat/heapq.py
goated/compat/hmac.py
goated/compat/html.py
goated/compat/ipaddress.py
goated/compat/json.py
goated/compat/re.py
goated/compat/statistics.py
goated/compat/struct.py
goated/compat/textwrap.py
goated/compat/urllib.py
goated/compat/uuid.py
goated/compat/zlib.py
goated/pythonic/__init__.py
goated/pythonic/strings.py
goated/runtime/__init__.py
goated/runtime/api.py
goated/runtime/channel.py
goated/runtime/scheduler.py
goated/std/__init__.py
goated/std/base64.py
goated/std/binary.py
goated/std/bufio.py
goated/std/bytes.py
goated/std/context.py
goated/std/crypto.py
goated/std/csv.py
goated/std/errors.py
goated/std/filepath.py
goated/std/fmt.py
goated/std/goos.py
goated/std/goroutine.py
goated/std/gzip.py
goated/std/hash.py
goated/std/hex.py
goated/std/html.py
goated/std/http.py
goated/std/io.py
goated/std/json.py
goated/std/log.py
goated/std/math.py
goated/std/mime.py
goated/std/net.py
goated/std/parallel.py
goated/std/path.py
goated/std/rand.py
goated/std/regexp.py
goated/std/sort.py
goated/std/strconv.py
goated/std/strings.py
goated/std/sync.py
goated/std/template.py
goated/std/testing.py
goated/std/time.py
goated/std/unicode.py
goated/std/url.py
goated/std/utf8.py
goated/std/xml.py
goated/std/zip.py
goated_py.egg-info/PKG-INFO
goated_py.egg-info/SOURCES.txt
goated_py.egg-info/dependency_links.txt
goated_py.egg-info/requires.txt
goated_py.egg-info/top_level.txt
tests/test_base64.py
tests/test_binary.py
tests/test_channel.py
tests/test_compat.py
tests/test_compat_extended.py
tests/test_concurrency_fixes.py
tests/test_csv.py
tests/test_filepath.py
tests/test_goos.py
tests/test_gzip.py
tests/test_hash.py
tests/test_html.py
tests/test_http.py
tests/test_log.py
tests/test_mime.py
tests/test_net.py
tests/test_path.py
tests/test_rand.py
tests/test_result.py
tests/test_runtime.py
tests/test_sort.py
tests/test_stdlib_extra.py
tests/test_strings.py
tests/test_template.py
tests/test_testing.py
tests/test_time.py
tests/test_types.py
tests/test_url.py
tests/test_xml.py
tests/test_zip.py