Dash component to select date and times
Project description
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
# Create and exec into docker image
docker-compose up
docker exec -it dash-datepicker bash
# From within the docker image run (only once when starting the project)
cookiecutter https://github.com/plotly/dash-component-boilerplate.git
# From within docker
cd dash_datetimepicker
# Start python example app
. venv/bin/activate
pip install -r requirements.txt
python usage.py
# Start react app
npm start
# Build datepicker
npm run build
Test/publish created package
# Test fresh build
deactivate
python setup.py sdist
pip install dist/dash_datetimepicker-0.0.4.tar.gz
python usage.py
# eventually create pypi account
twine check dist/*
twine upload dist/*
rm -rf dist
# eventually authenticate at npm
npm login
npm publish
# check published module
pip install dash_datetimepicker
python dash_datetimepicker/usage.py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dash_datetimepicker-0.0.4.tar.gz
(283.2 kB
view hashes)
Close
Hashes for dash_datetimepicker-0.0.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b27a168d36cf031153ba6be95b01b7a8a0990fc4f54555c7a5d853dcb9fa98c |
|
MD5 | 1d1e1a072e7cde40d384069533076391 |
|
BLAKE2b-256 | 0020fc6d1e1a7019c4389bbcc5c776d8c1c67b65a6427715d56c5af470d9d591 |