ez-a-sync 0.32.8__tar.gz → 0.32.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ez-a-sync might be problematic. Click here for more details.
- ez-a-sync-0.32.9/.github/workflows/release.yaml +99 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/PKG-INFO +12 -17
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/ez_a_sync.egg-info/PKG-INFO +12 -17
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/setup.py +12 -0
- ez_a_sync-0.32.8/.github/workflows/release.yaml +0 -31
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/.coverage +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/.github/workflows/black.yaml +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/.github/workflows/codeql.yaml +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/.github/workflows/docs.yaml +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/.github/workflows/mypy.yaml +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/.github/workflows/pytest.yaml +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/.gitignore +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/.sourcery.yaml +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/LICENSE.txt +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/MANIFEST.in +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/Makefile +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/README.md +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/TODO +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/ENVIRONMENT_VARIABLES.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/__init__.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/__init__.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/_smart.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/_smart.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/_smart.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/_smart.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/_typing.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/__init__.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_descriptor.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_descriptor.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_descriptor.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_flags.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_flags.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_flags.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_helpers.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_helpers.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_helpers.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_helpers.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_kwargs.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_kwargs.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_kwargs.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/_meta.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/abstract.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/abstract.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/abstract.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/base.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/base.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/base.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/config.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/decorator.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/flags.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/flags.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/flags.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/flags.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/function.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/function.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/function.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/function.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/method.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/method.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/method.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/method.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/modifiers/__init__.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/modifiers/__init__.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/modifiers/cache/__init__.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/modifiers/cache/memory.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/modifiers/limiter.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/modifiers/manager.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/modifiers/manager.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/modifiers/manager.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/modifiers/manager.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/modifiers/semaphores.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/property.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/property.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/property.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/a_sync/singleton.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/aliases.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/async_property/__init__.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/async_property/__init__.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/async_property/cached.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/async_property/cached.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/async_property/cached.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/async_property/cached.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/async_property/proxy.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/async_property/proxy.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/async_property/proxy.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/async_property/proxy.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/__init__.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/__init__.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/as_completed.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/as_completed.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/as_completed.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/as_completed.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/create_task.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/create_task.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/create_task.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/create_task.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/gather.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/gather.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/gather.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/igather.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/igather.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/igather.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/igather.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/sleep.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/sleep.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/asyncio/sleep.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/debugging.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/debugging.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/debugging.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/exceptions.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/exceptions.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/exceptions.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/executor.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/functools.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/functools.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/functools.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/functools.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/future.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/iter.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/iter.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/iter.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/iter.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/__init__.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/__init__.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/_debug.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/_debug.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/_debug.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/_debug.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/_loggable.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/_loggable.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/_loggable.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/_loggable.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/__init__.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/__init__.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/counter.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/counter.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/counter.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/counter.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/event.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/event.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/event.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/event.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/prio_semaphore.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/prio_semaphore.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/prio_semaphore.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/prio_semaphore.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/semaphore.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/semaphore.pxd +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/semaphore.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/locks/semaphore.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/primitives/queue.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/py.typed +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/sphinx/__init__.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/sphinx/ext.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/task.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/utils/__init__.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/utils/iterators.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/utils/repr.c +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/utils/repr.pyi +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/a_sync/utils/repr.pyx +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/Makefile +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/_build/html/_static/alabaster.css +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/_build/html/_static/basic.css +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/_build/html/_static/custom.css +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/_build/html/_static/doctools.js +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/_build/html/_static/documentation_options.js +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/_build/html/_static/file.png +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/_build/html/_static/language_data.js +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/_build/html/_static/minus.png +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/_build/html/_static/plus.png +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/_build/html/_static/pygments.css +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/_build/html/_static/searchtools.js +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/_build/html/_static/sphinx_highlight.js +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/conf.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/index.rst +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/docs/make.bat +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/ez_a_sync.egg-info/SOURCES.txt +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/ez_a_sync.egg-info/dependency_links.txt +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/ez_a_sync.egg-info/not-zip-safe +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/ez_a_sync.egg-info/requires.txt +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/ez_a_sync.egg-info/top_level.txt +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/include/pythoncapi_compat.h +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/pyproject.toml +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/requirements-dev.txt +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/requirements.txt +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/setup.cfg +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/__init__.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/a_sync/modifiers/test_apply_semaphore.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/a_sync/test_abstract.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/a_sync/test_base.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/a_sync/test_cache.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/a_sync/test_decorator.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/a_sync/test_limiter.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/a_sync/test_meta.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/a_sync/test_modified.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/a_sync/test_property.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/a_sync/test_singleton.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/asyncio/test_as_completed.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/asyncio/test_create_task.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/asyncio/test_gather.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/asyncio/test_igather.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/conftest.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/executor.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/fixtures.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/primitives/test_counter.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/primitives/test_event.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/primitives/test_prio_semaphore.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/primitives/test_queue.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/primitives/test_semaphore.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/task/test_task.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/task/test_task_mapping_views.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/test_executor.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/test_future.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/test_helpers.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/test_iter.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/test_smart.py +0 -0
- {ez_a_sync-0.32.8 → ez-a-sync-0.32.9}/tests/utils/test_repr.py +0 -0
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
name: Build and Publish Wheels
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
release:
|
|
5
|
+
branches:
|
|
6
|
+
- master
|
|
7
|
+
types: [published]
|
|
8
|
+
|
|
9
|
+
jobs:
|
|
10
|
+
build_wheels:
|
|
11
|
+
name: Build wheels using cibuildwheel
|
|
12
|
+
runs-on: ${{ matrix.os }}
|
|
13
|
+
strategy:
|
|
14
|
+
fail-fast: false
|
|
15
|
+
matrix:
|
|
16
|
+
os: [ubuntu-latest, macos-latest, windows-latest]
|
|
17
|
+
|
|
18
|
+
steps:
|
|
19
|
+
- name: Check out code
|
|
20
|
+
uses: actions/checkout@v3
|
|
21
|
+
with:
|
|
22
|
+
fetch-depth: 0
|
|
23
|
+
|
|
24
|
+
# On Windows and macOS, actions/setup-python provides Python.
|
|
25
|
+
# On Ubuntu, cibuildwheel uses Docker to create manylinux wheels by default.
|
|
26
|
+
- name: Set up Python
|
|
27
|
+
uses: actions/setup-python@v4
|
|
28
|
+
with:
|
|
29
|
+
python-version: "3.11"
|
|
30
|
+
|
|
31
|
+
- name: Install cibuildwheel
|
|
32
|
+
run: |
|
|
33
|
+
python -m pip install --upgrade pip setuptools wheel cibuildwheel
|
|
34
|
+
|
|
35
|
+
- name: Build wheels
|
|
36
|
+
env:
|
|
37
|
+
# skip building wheels for PyPy
|
|
38
|
+
CIBW_SKIP: pp*
|
|
39
|
+
run: |
|
|
40
|
+
python -m cibuildwheel --output-dir wheelhouse
|
|
41
|
+
|
|
42
|
+
- name: Upload wheels
|
|
43
|
+
uses: actions/upload-artifact@v4
|
|
44
|
+
with:
|
|
45
|
+
name: wheels-${{ matrix.os }}
|
|
46
|
+
path: wheelhouse/*.whl
|
|
47
|
+
|
|
48
|
+
publish_sdist_and_wheels:
|
|
49
|
+
name: Publish wheels to PyPI
|
|
50
|
+
needs: build_wheels
|
|
51
|
+
runs-on: ubuntu-latest
|
|
52
|
+
steps:
|
|
53
|
+
- name: Check out code
|
|
54
|
+
uses: actions/checkout@v3
|
|
55
|
+
with:
|
|
56
|
+
fetch-depth: 0
|
|
57
|
+
|
|
58
|
+
- name: Set up Python
|
|
59
|
+
uses: actions/setup-python@v4
|
|
60
|
+
with:
|
|
61
|
+
python-version: "3.11"
|
|
62
|
+
|
|
63
|
+
- name: Install dependencies
|
|
64
|
+
run: |
|
|
65
|
+
python -m pip install --upgrade pip
|
|
66
|
+
pip install setuptools wheel twine cython
|
|
67
|
+
|
|
68
|
+
- name: Build sdist
|
|
69
|
+
run: |
|
|
70
|
+
python setup.py sdist
|
|
71
|
+
|
|
72
|
+
- name: Download wheel artifacts (Ubuntu)
|
|
73
|
+
uses: actions/download-artifact@v4
|
|
74
|
+
with:
|
|
75
|
+
name: "wheels-ubuntu-latest"
|
|
76
|
+
path: wheelhouse/ubuntu
|
|
77
|
+
|
|
78
|
+
- name: Download wheel artifacts (macOS)
|
|
79
|
+
uses: actions/download-artifact@v4
|
|
80
|
+
with:
|
|
81
|
+
name: "wheels-macos-latest"
|
|
82
|
+
path: wheelhouse/macos
|
|
83
|
+
|
|
84
|
+
- name: Download wheel artifacts (Windows)
|
|
85
|
+
uses: actions/download-artifact@v4
|
|
86
|
+
with:
|
|
87
|
+
name: "wheels-windows-latest"
|
|
88
|
+
path: wheelhouse/windows
|
|
89
|
+
|
|
90
|
+
- name: Publish sdist and wheels to PyPI
|
|
91
|
+
env:
|
|
92
|
+
TWINE_USERNAME: __token__
|
|
93
|
+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
|
94
|
+
run: |
|
|
95
|
+
twine upload \
|
|
96
|
+
dist/* \
|
|
97
|
+
wheelhouse/ubuntu/*.whl \
|
|
98
|
+
wheelhouse/macos/*.whl \
|
|
99
|
+
wheelhouse/windows/*.whl
|
|
@@ -1,29 +1,24 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: ez-a-sync
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.9
|
|
4
4
|
Summary: A library that makes it easy to define objects that can be used for both sync and async use cases.
|
|
5
5
|
Home-page: https://github.com/BobTheBuidler/a-sync
|
|
6
6
|
Author: BobTheBuidler
|
|
7
7
|
Author-email: bobthebuidlerdefi@gmail.com
|
|
8
8
|
License: MIT
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
17
|
+
Classifier: Operating System :: OS Independent
|
|
18
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
9
19
|
Requires-Python: >=3.8,<3.14
|
|
10
20
|
Description-Content-Type: text/markdown
|
|
11
21
|
License-File: LICENSE.txt
|
|
12
|
-
Requires-Dist: aiolimiter>=1
|
|
13
|
-
Requires-Dist: async_lru_threadsafe==2.0.4
|
|
14
|
-
Requires-Dist: async_property==0.2.1
|
|
15
|
-
Requires-Dist: typed_envs>=0.0.5
|
|
16
|
-
Requires-Dist: typing_extensions>=4.1.0
|
|
17
|
-
Dynamic: author
|
|
18
|
-
Dynamic: author-email
|
|
19
|
-
Dynamic: description
|
|
20
|
-
Dynamic: description-content-type
|
|
21
|
-
Dynamic: home-page
|
|
22
|
-
Dynamic: license
|
|
23
|
-
Dynamic: license-file
|
|
24
|
-
Dynamic: requires-dist
|
|
25
|
-
Dynamic: requires-python
|
|
26
|
-
Dynamic: summary
|
|
27
22
|
|
|
28
23
|
## Table of Contents
|
|
29
24
|
<!-- TOC -->
|
|
@@ -1,29 +1,24 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: ez-a-sync
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.9
|
|
4
4
|
Summary: A library that makes it easy to define objects that can be used for both sync and async use cases.
|
|
5
5
|
Home-page: https://github.com/BobTheBuidler/a-sync
|
|
6
6
|
Author: BobTheBuidler
|
|
7
7
|
Author-email: bobthebuidlerdefi@gmail.com
|
|
8
8
|
License: MIT
|
|
9
|
+
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Programming Language :: Python :: 3
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
17
|
+
Classifier: Operating System :: OS Independent
|
|
18
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
9
19
|
Requires-Python: >=3.8,<3.14
|
|
10
20
|
Description-Content-Type: text/markdown
|
|
11
21
|
License-File: LICENSE.txt
|
|
12
|
-
Requires-Dist: aiolimiter>=1
|
|
13
|
-
Requires-Dist: async_lru_threadsafe==2.0.4
|
|
14
|
-
Requires-Dist: async_property==0.2.1
|
|
15
|
-
Requires-Dist: typed_envs>=0.0.5
|
|
16
|
-
Requires-Dist: typing_extensions>=4.1.0
|
|
17
|
-
Dynamic: author
|
|
18
|
-
Dynamic: author-email
|
|
19
|
-
Dynamic: description
|
|
20
|
-
Dynamic: description-content-type
|
|
21
|
-
Dynamic: home-page
|
|
22
|
-
Dynamic: license
|
|
23
|
-
Dynamic: license-file
|
|
24
|
-
Dynamic: requires-dist
|
|
25
|
-
Dynamic: requires-python
|
|
26
|
-
Dynamic: summary
|
|
27
22
|
|
|
28
23
|
## Table of Contents
|
|
29
24
|
<!-- TOC -->
|
|
@@ -27,6 +27,18 @@ setup(
|
|
|
27
27
|
author_email="bobthebuidlerdefi@gmail.com",
|
|
28
28
|
url="https://github.com/BobTheBuidler/a-sync",
|
|
29
29
|
license="MIT",
|
|
30
|
+
classifiers=[
|
|
31
|
+
"Intended Audience :: Developers",
|
|
32
|
+
"Programming Language :: Python :: 3",
|
|
33
|
+
"Programming Language :: Python :: 3.8",
|
|
34
|
+
"Programming Language :: Python :: 3.9",
|
|
35
|
+
"Programming Language :: Python :: 3.10",
|
|
36
|
+
"Programming Language :: Python :: 3.11",
|
|
37
|
+
"Programming Language :: Python :: 3.12",
|
|
38
|
+
"Programming Language :: Python :: Implementation :: CPython",
|
|
39
|
+
"Operating System :: OS Independent",
|
|
40
|
+
"Topic :: Software Development :: Libraries",
|
|
41
|
+
],
|
|
30
42
|
install_requires=requirements,
|
|
31
43
|
setup_requires=["setuptools_scm", "cython"],
|
|
32
44
|
python_requires=">=3.8,<3.14",
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
name: Upload Python Package
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
push:
|
|
5
|
-
branches:
|
|
6
|
-
- dev
|
|
7
|
-
release:
|
|
8
|
-
branches:
|
|
9
|
-
- master
|
|
10
|
-
types: [published]
|
|
11
|
-
|
|
12
|
-
jobs:
|
|
13
|
-
deploy:
|
|
14
|
-
runs-on: ubuntu-latest
|
|
15
|
-
|
|
16
|
-
steps:
|
|
17
|
-
- uses: actions/checkout@v2
|
|
18
|
-
with:
|
|
19
|
-
fetch-depth: 0
|
|
20
|
-
- uses: actions/setup-python@v2
|
|
21
|
-
- name: Install dependencies
|
|
22
|
-
run: |
|
|
23
|
-
python -m pip install --upgrade pip
|
|
24
|
-
pip install setuptools wheel twine cython
|
|
25
|
-
- name: Build and publish
|
|
26
|
-
env:
|
|
27
|
-
TWINE_USERNAME: __token__
|
|
28
|
-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
|
29
|
-
run: |
|
|
30
|
-
python setup.py sdist
|
|
31
|
-
twine upload dist/*
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|