asphalt 4.4.3
pip install asphalt==4.4.3
Released:
A microframework for network oriented applications
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License 2.0)
- Author: Alex Grönholm
- Requires: Python >=3.5.2
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Project description
Asphalt is an asyncio based microframework for network oriented applications.
Its highlight features are:
An ecosystem of components for integrating functionality from third party libraries and external services
A configuration system where hard-coded defaults can be selectively overridden by external configuration
A sophisticated signal system that lets you connect different services to create complex event-driven interactions
Supports uvloop and tokio as event loop policy providers (though YMMV with the last one)
Elegant handling of blocking APIs through the use of thread pooling
Run time type checking for development and testing to fail early when functions are called with incompatible arguments (can be disabled with zero overhead for production deployments!)
Type hints and semantic versioning used throughout the core and all component libraries
Asphalt can be used to make any imaginable kind of networked application, ranging from trivial command line tools to highly complex component hierarchies that start multiple network servers and/or clients using different protocols.
What really sets Asphalt apart from other frameworks is its resource sharing system – the kind of functionality usually only found in bulky application server software. Asphalt components publish their services as resources in a shared context. Components can build on resources provided by each other, making it possible to create components that offer highly sophisticated functionality with relatively little effort.
Project links
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License 2.0)
- Author: Alex Grönholm
- Requires: Python >=3.5.2
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file asphalt-4.4.3.tar.gz
.
File metadata
- Download URL: asphalt-4.4.3.tar.gz
- Upload date:
- Size: 62.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9e3b17cce58ba8f382f24126b6e50ff36d4d7ef19662af95b1f50e0e51801fd |
|
MD5 | 9e567908009ce13bb4d02bad9ea0ba72 |
|
BLAKE2b-256 | aa94c655098cd4cb75e172e1c7d650f811eed45b9568e88f1668cf850f729a48 |
File details
Details for the file asphalt-4.4.3-py3-none-any.whl
.
File metadata
- Download URL: asphalt-4.4.3-py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23daab5270cb0b6b22299e28631bf4b60de07e0eb9a60d62cbd9d68ea11f6563 |
|
MD5 | 6960c710375d3ec948f1810638404638 |
|
BLAKE2b-256 | 552d32b0e2b4b79d23927aa1045129b3677a4a3af145b77d5080c733f827278c |