././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632021460.4543324 types-toml-0.10.0/0000755000175100001710000000000000000000000013245 5ustar00runnerdocker././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632021459.0 types-toml-0.10.0/CHANGELOG.md0000644000175100001710000000010500000000000015052 0ustar00runnerdocker## 0.10.0 (2021-09-19) Update third-party package versions (#5996) ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632021459.0 types-toml-0.10.0/MANIFEST.in0000644000175100001710000000002500000000000015000 0ustar00runnerdockerinclude CHANGELOG.md ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632021460.4543324 types-toml-0.10.0/PKG-INFO0000644000175100001710000000150500000000000014343 0ustar00runnerdockerMetadata-Version: 2.1 Name: types-toml Version: 0.10.0 Summary: Typing stubs for toml Home-page: https://github.com/python/typeshed License: Apache-2.0 license Platform: UNKNOWN Classifier: License :: OSI Approved :: Apache Software License Classifier: Typing :: Typed Description-Content-Type: text/markdown ## Typing stubs for toml This is a PEP 561 type stub package for the `toml` package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses `toml`. The source for this package can be found at https://github.com/python/typeshed/tree/master/stubs/toml. All fixes for types and metadata should be contributed there. See https://github.com/python/typeshed/blob/master/README.md for more details. This package was generated from typeshed commit `caa642dd3b10bb20179d81cb2821f25aa2695396`. ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632021460.4543324 types-toml-0.10.0/setup.cfg0000644000175100001710000000004600000000000015066 0ustar00runnerdocker[egg_info] tag_build = tag_date = 0 ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632021459.0 types-toml-0.10.0/setup.py0000644000175100001710000000217700000000000014766 0ustar00runnerdockerfrom setuptools import setup name = "types-toml" description = "Typing stubs for toml" long_description = ''' ## Typing stubs for toml This is a PEP 561 type stub package for the `toml` package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses `toml`. The source for this package can be found at https://github.com/python/typeshed/tree/master/stubs/toml. All fixes for types and metadata should be contributed there. See https://github.com/python/typeshed/blob/master/README.md for more details. This package was generated from typeshed commit `caa642dd3b10bb20179d81cb2821f25aa2695396`. '''.lstrip() setup(name=name, version="0.10.0", description=description, long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/python/typeshed", install_requires=[], packages=['toml-stubs'], package_data={'toml-stubs': ['__init__.pyi', 'METADATA.toml']}, license="Apache-2.0 license", classifiers=[ "License :: OSI Approved :: Apache Software License", "Typing :: Typed", ] ) ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632021460.4543324 types-toml-0.10.0/toml-stubs/0000755000175100001710000000000000000000000015356 5ustar00runnerdocker././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632021459.0 types-toml-0.10.0/toml-stubs/METADATA.toml0000644000175100001710000000004000000000000017425 0ustar00runnerdockerversion = "0.10" python2 = true ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632021459.0 types-toml-0.10.0/toml-stubs/__init__.pyi0000644000175100001710000000125600000000000017644 0ustar00runnerdockerimport sys from _typeshed import StrPath, SupportsWrite from typing import IO, Any, Mapping, MutableMapping, Text, Type, Union if sys.version_info >= (3, 6): _PathLike = StrPath elif sys.version_info >= (3, 4): import pathlib _PathLike = Union[StrPath, pathlib.PurePath] else: _PathLike = StrPath class TomlDecodeError(Exception): ... def load(f: _PathLike | list[Text] | IO[str], _dict: Type[MutableMapping[str, Any]] = ...) -> MutableMapping[str, Any]: ... def loads(s: Text, _dict: Type[MutableMapping[str, Any]] = ...) -> MutableMapping[str, Any]: ... def dump(o: Mapping[str, Any], f: SupportsWrite[str]) -> str: ... def dumps(o: Mapping[str, Any]) -> str: ... ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1632021460.4543324 types-toml-0.10.0/types_toml.egg-info/0000755000175100001710000000000000000000000017136 5ustar00runnerdocker././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632021460.0 types-toml-0.10.0/types_toml.egg-info/PKG-INFO0000644000175100001710000000150500000000000020234 0ustar00runnerdockerMetadata-Version: 2.1 Name: types-toml Version: 0.10.0 Summary: Typing stubs for toml Home-page: https://github.com/python/typeshed License: Apache-2.0 license Platform: UNKNOWN Classifier: License :: OSI Approved :: Apache Software License Classifier: Typing :: Typed Description-Content-Type: text/markdown ## Typing stubs for toml This is a PEP 561 type stub package for the `toml` package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses `toml`. The source for this package can be found at https://github.com/python/typeshed/tree/master/stubs/toml. All fixes for types and metadata should be contributed there. See https://github.com/python/typeshed/blob/master/README.md for more details. This package was generated from typeshed commit `caa642dd3b10bb20179d81cb2821f25aa2695396`. ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632021460.0 types-toml-0.10.0/types_toml.egg-info/SOURCES.txt0000644000175100001710000000033200000000000021020 0ustar00runnerdockerCHANGELOG.md MANIFEST.in setup.py toml-stubs/METADATA.toml toml-stubs/__init__.pyi types_toml.egg-info/PKG-INFO types_toml.egg-info/SOURCES.txt types_toml.egg-info/dependency_links.txt types_toml.egg-info/top_level.txt././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632021460.0 types-toml-0.10.0/types_toml.egg-info/dependency_links.txt0000644000175100001710000000000100000000000023204 0ustar00runnerdocker ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1632021460.0 types-toml-0.10.0/types_toml.egg-info/top_level.txt0000644000175100001710000000001300000000000021662 0ustar00runnerdockertoml-stubs