Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dash-datetimepicker

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dash-datetimepicker

Dash component to select date and times

  • 0.0.7
  • PyPI
  • Socket score

Maintainers
1

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.6.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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc