Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarc/asyncfileserver
Simple File Server Featuring Python Async Constructs
https://github.com/tarc/asyncfileserver
asyncio python
Last synced: about 2 months ago
JSON representation
Simple File Server Featuring Python Async Constructs
- Host: GitHub
- URL: https://github.com/tarc/asyncfileserver
- Owner: tarc
- License: mit
- Created: 2020-03-22T22:26:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T10:39:42.000Z (over 1 year ago)
- Last Synced: 2023-08-17T12:28:09.426Z (over 1 year ago)
- Topics: asyncio, python
- Language: Python
- Homepage: https://tarc.github.io/asyncfileserver/
- Size: 394 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Test and Coverage Measuring](https://github.com/tarc/asyncfileserver/workflows/Test%20and%20Coverage%20Measuring/badge.svg?branch=master) [![codecov](https://codecov.io/gh/tarc/asyncfileserver/branch/master/graph/badge.svg)](https://codecov.io/gh/tarc/asyncfileserver)
# Simple File Server Featuring Python Async Constructs
This is a toy project to excercise the new async facilities from python 3.5+.
This project features [Github Actions](https://github.com/features/actions)
to automate testing, package publishing and even to bump versions and tag
them to the repository.The package is published to [PyPI](https://pypi.org/) as
[asyncfileserver](https://pypi.org/project/asyncfileserver/). The test
coverage report is provided by [Codecov](https://codecov.io/).