An asynchronous networking framework written in Python
Project description
LocalStack Distribution of Twisted
This package re-distributes the unmodified twisted code for use in LocalStack, excluding the tests and a few modules not needed by LocalStack in order to reduce the size.
Build project
Clone
Clone the repository with submodules
git clone --recurse-submodules git@github.com:localstack/twisted-distribution
Build
python -m build
Upgrade to latest tagged version
To check out the latest tag and update the submodule, you can run this:
cd ./twisted
git fetch --tags
git checkout "$(git describe --tags "$(git rev-list --tags --max-count=1)")"
cd ..
git add twisted
Then
git commit -am "upgrade to twisted <version>"
Publish to pypi
First, build the package
python -m venv .venv
source .venv/bin/activate
python -m pip install build twine
python -m build
python -m twine upload dist/*
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file localstack_twisted-26.4.0.tar.gz.
File metadata
- Download URL: localstack_twisted-26.4.0.tar.gz
- Upload date:
- Size: 895.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd59be19d063991d2f1832efdc1d0d02f77e7d4d2c9ce740af5f676c4daa47f0
|
|
| MD5 |
1243fb614535b013fa3b7c1c1a312307
|
|
| BLAKE2b-256 |
8d46e005df60a5198fd87c027e4c191cf356dc6bd7beb2a8c50da0c8c3e5d76b
|
File details
Details for the file localstack_twisted-26.4.0-py3-none-any.whl.
File metadata
- Download URL: localstack_twisted-26.4.0-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47ae73c615adfae76e1def09ddb35a418f2d6bb9fd7dd03cb1e9169a07365782
|
|
| MD5 |
2573bc719f270eaeb4ad810d18e8a540
|
|
| BLAKE2b-256 |
86403b990ce870e99d159330968b39147b707c7eeeac80c7f2da0d69e048fe72
|