Ry

Latest version: v0.0.39

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.0.27

- `ry`
- Warning on `debug` build
- `reqwest`
- headers-property response returns `Headers` object instead of python dict
- `same-file`
- wrapper module added with `is_same_file` py-fn (yet another piece of burnt
sushi)
- `jiff`
- jiff-version `0.1.25` ~ add `in_tz` methods and point old `intz` at new
`in_tz` methods and raise `DeprecationWarning` for old `intz` methods
- Continued adding implementations that previously raised
`NotImplementedError`
- `Date.nth_weekday_of_month`
- `Date.nth_weekday`
- `DateTime.nth_weekday_of_month`
- `DateTime.nth_weekday`
- `TimeSpan.compare`
- `TimeSpan.total`
- `ZonedDateTime.nth_weekday_of_month`
- `ZonedDateTime.nth_weekday`

---

0.0.26

- `reqwest`
- `AsyncClient` renamed to `HttpClient`
- `jiff`
- human timespan strings for `TimeSpan` and `SignedDuration` objects:
- `ry.TimeSpan.parse("P2M10DT2H30M").string(human=True) == "2mo 10d 2h 30m"`
- `ry.SignedDuration.parse("PT2H30M").string(human=True) == "2h 30m"`
- internal
- workspace-ified all the deps

---

0.0.25

- `jiff`
- Updated to `0.1.21` which has span and signed duration strings with capital
letters

---

0.0.24

- `http`
- basic headers struct/obj -- WIP
- `reqwest`
- reqwest client (currently root-export)
- default client + root `fetch` function likely needs work...
- response `byte_stream`!

---

0.0.23

- `python -m ry.dev` repl for ipython/python repl ~ handy nifty secret tool
makes it into repo
- internal
- in process of renaming all python-rust `[new]` functions to be named
`fn py_new(...)`
- `unindent`
- Added `unindent` module for unindenting strings will move to `ryo3-unindent`
- `FsPath`
- creeping ever closer to being a full-fledged pathlib.Path replacement
- Added bindings to all rust `std::path::Path(buf)` methods for `FsPath`
- sub-packaging
- `xxhash` is own sub package now `ry.xxhash`
- `JSON` is own subpackage right now -- named `ry.JSON` to avoid conflict with
`json` module but maybe will change...
- food-for-thought-ing how `ryo3` and `ry` should be organized w/ respsect to
sub-packages and where that organization should be
- type-annotations
- required to break up the type annotations due to migration to sub-packages
- breaking up the type annotations file into smaller files under
`<REPO>/python/ry/ryo3/*.pyi`

---

0.0.22

- `regex`
- Super simple regex wrapper (must to do here, but was added for
`ryo3-which::which_re`)
- `jiff`
- `until`/`since`
- Basic `until`/`since` implementation but I do not like them and they
confusingly named `*Difference` structs/py-objects, so I may change how
they work...
- `jiff` seems to be about as performant as `whenever` ~ yay! also the
whenever dude appears to be watching this repo (as of 2024-12-16)
- `walkdir`
- `collect` added to `WalkdirGen` to collect the results into a list
- deps
- `thiserror` version `2.0.7` -> `2.0.8`

---

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.