Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/5e72948b260ff80c23c5cc57be69ea26 to your computer and use it in GitHub Desktop.
Save r-ryantm/5e72948b260ff80c23c5cc57be69ea26 to your computer and use it in GitHub Desktop.
/nix/store/2q8y44k54c6kn7mrjfg0qdcxb342gpgl-python3.7-dash_core_components-1.13.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── dash_core_components
│   │   ├── async-datepicker.js
│   │   ├── async-datepicker.js.map
│   │   ├── async-dropdown.js
│   │   ├── async-dropdown.js.map
│   │   ├── async-graph.js
│   │   ├── async-graph.js.map
│   │   ├── async-highlight.js
│   │   ├── async-highlight.js.map
│   │   ├── async-markdown.js
│   │   ├── async-markdown.js.map
│   │   ├── async-plotlyjs.js
│   │   ├── async-slider.js
│   │   ├── async-slider.js.map
│   │   ├── async-upload.js
│   │   ├── async-upload.js.map
│   │   ├── Checklist.py
│   │   ├── ConfirmDialogProvider.py
│   │   ├── ConfirmDialog.py
│   │   ├── dash_core_components.min.js
│   │   ├── dash_core_components.min.js.map
│   │   ├── dash_core_components-shared.js
│   │   ├── dash_core_components-shared.js.map
│   │   ├── DatePickerRange.py
│   │   ├── DatePickerSingle.py
│   │   ├── Dropdown.py
│   │   ├── Graph.py
│   │   ├── _imports_.py
│   │   ├── __init__.py
│   │   ├── Input.py
│   │   ├── Interval.py
│   │   ├── Link.py
│   │   ├── Loading.py
│   │   ├── Location.py
│   │   ├── LogoutButton.py
│   │   ├── Markdown.py
│   │   ├── metadata.json
│   │   ├── package-info.json
│   │   ├── plotly.min.js
│   │   ├── __pycache__
│   │   │   ├── Checklist.cpython-37.pyc
│   │   │   ├── ConfirmDialog.cpython-37.pyc
│   │   │   ├── ConfirmDialogProvider.cpython-37.pyc
│   │   │   ├── DatePickerRange.cpython-37.pyc
│   │   │   ├── DatePickerSingle.cpython-37.pyc
│   │   │   ├── Dropdown.cpython-37.pyc
│   │   │   ├── Graph.cpython-37.pyc
│   │   │   ├── _imports_.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── Input.cpython-37.pyc
│   │   │   ├── Interval.cpython-37.pyc
│   │   │   ├── Link.cpython-37.pyc
│   │   │   ├── Loading.cpython-37.pyc
│   │   │   ├── Location.cpython-37.pyc
│   │   │   ├── LogoutButton.cpython-37.pyc
│   │   │   ├── Markdown.cpython-37.pyc
│   │   │   ├── RadioItems.cpython-37.pyc
│   │   │   ├── RangeSlider.cpython-37.pyc
│   │   │   ├── Slider.cpython-37.pyc
│   │   │   ├── Store.cpython-37.pyc
│   │   │   ├── Tab.cpython-37.pyc
│   │   │   ├── Tabs.cpython-37.pyc
│   │   │   ├── Textarea.cpython-37.pyc
│   │   │   └── Upload.cpython-37.pyc
│   │   ├── RadioItems.py
│   │   ├── RangeSlider.py
│   │   ├── Slider.py
│   │   ├── Store.py
│   │   ├── Tab.py
│   │   ├── Tabs.py
│   │   ├── Textarea.py
│   │   └── Upload.py
│   └── dash_core_components-1.13.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 77 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment