Skip to content

Commit

Permalink
📚 Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycorletti committed Jun 21, 2023
1 parent 806a5a9 commit 01b9f97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,16 @@ Snok is designed to leverage the best tools and packages that exist in the Pytho

- Package generation
- Task management with `invoke`
- Package management with `setuptools`
- Linting with `ruff`
- Packaging with `setuptools`
- Linting with `ruff` and `black`
- Type checking with `mypy`
- Testing with `pytest`

## 🤩 Coming Soon

- Web application generation with `fastapi` and `htmx`
- Database integration with `pydantic` and `sqlmodel`
- Production ready deployment stacks with `nix`, `docker`, `skaffold`, and `kustomize`
- Production ready deployment stacks with `nix`, `docker`, `skaffold` and `kustomize`
- AI framework integrations with `pytorch` and `langchain`

Check out the latest [issues](https://github.com/anthonycorletti/snok/issues) and [pull requests](https://github.com/anthonycorletti/snok/pulls) to see what's coming soon!
Expand Down Expand Up @@ -99,6 +100,6 @@ inv remove fastapi

## 📲 Contact

Reach out to Anthony directly on [Twitter](https://twitter.com/anthonycorletti) if you'd like to get in touch.
Reach out on [Twitter](https://twitter.com/anthonycorletti) if you'd like to get in touch!

 
9 changes: 5 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,16 @@ Snok is designed to leverage the best tools and packages that exist in the Pytho

- Package generation
- Task management with `invoke`
- Package management with `setuptools`
- Linting with `ruff`
- Packaging with `setuptools`
- Linting with `ruff` and `black`
- Type checking with `mypy`
- Testing with `pytest`

## 🤩 Coming Soon

- Web application generation with `fastapi` and `htmx`
- Database integration with `pydantic` and `sqlmodel`
- Production ready deployment stacks with `nix`, `docker`, `skaffold`, and `kustomize`
- Production ready deployment stacks with `nix`, `docker`, `skaffold` and `kustomize`
- AI framework integrations with `pytorch` and `langchain`

Check out the latest [issues](https://github.com/anthonycorletti/snok/issues) and [pull requests](https://github.com/anthonycorletti/snok/pulls) to see what's coming soon!
Expand Down Expand Up @@ -99,6 +100,6 @@ inv remove fastapi

## 📲 Contact

Reach out to Anthony directly on [Twitter](https://twitter.com/anthonycorletti) if you'd like to get in touch.
Reach out on [Twitter](https://twitter.com/anthonycorletti) if you'd like to get in touch!

 

1 comment on commit 01b9f97

@vercel
Copy link

@vercel vercel bot commented on 01b9f97 Jun 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

snok – ./

snok.vercel.app
snok-anthonycorletti.vercel.app
snok-git-main-anthonycorletti.vercel.app

Please sign in to comment.