https://github.com/h2oai/nitro

Create apps 10x quicker, without Javascript/HTML/CSS.

https://github.com/h2oai/nitro

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.2%) to scientific vocabulary

Keywords

app apps data-analysis data-science developer-tools devtools graphics h2o-nitro low-code python ui ui-components user-interface web-application webapp widget-library widgets
Last synced: 5 months ago · JSON representation

Repository

Create apps 10x quicker, without Javascript/HTML/CSS.

Basic Info
  • Host: GitHub
  • Owner: h2oai
  • License: apache-2.0
  • Language: TypeScript
  • Default Branch: main
  • Homepage: https://nitro.h2o.ai
  • Size: 7.6 MB
Statistics
  • Stars: 200
  • Watchers: 42
  • Forks: 11
  • Open Issues: 50
  • Releases: 24
Topics
app apps data-analysis data-science developer-tools devtools graphics h2o-nitro low-code python ui ui-components user-interface web-application webapp widget-library widgets
Created about 4 years ago · Last pushed 11 months ago
Metadata Files
Readme Contributing License Code of conduct Codeowners

README.md

Nitro

Create apps 10x quicker, without Javascript, HTML, or CSS.

Nitro

Currently a Work in Progress. Follow the development blog or @CrunchingData for updates, or use Discord or Discussions for help / ideas / suggestions.

Get started

Philosophy

Recall how simple it is to author interactive command line applications using Python's built-in input() and print():

py def main(): name = input('What is your name?') feel = input(f'How do you feel today, {name}?') print(f'What a coincidence, {name}, I feel {feel}, too!')

```

What is your name? Boaty McBoatface How do you feel today, Boaty McBoatface? intrigued What a coincidence, Boaty McBoatface, I feel intrigued, too! ```

Nitro brings that same level of simplicity to authoring web applications:

```py from h2o_nitro import View, box

def main(view: View): name = view(box('What is your name?', value='Boaty McBoatface')) feel = view(box(f'How do you feel today, {name}?', value='intrigued')) view(f'What a coincidence, {name}, I feel {feel}, too!') ```

Hello World app

And here's a more elaborate example with seven pages in seven Python statements:

Recruitment app

Owner

  • Name: H2O.ai
  • Login: h2oai
  • Kind: organization
  • Location: Mountain View, CA

Fast Scalable Machine Learning For Smarter Applications

GitHub Events

Total
  • Watch event: 2
  • Delete event: 1
  • Push event: 1
  • Pull request review event: 1
  • Pull request event: 3
  • Create event: 3
Last Year
  • Watch event: 2
  • Delete event: 1
  • Push event: 1
  • Pull request review event: 1
  • Pull request event: 3
  • Create event: 3

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 1,378
  • Total Committers: 6
  • Avg Commits per committer: 229.667
  • Development Distribution Score (DDS): 0.004
Past Year
  • Commits: 4
  • Committers: 3
  • Avg Commits per committer: 1.333
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
elp p****u@g****m 1,372
Chathrinda Ranasinghe c****e@g****m 2
mturoci 6****i 1
Movin Silva 5****a 1
Luboš Pokorný z****o 1
Jiri Puc p****i@m****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 96
  • Total pull requests: 12
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 5 days
  • Total issue authors: 4
  • Total pull request authors: 7
  • Average comments per issue: 0.14
  • Average comments per pull request: 0.33
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • lo5 (90)
  • rxm7706 (3)
  • fazpu (1)
  • tfriedel (1)
Pull Request Authors
  • ChathurindaRanasinghe (3)
  • fazpu (3)
  • dependabot[bot] (3)
  • movinsilva (2)
  • zoido (2)
  • mturoci (1)
  • ashrith (1)
Top Labels
Issue Labels
type/feature (56) area/ui (44) type/docs (16) type/bug (6) area/python (6) type/plan (5) area/cli (3) area/wasm (3) area/packaging (1) type/test (1)
Pull Request Labels
dependencies (2) github_actions (1) javascript (1)

