Metadata-Version: 2.1
Name: batchsend
Version: 0.1.1
Summary: Nim / Python library to feed HTTP server quickly with custom messages
Home-page: https://github.com/marcomq/batchsend
Author: Marco Mengelkoch
Author-email: MMengelkoch@gmx.de
License: MIT
Description: # batchsend
        ![License](https://img.shields.io/github/license/marcomq/batchsend)
        
        
        Nim / Python library to feed HTTP server quickly with custom messages
        
        Currently uses AsyncSocket as this module is faster than AsyncHttpClient
        Notice that the library uses threads that might not catch all network errors
        You cannot catch those when using the python library - the application might
        crash in such a case.
        
        ## Docs
        
        Documentation is [here](http://htmlpreview.github.io/?https://github.com/marcomq/batchsend/blob/main/docs/batchsend.html)
        
Keywords: nim,tcp,http-client
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
