Metadata-Version: 2.1
Name: localstack-twisted
Version: 24.3.0
Summary: An asynchronous networking framework written in Python
Project-URL: Homepage, https://github.com/localstack/twisted-distribution
Project-URL: Changelog, https://github.com/twisted/twisted/blob/HEAD/NEWS.rst
Project-URL: Documentation, https://docs.twistedmatrix.com/
Project-URL: Issues, https://twistedmatrix.com/trac/report
Project-URL: Source, https://github.com/twisted/twisted
Project-URL: Twitter, https://twitter.com/twistedmatrix
Author-email: Twisted Matrix Laboratories <twisted-python@twistedmatrix.com>, LocalStack <info@localstack.cloud>
License: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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.8.0
Requires-Dist: attrs>=21.3.0
Requires-Dist: constantly>=15.1
Requires-Dist: h2<5.0,>=3.0
Requires-Dist: hyperlink>=17.1.1
Requires-Dist: idna>=2.4
Requires-Dist: incremental>=22.10.0
Requires-Dist: priority<2.0,>=1.1.0
Requires-Dist: pyopenssl>=21.0.0
Requires-Dist: twisted-iocpsupport<2,>=1.0.2; platform_system == 'Windows'
Requires-Dist: typing-extensions>=4.2.0
Requires-Dist: zope-interface>=5
Description-Content-Type: text/markdown

# LocalStack Distribution of Twisted

This package re-distributes the unmodified twisted code for use in localstack.

## Clone

Clone the repository with submodules

    git clone --recurse-submodules https://github.com/localstack/twisted-distribution

## Build

    python -m build