Packages

  • Total packages: 5
  • Total downloads:
    • pypi 572 last-month
  • Total dependent packages: 3
    (may contain duplicates)
  • Total dependent repositories: 4
    (may contain duplicates)
  • Total versions: 100
  • Total maintainers: 1
proxy.golang.org: github.com/h2oai/nitro/cli
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 3.6%
Forks count: 5.8%
Average: 7.2%
Dependent packages count: 8.6%
Dependent repos count: 10.7%
Last synced: 6 months ago
proxy.golang.org: github.com/h2oai/nitro
  • Versions: 39
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 3.6%
Forks count: 5.8%
Average: 7.2%
Dependent packages count: 8.6%
Dependent repos count: 10.7%
Last synced: 6 months ago
pypi.org: h2o-nitro

Build apps 10x faster. No front-end experience required.

  • Versions: 39
  • Dependent Packages: 2
  • Dependent Repositories: 4
  • Downloads: 291 Last month
Rankings
Dependent packages count: 3.1%
Stargazers count: 5.1%
Dependent repos count: 7.5%
Average: 7.6%
Forks count: 9.8%
Downloads: 12.4%
Maintainers (1)
lo5
Last synced: 6 months ago
pypi.org: h2o-nitro-web

Web assets package for H2O Nitro apps.

  • Versions: 20
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 272 Last month
Rankings
Dependent packages count: 2.9%
Stargazers count: 5.3%
Downloads: 8.3%
Forks count: 10.7%
Average: 11.5%
Dependent repos count: 30.6%
Maintainers (1)
lo5
Last synced: 6 months ago
pypi.org: h2o-nitride

Nitride makes Nitro apps run entirely inside web browsers

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 9 Last month
Rankings
Stargazers count: 5.4%
Dependent packages count: 6.6%
Forks count: 10.7%
Average: 22.9%
Dependent repos count: 30.6%
Downloads: 61.0%
Maintainers (1)
lo5
Last synced: 6 months ago

Dependencies

cli/go.mod go
  • github.com/dustin/go-humanize v1.0.0
  • github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
  • github.com/peterbourgon/ff/v3 v3.1.2
  • gopkg.in/yaml.v3 v3.0.1
cli/go.sum go
  • github.com/BurntSushi/toml v0.3.1
  • github.com/davecgh/go-spew v1.1.1
  • github.com/dustin/go-humanize v1.0.0
  • github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
  • github.com/pelletier/go-toml v1.6.0
  • github.com/peterbourgon/ff/v3 v3.1.2
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v2 v2.2.4
  • gopkg.in/yaml.v3 v3.0.1
py/wasm/web/package-lock.json npm
  • typescript 4.7.4 development
py/wasm/web/package.json npm
  • typescript ^4.7.4 development
web/package-lock.json npm
  • 1256 dependencies
web/package.json npm
  • @types/js-yaml ^4.0.5 development
  • react-scripts 5.0.0 development
  • @fluentui/react ^8.77.1
  • @fluentui/react-icons-mdl2 ^1.3.10
  • @testing-library/jest-dom ^5.16.4
  • @testing-library/react ^11.2.7
  • @testing-library/user-event ^12.8.3
  • @types/highlightjs ^9.12.2
  • @types/jest ^26.0.24
  • @types/node ^12.20.55
  • @types/react ^17.0.47
  • @types/react-dom ^17.0.17
  • @types/styled-components ^5.1.25
  • @ygoe/msgpack ^1.0.3
  • highlight.js ^11.5.1
  • js-yaml ^4.1.0
  • micromark ^3.0.10
  • micromark-extension-gfm ^2.0.1
  • react ^17.0.2
  • react-dom ^17.0.2
  • styled-components ^5.3.5
  • typescript ^4.7.4
  • web-vitals ^1.1.2
py/pkg/requirements.txt pypi
  • Flask *
  • flake8 *
  • msgpack *
  • pytest *
  • setuptools *
  • simple-websocket *
  • twine *
  • wheel *
