asphalt

View on PyPIReverse Dependencies (17)

4.12.0 asphalt-4.12.0-py3-none-any.whl

Wheel Details

Project: asphalt
Version: 4.12.0
Filename: asphalt-4.12.0-py3-none-any.whl
Download: [link]
Size: 31073
MD5: 1e35044294d21e0419ed24a88545757d
SHA256: 3d6f839a2b23ea30decb7cd1474838b9678d56711f441cbe94f71e73f0bd1a87
Uploaded: 2023-05-28 13:19:00 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: asphalt
Version: 4.12.0
Summary: A microframework for network oriented applications
Author-Email: Alex Grönholm <alex.gronholm[at]nextday.fi>
Project-Url: Component projects, https://github.com/asphalt-framework
Project-Url: Documentation, https://asphalt.readthedocs.org/en/latest/
Project-Url: Help and support, https://github.com/asphalt-framework/asphalt/wiki/Help-and-support
Project-Url: Source code, https://github.com/asphalt-framework/asphalt
Project-Url: Issue tracker, https://github.com/asphalt-framework/asphalt/issues
License: Apache License 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Framework :: AsyncIO
Classifier: Typing :: Typed
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Requires-Dist: ruamel.yaml (>=0.15)
Requires-Dist: async-generator (~=1.4)
Requires-Dist: asyncio-extras (~=1.3)
Requires-Dist: async-timeout (>=2.0)
Requires-Dist: click (>=6.6)
Requires-Dist: importlib-metadata (>=4.4); python_version < "3.10"
Requires-Dist: typing-extensions; python_version < "3.10"
Requires-Dist: Sphinx (>=6.0); extra == "doc"
Requires-Dist: sphinx-rtd-theme (>=1.2.0); extra == "doc"
Requires-Dist: sphinx-autodoc-typehints (>=1.22); extra == "doc"
Requires-Dist: pytest (>=3.9); extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: uvloop; (python_version < "3.12" and platform_python_implementation == "CPython" and platform_system != "Windows") and extra == "test"
Requires-Dist: tokio; extra == "tokio"
Requires-Dist: uvloop (>=0.4.10); extra == "uvloop"
Provides-Extra: doc
Provides-Extra: test
Provides-Extra: tokio
Provides-Extra: uvloop
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 2233 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
asphalt/__main__.py sha256=QhM0ZBDvGNl4fqlDAr3NQXWsfK5GE0wjwjfhrnY7y80 42
asphalt/core/__init__.py sha256=oFAmqVq2vczqozZeP5uhA1ME1El9tQW3I3k0SqKOc0s 1192
asphalt/core/cli.py sha256=G6iDvFnXAOWc6s3xnkTNrN8ZhW8NEYjrZa6c5zOvY5A 4639
asphalt/core/component.py sha256=jJ5DNPTByay5DOGKHt1PA2hOl2U8jYEJed8DlpqJl7k 6779
asphalt/core/concurrent.py sha256=ifd_FSTVW6F_6gJA5SX9-RYi8F8z2fDsizc0RWwCQyc 3734
asphalt/core/context.py sha256=6_KckXtzYHMU4aLYq9rUMoz3NdlI-zE6VlsVfBmGbNo 39623
asphalt/core/event.py sha256=lpoIX7Pmlvxe_RexfWYxxlE2OJe3DLOBEGVNb1IKEJw 10945
asphalt/core/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
asphalt/core/runner.py sha256=L55wPCwplAeQ90nVSIkup0rtHkNK2z16zNjxLq6ZVZk 6234
asphalt/core/utils.py sha256=LOkUAUmVAhIhpzNlk6qEt0ETrYCPFPCbOmgKEbeD2DA 7190
asphalt-4.12.0.dist-info/LICENSE sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA 11358
asphalt-4.12.0.dist-info/METADATA sha256=ZvsPo0A0YZ86lTCECfwJBeAudxx0zq3K-bfZxcI3isg 4559
asphalt-4.12.0.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
asphalt-4.12.0.dist-info/entry_points.txt sha256=5lDAvCe3JoIFrlfa-CAtXoCt-D9m2mPVuKVDM7_BRGo 148
asphalt-4.12.0.dist-info/top_level.txt sha256=R-2hwgwPRuCBIBZvElxlXTU7XZdVGgdOGf_8pMfkK1w 8
asphalt-4.12.0.dist-info/RECORD

top_level.txt

asphalt

entry_points.txt

tokio = tokio:TokioLoopPolicy
uvloop = uvloop:EventLoopPolicy
asphalt = asphalt.core.cli:main