streamlit
Streamlit — A faster way to build and share data apps.
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
5 of 266 committers (1.9%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Streamlit — A faster way to build and share data apps.
Basic Info
- Host: GitHub
- Owner: streamlit
- License: apache-2.0
- Language: Python
- Default Branch: develop
- Homepage: https://streamlit.io
- Size: 705 MB
Statistics
- Stars: 41,215
- Watchers: 323
- Forks: 3,694
- Open Issues: 1,249
- Releases: 107
Topics
Metadata Files
README.md

Welcome to Streamlit
A faster way to build and share data apps.
What is Streamlit?
Streamlit lets you transform Python scripts into interactive web apps in minutes, instead of weeks. Build dashboards, generate reports, or create chat apps. Once youve created an app, you can use our Community Cloud platform to deploy, manage, and share your app.
Why choose Streamlit?
- Simple and Pythonic: Write beautiful, easy-to-read code.
- Fast, interactive prototyping: Let others interact with your data and provide feedback quickly.
- Live editing: See your app update instantly as you edit your script.
- Open-source and free: Join a vibrant community and contribute to Streamlit's future.
Installation
Open a terminal and run:
bash
$ pip install streamlit
$ streamlit hello
If this opens our sweet Streamlit Hello app in your browser, you're all set! If not, head over to our docs for specific installs.
The app features a bunch of examples of what you can do with Streamlit. Jump to the quickstart section to understand how that all works.

Quickstart
A little example
Create a new file named streamlit_app.py in your project directory with the following code:
python
import streamlit as st
x = st.slider("Select a value")
st.write(x, "squared is", x * x)
Now run it to open the app!
$ streamlit run streamlit_app.py

Give me more!
Streamlit comes in with a ton of additional powerful elements to spice up your data apps and delight your viewers. Some examples:
|
|
|
|
|
|
| Input widgets | Dataframes | Charts | Layout | Multi-page apps | Fun |
Our vibrant creators community also extends Streamlit capabilities using Streamlit Components.
Get inspired
There's so much you can build with Streamlit: - LLMs & chatbot apps - Science & technology apps - NLP & language apps - Finance & business apps - Geography & society apps - and more!
Check out our gallery!
Community Cloud
Deploy, manage and share your apps for free using our Community Cloud! Sign-up here.

Resources
- Explore our docs to learn how Streamlit works.
- Ask questions and get help in our community forum.
- Read our blog for tips from developers and creators.
- Extend Streamlit's capabilities by installing or creating your own Streamlit Components.
- Help others find and play with your app by using the Streamlit GitHub badge in your repository:
markdown [](URL_TO_YOUR_APP)
Contribute
Thanks for your interest in helping improve Streamlit!
Before contributing, please read our guidelines here: https://github.com/streamlit/streamlit/wiki/Contributing
License
Streamlit is completely free and open-source and licensed under the Apache 2.0 license.
Owner
- Name: Streamlit
- Login: streamlit
- Kind: organization
- Website: https://streamlit.io
- Repositories: 55
- Profile: https://github.com/streamlit
The fastest way to build custom ML tools
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Thiago Teixeira | t****t@g****m | 1,063 |
| Adrien Treuille | a****e@g****m | 939 |
| Lukas Masuch | L****h@g****m | 690 |
| Tim Conkling | t****g@g****m | 468 |
| dependabot[bot] | 4****] | 276 |
| Vincent Donato | v****t@s****o | 244 |
| Maya Barnes | 6****s | 230 |
| Ken McGrady | k****y@g****m | 221 |
| armando atienza | 4****t | 194 |
| Karen Javadyan | k****c@g****m | 189 |
| Henrikh Kantuni | h****i@g****m | 176 |
| Amanda Walker | a****a@a****o | 173 |
| karrie | k****e@s****o | 127 |
| willhuang1997 | w****7@g****m | 125 |
| Benjamin Räthlein | b****n@g****m | 112 |
| Jonathan Rhone | r****j@g****m | 111 |
| Snehan Kekre | s****a@g****m | 102 |
| Nahuel Emiliano Rosso Fandiño | a****e@g****m | 95 |
| Austin Chen | a****r@g****m | 82 |
| Bob Nisco | b****o@s****m | 80 |
| Ken McGrady | k****n@s****o | 79 |
| Kamil Breguła | k****a@s****m | 70 |
| Randy Zwitch | r****y@s****o | 61 |
| armando atienza | a****o@p****l | 61 |
| Dominik Moritz | d****z@g****m | 57 |
| Laura Wilby | l****y@s****m | 49 |
| William Wei Huang | w****g@s****m | 49 |
| Debbie Matthews | d****s@s****m | 44 |
| Eric Chiu | e****u@s****m | 42 |
| Tomasz Szerszen | t****n@s****m | 41 |
| and 236 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 2,728
- Total pull requests: 5,518
- Average time to close issues: 7 months
- Average time to close pull requests: 7 days
- Total issue authors: 1,663
- Total pull request authors: 232
- Average comments per issue: 3.88
- Average comments per pull request: 1.02
- Merged pull requests: 3,959
- Bot issues: 2
- Bot pull requests: 773
Past Year
- Issues: 919
- Pull requests: 3,331
- Average time to close issues: 11 days
- Average time to close pull requests: 6 days
- Issue authors: 533
- Pull request authors: 129
- Average comments per issue: 1.54
- Average comments per pull request: 1.12
- Merged pull requests: 2,327
- Bot issues: 2
- Bot pull requests: 673
Top Authors
Issue Authors
- jrieke (125)
- sfc-gh-dmatthews (61)
- lukasmasuch (48)
- whitphx (24)
- arnaudmiribel (24)
- wyattscarpenter (23)
- tvst (19)
- nthmost (15)
- shakamoushie (14)
- Asaurus1 (14)
- sfc-gh-jrieke (12)
- sfc-gh-jcarroll (11)
- CHerSun (11)
- blackary (11)
- ghilesmeddour (10)
Pull Request Authors
- lukasmasuch (910)
- dependabot[bot] (717)
- LukasMasuch (499)
- mayagbarnes (376)
- kmcgrady (306)
- sfc-gh-bnisco (297)
- kajarenc (288)
- raethlein (222)
- willhuang1997 (215)
- sfc-gh-lwilby (204)
- vdonato (168)
- sfc-gh-pchiu (142)
- sfc-gh-wihuang (112)
- sfc-gh-nbellante (107)
- sfc-gh-dmatthews (93)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 16
-
Total downloads:
- pypi 13,351,037 last-month
- npm 18,052 last-month
- Total docker downloads: 569,966
-
Total dependent packages: 1,259
(may contain duplicates) -
Total dependent repositories: 48,297
(may contain duplicates) - Total versions: 1,973
- Total maintainers: 16
- Total advisories: 4
pypi.org: streamlit
A faster way to build and share data apps
- Homepage: https://streamlit.io
- Documentation: https://docs.streamlit.io/
- License: Apache License 2.0
-
Latest release: 1.49.1
published 6 months ago
Rankings
Maintainers (4)
Advisories (4)
npmjs.org: streamlit-component-lib
Support code for Streamlit Components
- Homepage: https://github.com/streamlit/streamlit#readme
- License: Apache-2.0
-
Latest release: 2.0.0
published over 2 years ago
Rankings
Maintainers (5)
pypi.org: streamlit-nightly
A faster way to build and share data apps
- Homepage: https://streamlit.io
- Documentation: https://docs.streamlit.io/
- License: Apache License 2.0
-
Latest release: 1.41.2.dev20250113
published about 1 year ago
Rankings
Maintainers (4)
proxy.golang.org: github.com/streamlit/streamlit
- Documentation: https://pkg.go.dev/github.com/streamlit/streamlit#section-documentation
- License: apache-2.0
-
Latest release: v0.0.3
published over 5 years ago
Rankings
anaconda.org: streamlit
Streamlit lets you turn data scripts into sharable web apps in minutes, not weeks. It's all Python, open-source, and free!
- Homepage: https://streamlit.io
- License: Apache-2.0
-
Latest release: 1.48.0
published 7 months ago
Rankings
pypi.org: streamlit-with-ssl
The fastest way to build data apps in Python (better with SSL)
- Homepage: https://streamlit.io
- Documentation: https://docs.streamlit.io/
- License: Apache License 2.0
-
Latest release: 1.15.2
published about 3 years ago
Rankings
Maintainers (1)
pypi.org: repl-streamlit
The fastest way to build data apps in Python
- Homepage: https://streamlit.io
- Documentation: https://docs.streamlit.io/
- License: Apache License 2.0
-
Latest release: 1.16.2
published about 3 years ago
Rankings
Maintainers (1)
pypi.org: hf-streamlit
The fastest way to build data apps in Python
- Homepage: https://streamlit.io
- Documentation: https://docs.streamlit.io/
- License: Apache License 2.0
-
Latest release: 1.18.1
published about 3 years ago
Rankings
Maintainers (1)
pypi.org: custom-streamlit
The fastest way to build data apps in Python
- Homepage: https://streamlit.io
- Documentation: https://docs.streamlit.io/
- License: Apache License 2.0
-
Latest release: 1.20.0
published almost 3 years ago
Rankings
Maintainers (1)
pypi.org: streamlit-umami-patched
A faster way to build and share data apps
- Homepage: https://streamlit.io
- Documentation: https://docs.streamlit.io/
- License: Apache License 2.0
-
Latest release: 1.46.1
published 8 months ago
Rankings
Maintainers (1)
pypi.org: bartbroere-streamlit
A faster way to build and share data apps
- Homepage: https://streamlit.io
- Documentation: https://docs.streamlit.io/
- License: Apache License 2.0
-
Latest release: 1.28.2
published about 2 years ago
Rankings
Maintainers (1)
pypi.org: streamlit-pdf
A Streamlit component for viewing PDF files
- Homepage: https://streamlit.io
- Documentation: https://streamlit-pdf.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.0.7
published 6 months ago
Rankings
Maintainers (2)
pypi.org: streamlit-bokeh
Streamlit component that allows you to render Bokeh charts
- Homepage: https://streamlit.io
- Documentation: https://streamlit-bokeh.readthedocs.io/
- License: Apache License 2.0
-
Latest release: 3.8.0
published 6 months ago
Rankings
Maintainers (1)
pypi.org: streamlit-dialog
A faster way to build and share data apps
- Homepage: https://streamlit.io
- Documentation: https://docs.streamlit.io/
- License: Apache License 2.0
-
Latest release: 1.38.0
published over 1 year ago
Rankings
Maintainers (1)
pypi.org: streamlit-df
A faster way to build and share data apps
- Homepage: https://streamlit.io
- Documentation: https://docs.streamlit.io/
- License: Apache License 2.0
-
Latest release: 1.25
published over 2 years ago
Rankings
Maintainers (1)
anaconda.org: streamlit-tests
Streamlit lets you turn data scripts into sharable web apps in minutes, not weeks. It's all Python, open-source, and free!
- Homepage: https://streamlit.io
- License: Apache-2.0
-
Latest release: 1.48.0
published 7 months ago
Rankings
Dependencies
- @types/hoist-non-react-statics ^3.3.1 development
- @types/jest ^24.0.0 development
- @types/node ^12.0.0 development
- @types/react ^16.9.0 development
- @types/react-dom ^16.9.0 development
- typescript ~3.7.2 development
- apache-arrow ^0.17.0
- event-target-shim ^5.0.1
- hoist-non-react-statics ^3.3.2
- react ^16.13.1
- react-dom ^16.13.1
- @jest/types 24.9.0
- @types/flatbuffers 1.10.0
- @types/hoist-non-react-statics 3.3.1
- @types/istanbul-lib-coverage 2.0.1
- @types/istanbul-lib-report 3.0.0
- @types/istanbul-reports 1.1.1
- @types/jest 24.9.1
- @types/node 12.12.54
- @types/prop-types 15.7.3
- @types/react 16.9.47
- @types/react-dom 16.9.8
- @types/text-encoding-utf-8 1.0.1
- @types/yargs 13.0.8
- @types/yargs-parser 15.0.0
- ansi-regex 4.1.1
- ansi-styles 3.2.1
- apache-arrow 0.17.0
- argv-tools 0.1.2
- array-back 2.0.0
- chalk 2.4.2
- color-convert 1.9.3
- color-name 1.1.3
- command-line-args 5.0.2
- command-line-usage 5.0.5
- csstype 3.0.3
- deep-extend 0.6.0
- diff-sequences 24.9.0
- escape-string-regexp 1.0.5
- event-target-shim 5.0.1
- find-replace 2.0.1
- flatbuffers 1.11.0
- has-flag 3.0.0
- hoist-non-react-statics 3.3.2
- jest-diff 24.9.0
- jest-get-type 24.9.0
- js-tokens 4.0.0
- json-bignum 0.0.3
- lodash.camelcase 4.3.0
- lodash.padend 4.6.1
- loose-envify 1.4.0
- object-assign 4.1.1
- pad-left 2.1.0
- pretty-format 24.9.0
- prop-types 15.7.2
- react 16.13.1
- react-dom 16.13.1
- react-is 16.13.1
- reduce-flatten 1.0.1
- repeat-string 1.6.1
- scheduler 0.19.1
- supports-color 5.5.0
- table-layout 0.4.5
- test-value 3.0.0
- text-encoding-utf-8 1.0.2
- tslib 1.13.0
- typescript 3.7.5
- typical 2.6.1
- wordwrapjs 3.0.0
- actions/cache v3 composite
- actions/setup-node v3 composite
- ./.github/actions/make_init * composite
- actions/checkout v4 composite
- ./.github/actions/build_info * composite
- ./.github/actions/make_init * composite
- actions/checkout v4 composite
- actions/setup-python v4 composite
- actions/checkout v4 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/init v2 composite
- aidan-mundy/react-to-issue b2a9194cf1ea483d633bc2834ed6c4c41c2a45f0 composite
- ./.github/actions/build_info * composite
- ./.github/actions/make_init * composite
- ./component-template/.github/actions/build_component_wheels * composite
- ./component-template/.github/actions/run_e2e * composite
- actions/checkout v4 composite
- actions/setup-node v3 composite
- actions/setup-python v4 composite
- ./.github/actions/build_info * composite
- ./.github/actions/make_init * composite
- actions/checkout v4 composite
- actions/setup-python v4 composite
- ./.github/actions/build_info * composite
- ./.github/actions/make_init * composite
- actions/checkout v4 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- ./.github/actions/build_info * composite
- ./.github/actions/make_init * composite
- actions/checkout v4 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- ./.github/actions/build_info * composite
- ./.github/actions/make_init * composite
- actions/checkout v4 composite
- actions/setup-node v3 composite
- actions/setup-python v4 composite
- ./.github/actions/build_info * composite
- ./.github/actions/make_init * composite
- actions/checkout v4 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- ./.github/actions/build_info * composite
- ./.github/actions/make_init * composite
- actions/checkout v4 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- ./.github/actions/build_info * composite
- ./.github/actions/make_init * composite
- ./.github/actions/preview_branch * composite
- actions/checkout v4 composite
- actions/github-script v6 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- ./.github/actions/build_info * composite
- ./.github/actions/make_init * composite
- actions/checkout v4 composite
- actions/setup-python v4 composite
- ./.github/actions/build_info * composite
- actions/cache v3 composite
- actions/checkout v4 composite
- actions/setup-node v3 composite
- actions/setup-python v4 composite
- ./.github/actions/build_info * composite
- ./.github/actions/make_init * composite
- actions/checkout v4 composite
- actions/download-artifact v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- ./.github/actions/build_info * composite
- ./.github/actions/make_init * composite
- actions/checkout v4 composite
- actions/download-artifact v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- mheap/github-action-required-labels 179af849240d834567e1a3d6dc781575eede757c composite
- circleci/python 3.7.11 build
- streamlit_e2e_tests latest
- @babel/core ^7.20.7 development
- @babel/plugin-proposal-private-property-in-object ^7.20.5 development
- @craco/craco ^7.0.0 development
- @emotion/babel-plugin ^11.7.2 development
- @emotion/jest ^11.10.5 development
- @testing-library/dom ^8.19.0 development
- @testing-library/jest-dom ^5.16.5 development
- @testing-library/react ^12.1.4 development
- @types/enzyme ^3.10.12 development
- @types/hoist-non-react-statics ^3.3.1 development
- @types/jest ^27.4.3 development
- @types/lodash ^4.14.191 development
- @types/node ^18.11.17 development
- @types/react ^17.0.7 development
- @types/react-dom ^17.0.5 development
- @types/react-transition-group ^4.4.5 development
- @types/styletron-engine-atomic ^1.1.1 development
- @types/styletron-react ^5.0.3 development
- @typescript-eslint/eslint-plugin ^5.51.0 development
- @typescript-eslint/parser ^5.51.0 development
- @wojtekmaj/enzyme-adapter-react-17 ^0.8.0 development
- axios-mock-adapter ^1.21.2 development
- babel-plugin-emotion ^11.0.0 development
- buffer ^6.0.3 development
- cypress ^9.7.0 development
- cypress-file-upload ^5.0.8 development
- cypress-image-snapshot ^4.0.1 development
- cypress-real-events ^1.7.6 development
- enzyme ^3.11.0 development
- enzyme-to-json ^3.6.2 development
- eslint ^8.33.0 development
- eslint-config-airbnb-typescript ^17.0.0 development
- eslint-config-prettier ^8.6.0 development
- eslint-import-resolver-typescript ^3.5.3 development
- eslint-plugin-import ^2.27.5 development
- eslint-plugin-jsx-a11y ^6.7.1 development
- eslint-plugin-no-relative-import-paths ^1.5.2 development
- eslint-plugin-prettier ^4.2.1 development
- eslint-plugin-react ^7.32.2 development
- eslint-plugin-react-hooks ^4.6.0 development
- hard-source-webpack-plugin ^0.13.1 development
- jest ^27.4.3 development
- jest-canvas-mock ^2.4.0 development
- jest-fetch-mock ^3.0.3 development
- jest-github-actions-reporter ^1.0.3 development
- jest-websocket-mock ^2.4.0 development
- prettier ^2.8.3 development
- prop-types ^15.7.2 development
- react-scripts 5.0.1 development
- source-map-explorer ^2.5.3 development
- start-server-and-test ^1.15.3 development
- tsconfig-paths-webpack-plugin ^4.0.1 development
- typescript ^4.9.5 development
- util ^0.12.5 development
- webpack 5.76.0 development
- @emotion-icons/emotion-icon ^4.1.0
- @emotion-icons/material-outlined ^3.14.0
- @emotion-icons/material-rounded ^3.14.0
- @emotion-icons/open-iconic ^3.14.0
- @emotion/react ^11.10.5
- @emotion/serialize ^1.1.1
- @emotion/styled ^11.10.5
- @streamlit/lib 1.29.0
- axios ^1.6.0
- baseui 12.2.0
- classnames ^2.3.2
- color2k ^2.0.2
- hoist-non-react-statics ^3.3.2
- humanize-string ^2.1.0
- iframe-resizer ^4.3.3
- immer ^9.0.19
- lodash ^4.17.21
- moment ^2.29.4
- moment-timezone ^0.5.40
- re-resizable ^6.9.9
- react ^17.0.2
- react-device-detect ^2.2.2
- react-dom ^17.0.2
- react-feather ^2.0.10
- react-hotkeys ^1.1.4
- react-transition-group ^4.4.5
- sass ^1.58.0
- styletron-engine-atomic ^1.5.0
- styletron-react ^6.1.0
- typed-signals ^2.5.0
- @babel/cli ^7.21.0 development
- @babel/core ^7.21.4 development
- @emotion/babel-plugin ^11.7.2 development
- @testing-library/dom ^8.19.0 development
- @testing-library/jest-dom ^5.16.5 development
- @testing-library/react ^12.1.4 development
- @testing-library/react-hooks ^8.0.1 development
- @testing-library/user-event ^14.4.3 development
- @types/d3 ^7.4.0 development
- @types/d3-graphviz ^2.6.7 development
- @types/enzyme ^3.10.12 development
- @types/jest ^27.4.3 development
- @types/node-emoji ^1.8.2 development
- @types/plotly.js ^2.12.13 development
- @types/react ^17.0.7 development
- @types/react-color ^3.0.6 development
- @types/react-dom ^17.0.5 development
- @types/react-plotly.js ^2.6.0 development
- @types/react-syntax-highlighter ^15.5.5 development
- @types/sprintf-js ^1.1.2 development
- @types/testing-library__jest-dom ^5.14.5 development
- @types/uuid ^9.0.2 development
- @types/xxhashjs ^0.2.2 development
- axios-mock-adapter ^1.21.4 development
- babel-jest ^27.4.3 development
- babel-plugin-emotion ^11.0.0 development
- babel-plugin-module-resolver ^5.0.0 development
- jest ^27.4.3 development
- jest-environment-jsdom ^27.4.3 development
- jest-fetch-mock ^3.0.3 development
- node-fetch 2.6.7 development
- timezone-mock ^1.3.6 development
- tsc-alias ^1.8.5 development
- @deck.gl/core ^8.8.23
- @deck.gl/json ^8.8.24
- @emotion-icons/emotion-icon ^4.1.0
- @emotion-icons/material-outlined ^3.14.0
- @emotion-icons/material-rounded ^3.14.0
- @emotion-icons/open-iconic ^3.14.0
- @emotion/cache ^11.10.5
- @emotion/is-prop-valid ^1.2.0
- @emotion/react ^11.10.5
- @emotion/styled ^11.10.5
- @glideapps/glide-data-grid 5.3.0
- @glideapps/glide-data-grid-cells 5.3.0
- @glideapps/glide-data-grid-source 5.3.0
- @loaders.gl/core ^3.2.13
- @loaders.gl/csv ^3.2.13
- @loaders.gl/gltf ^3.2.13
- apache-arrow ^14.0.0
- axios ^1.6.0
- baseui 12.2.0
- camelcase ^7.0.1
- classnames ^2.3.2
- clipboard ^2.0.11
- color2k ^2.0.2
- d3 ^7.8.2
- d3-graphviz ^2.6.1
- date-fns ^2.29.3
- date-fns-tz ^2.0.0
- decamelize ^4.0.0
- deck.gl ^8.8.23
- fzy.js ^0.4.1
- hoist-non-react-statics ^3.3.2
- immer ^9.0.19
- json5 ^2.2.3
- katex ^0.16.4
- lodash ^4.17.21
- mapbox-gl ^1.13.2
- marked ^4.2.12
- moment ^2.29.4
- moment-duration-format ^2.3.2
- moment-timezone ^0.5.40
- native-file-system-adapter ^3.0.0
- node-emoji ^1.11.0
- numbro ^2.3.6
- plotly.js ^2.26.1
- protobufjs ^7.2.4
- protobufjs-cli ^1.1.0
- query-string ^8.1.0
- re-resizable ^6.9.9
- react-color ^2.18.1
- react-debounce-render ^8.0.2
- react-device-detect ^2.2.2
- react-dropzone ^12.1.0
- react-feather ^2.0.10
- react-json-view ^1.19.1
- react-map-gl ^5.3.21
- react-markdown ^8.0.7
- react-plotly.js ^2.6.0
- react-responsive-carousel ^3.2.23
- react-syntax-highlighter ^15.5.0
- react-webcam 7.1.1
- react-window ^1.8.8
- rehype-katex ^6.0.2
- rehype-raw ^6.1.1
- remark-directive ^2.0.1
- remark-emoji ^3.1.0
- remark-gfm ^3.0.1
- remark-math ^5.1.1
- sprintf-js ^1.1.2
- styletron-react ^6.1.0
- typed-signals ^2.5.0
- typescript ^4.9.5
- unist-util-visit ^4.1.2
- uuid ^9.0.0
- vega ^5.23.0
- vega-embed ^6.23.0
- vega-interpreter ^1.0.4
- vega-lite ^5.6.1
- xxhashjs ^0.2.2
- 2384 dependencies
- black >=22.3.0 development
- hypothesis >=6.17.4 development
- mypy >=1.4,<1.7 development
- mypy-protobuf >=3.2 development
- parameterized * development
- pre-commit * development
- protobuf >=3.19,<4 development
- pytest * development
- pytest-cov * development
- requests-mock * development
- semver <3 development
- setuptools >=65.5.1 development
- testfixtures * development
- twine * development
- types-click * development
- types-protobuf * development
- types-python-dateutil * development
- types-pytz * development
- types-requests * development
- types-setuptools * development
- types-toml * development
- types-typed-ast * development
- wheel * development
- anyio >=3.7.1,<4.0 test
- bokeh ==2.4.3 test
- cffi >=1.14 test
- chart-studio >=1.1.0 test
- cx-Oracle <8.0.0 test
- graphviz >=0.17 test
- hypothesis >=6.17.4 test
- langchain >=0.0.216 test
- matplotlib >=3.3.4 test
- mypy-protobuf >=3.2,<3.4 test
- mysqlclient >=2.0.3 test
- opencv-python >=4.5.3 test
- parameterized * test
- pixelmatch >=0.3.0 test
- playwright <1.40 test
- plotly >=5.3.1 test
- psycopg2-binary >=2.9.1 test
- pydantic >=1.0,<2.0 test
- pydot >=1.4.2 test
- pyodbc >=4.0.32 test
- pyspark >=3.1.1 test
- pytest * test
- pytest-cov * test
- pytest-github-actions-annotate-failures * test
- pytest-playwright >=0.1.2 test
- pytest-rerunfailures * test
- pytest-xdist * test
- requests >=2.27,<3 test
- requests-mock * test
- scipy >=1.7.3 test
- seaborn >=0.11.2 test
- semver <3 test
- setuptools >=65.5.1 test
- sqlalchemy >=1.4.25,<2.0 test
- testfixtures * test
- urllib3 >=1.9 test
- watchdog >=2.1.5 test