py/web/requirements.txt pypi
  • flake8 *
  • pytest *
  • setuptools *
  • twine *
  • wheel *
tools/screenshots/requirements.txt pypi
  • playwright >=1.21
tools/tailwind/package-lock.json npm
  • @nodelib/fs.scandir 2.1.5 development
  • @nodelib/fs.stat 2.0.5 development
  • @nodelib/fs.walk 1.2.8 development
  • @tailwindcss/typography 0.5.4 development
  • acorn 7.4.1 development
  • acorn-node 1.8.2 development
  • acorn-walk 7.2.0 development
  • anymatch 3.1.2 development
  • arg 5.0.2 development
  • binary-extensions 2.2.0 development
  • braces 3.0.2 development
  • camelcase-css 2.0.1 development
  • chokidar 3.5.3 development
  • color-name 1.1.4 development
  • cssesc 3.0.0 development
  • defined 1.0.0 development
  • detective 5.2.1 development
  • didyoumean 1.2.2 development
  • dlv 1.1.3 development
  • fast-glob 3.2.11 development
  • fastq 1.13.0 development
  • fill-range 7.0.1 development
  • fsevents 2.3.2 development
  • function-bind 1.1.1 development
  • glob-parent 5.1.2 development
  • glob-parent 6.0.2 development
  • has 1.0.3 development
  • is-binary-path 2.1.0 development
  • is-core-module 2.9.0 development
  • is-extglob 2.1.1 development
  • is-glob 4.0.3 development
  • is-number 7.0.0 development
  • lilconfig 2.0.6 development
  • lodash.castarray 4.4.0 development
  • lodash.isplainobject 4.0.6 development
  • lodash.merge 4.6.2 development
  • merge2 1.4.1 development
  • micromatch 4.0.5 development
  • minimist 1.2.6 development
  • nanoid 3.3.4 development
  • normalize-path 3.0.0 development
  • object-hash 3.0.0 development
  • path-parse 1.0.7 development
  • picocolors 1.0.0 development
  • picomatch 2.3.1 development
  • pify 2.3.0 development
  • postcss 8.4.14 development
  • postcss-import 14.1.0 development
  • postcss-js 4.0.0 development
  • postcss-load-config 3.1.4 development
  • postcss-nested 5.0.6 development
  • postcss-selector-parser 6.0.10 development
  • postcss-value-parser 4.2.0 development
  • queue-microtask 1.2.3 development
  • quick-lru 5.1.1 development
  • read-cache 1.0.0 development
  • readdirp 3.6.0 development
  • resolve 1.22.1 development
  • reusify 1.0.4 development
  • run-parallel 1.2.0 development
  • source-map-js 1.0.2 development
  • supports-preserve-symlinks-flag 1.0.0 development
  • tailwindcss 3.1.6 development
  • to-regex-range 5.0.1 development
  • util-deprecate 1.0.2 development
  • xtend 4.0.2 development
  • yaml 1.10.2 development
  • coffeescript 2.7.0
  • playwright 1.24.0
  • playwright-core 1.24.0
tools/tailwind/package.json npm
  • @tailwindcss/typography ^0.5.4 development
  • tailwindcss ^3.1.6 development
  • coffeescript ^2.7.0
  • playwright ^1.24.0
help/requirements.txt pypi
  • mkdocs-material *
  • mkdocs-minify-plugin *
  • mkdocs-redirects *
py/demo/requirements.txt pypi
  • flask *
  • msgpack *
  • simple-websocket *
  • starlette *
  • tornado *
  • uvicorn *
  • websockets *
.github/workflows/snyk-scan.yml actions
  • actions/checkout master composite
  • actions/setup-go v3 composite
  • actions/setup-node v3 composite
  • actions/setup-python v4 composite
  • snyk/actions/setup master composite
  • tj-actions/changed-files v35 composite
py/pkg/setup.py pypi
py/web/setup.py pypi