https://github.com/tarc/asyncfileserver
Simple File Server Featuring Python Async Constructs
https://github.com/tarc/asyncfileserver
asyncio python
Last synced: 5 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T22:15:03.000Z (over 2 years ago)
- Last Synced: 2025-03-11T08:51:06.811Z (over 1 year ago)
- Topics: asyncio, python
- Language: Python
- Homepage: https://tarc.github.io/asyncfileserver/
- Size: 422 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 [](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/).