Skip to content

Commit

Permalink
updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliv0 committed Nov 5, 2024
1 parent e98c4d3 commit e51ecbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ Stream.of(2, 1, 3, 4).max().get()
```python
fizz = Foo("fizz", 1)
buzz = Foo("buzz", 2)
comparator = lambda x, y: x.num == y.num

Stream([buzz, fizz]).compare_with(Stream([fizz, buzz]), lambda x, y: x.num == y.num)
```

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "pyrio"
version = "1.0.0"
version = "1.1.0"
authors = ["kaliv0 <[email protected]>"]
readme = "README.md"
description = "Java-inspired Streams library for 'functional'-style processing of collections and iterables using fluent APIs. Provides easy integration with itertools."
description = "Functional-style Streams library for processing collections and querying files (json, toml, yaml, xml, csv, tsv). Provides easy integration with itertools."
keywords = ["Stream", "functional", "processing", "collections", "fluent API"]
repository = "https://github.com/kaliv0/pyrio"

Expand Down

0 comments on commit e51ecbf

Please sign in to comment.