dash-datepicker
This is a dash datetime range picker based on react-datetime.
In contrast to the dash datepicker from dash-core-components, it is also possible to specify hours and minutes on a certain day.
Development
docker-compose up
docker exec -it dash-datepicker bash
cookiecutter https://github.com/plotly/dash-component-boilerplate.git
cd dash_datetimepicker
. venv/bin/activate
pip install -r requirements.txt
python usage.py
npm start
npm run build
Test/publish created package
deactivate
python setup.py sdist
pip install dist/dash_datetimepicker-0.0.6.tar.gz
python usage.py
twine check dist/*
twine upload dist/*
rm -rf dist
npm login
npm publish
pip install dash_datetimepicker
python dash_datetimepicker/usage.py