Metadata-Version: 2.1
Name: live-static-server
Version: 0.0.3
Summary: live static server
Home-page: https://github.com/qiu8310/live-static-server
Author: Mora
Author-email: qiuzhongleiabc@126.com
Project-URL: Bug Tracker, https://github.com/qiu8310/live-static-server/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tornado (>=6)
Requires-Dist: click (>=8)
Requires-Dist: watchdog (>=2)
Requires-Dist: beautifulsoup4 (>=4)

# live-static-server

live static server

## Usage


## Development Tips

* init env:     python3 -m pip install --upgrade pipenv
* init shell:   pipenv shell
* init project: pipenv install
* build:        python -m build
* upload test:  python -m twine upload --repository testpypi dist/*
* upload prod:  python -m twine upload dist/*

* use test:     pip install --index-url https://test.pypi.org/simple/ --no-deps live-static-server-USER_NAME
* use prod:     pip install live-static-server


<!--
## Roadmap

If you have ideas for releases in the future, it is a good idea to list them in the README.
-->

## Changelog

[Changelog](./CHANGELOG.md)


## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.
