Skip to content

Commit

Permalink
Merge pull request #196 from jarq6c/nwm-units
Browse files Browse the repository at this point in the history
Add minimal unit handling to `nwm_client`
  • Loading branch information
jarq6c authored Jun 3, 2022
2 parents 74486a7 + bbabd52 commit a131010
Show file tree
Hide file tree
Showing 25 changed files with 166 additions and 16,682 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PYTHON=$(PYENV)/bin/python3
NAMESPACE_DIR := ./python/

PACKAGE := hydrotools
SUBPACKAGES := _restclient[develop] nwis_client[develop] caches[develop] nwm_client_new[develop] events[develop] metrics[develop] nwm_client[gcp,develop]
SUBPACKAGES := _restclient[develop] nwis_client[develop] caches[develop] nwm_client_new[develop] events[develop] metrics[develop] nwm_client[develop]

# discard `extras_require` qualifies from subpackage names (e.g. [develop])
SUBPACKAGES_WITHOUT_EXTRA_REQUIRE = $(shell echo $(SUBPACKAGES) | sed 's|\[[^][]*\]||g')
Expand Down
1 change: 0 additions & 1 deletion python/gcp_client/CONTRIBUTING.md

This file was deleted.

1 change: 0 additions & 1 deletion python/gcp_client/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions python/gcp_client/MANIFEST.in

This file was deleted.

94 changes: 0 additions & 94 deletions python/gcp_client/README.md

This file was deleted.

1 change: 0 additions & 1 deletion python/gcp_client/SECURITY.md

This file was deleted.

1 change: 0 additions & 1 deletion python/gcp_client/TERMS.md

This file was deleted.

6 changes: 0 additions & 6 deletions python/gcp_client/pyproject.toml

This file was deleted.

4 changes: 0 additions & 4 deletions python/gcp_client/pytest.ini

This file was deleted.

48 changes: 0 additions & 48 deletions python/gcp_client/setup.cfg

This file was deleted.

8 changes: 0 additions & 8 deletions python/gcp_client/src/hydrotools/gcp_client/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion python/gcp_client/src/hydrotools/gcp_client/_version.py

This file was deleted.

Loading

0 comments on commit a131010

Please sign in to comment.