Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 30, 2023
1 parent 2efe667 commit bdfa5a8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
10 changes: 6 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changes for pueblo


## Unreleased

## 2023-10-30 0.0.1
- Initial thing
## 2023-10-30 v0.0.1
- Add `pueblo.util.logging.setup_logging`, nomen est omen
- Add `pueblo.util.environ.getenvpass`, a wrapper around `os.environ`,
`dotenv`, and `getpass`
- Add `pueblo.testing.notebook`, including a monkeypatch to `pytest-notebook`
- Add `CachedWebResource`, a wrapper around `requests-cache` and `langchain`
- Add test suite runner `pueblo.ngr`
- Add `pueblo.ngr`, a versatile test suite runner
3 changes: 3 additions & 0 deletions pueblo/ngr/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
Next Generation Runner (ngr): Effortless invoke programs and test harnesses.
"""
12 changes: 8 additions & 4 deletions pueblo/ngr/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,15 @@ ngr test tests/ngr/rust

## Backlog

Use PKGX to invoke any type of application using any kind of runtime.
What about Docker or Podman for others?
- Use PKGX

- https://pkgx.sh/
- https://pkgx.dev/
Invoke any type of application using any kind of runtime.
What about Docker or Podman for others?

- https://pkgx.sh/
- https://pkgx.dev/

- Look at https://pypi.org/project/ur/.


[crate-qa]: https://github.com/crate/crate-qa
Expand Down

0 comments on commit bdfa5a8

Please sign in to comment.