Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ _Give your code a start._ ⚡👀
</div>

> [!WARNING]
> **Startle** is _alpha_ and should be considered unstable as its interface is fluid 😅, consider pinning to a version.
> **Startle** is _beta_ and should be considered unstable as its interface is evolving 😅, consider pinning to a version.

**Status:** A useable MVP for parsing into functions, classes, and dicts (via TypedDicts).
Core interface is expected to be mostly stable. Recursive parsing is evolving. <br>
**Roadmap:** See [project board](https://github.com/users/oir/projects/3).

---

**Startle** lets you transform a python function (or functions) into a command line entry point, e.g:

Expand Down
7 changes: 4 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ _Give your code a start._ ⚡👀

</div>

> [!ATTENTION]
**Startle** is _alpha_ and should be considered unstable as its interface is fluid 😅.
> [!WARNING]
**Startle** is _beta_ and should be considered unstable as its interface is evolving 😅.
Consider pinning to a version.

**Status:** A useable MVP for parsing into functions and classes. Unstable interface. <br>
**Status:** A useable MVP for parsing into functions, classes, and dicts (via TypedDicts).
Core interface is expected to be mostly stable. Recursive parsing is evolving. <br>
**Roadmap:** See [project board](https://github.com/users/oir/projects/3).

---
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
dynamic = ["version"]

classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",

"Intended Audience :: Developers",
"Topic :: Software Development",
Expand Down
Loading