Skip to content

TimoDiepers/bw_timex_app

Repository files navigation

bw_timex_app

PyPI Status Python Version License

Read the documentation at https://bw_timex_app.readthedocs.io/ Tests Codecov

pre-commit Black

Installation

You can install bw_timex_app via [pip] from [PyPI]:

$ pip install bw_timex_app

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the BSD 3 Clause license, bw_timex_app is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Building the Documentation

You can build the documentation locally by installing the documentation Conda environment:

conda env create -f docs/environment.yml

activating the environment

conda activate sphinx_bw_timex_app

and running the build command:

sphinx-build docs _build/html --builder=html --jobs=auto --write-all; open _build/html/index.html