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.5.tar.gz
(282.8 kB
view details)
File details
Details for the file dash_datetimepicker-0.0.5.tar.gz.
File metadata
- Download URL: dash_datetimepicker-0.0.5.tar.gz
- Upload date:
- Size: 282.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2af278300d35f8a54a4ab2d32e65c2e03757922bcfb46fab0844a2f488437c40
|
|
| MD5 |
82f8b3f28a6a1add37d0dcb62c461394
|
|
| BLAKE2b-256 |
c73d8e8490780a3ad4bba272c8f6a1f05624add38106cba82d603bd03b6f9760
|