Package: strs
Title: 'Python' Style String Functions
Version: 0.1.0
Authors@R: 
    person("Garrett", "Shipley", , "garrett.shipley7@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0444-0367"))
Description: A comprehensive set of string manipulation functions based on those found in 'Python'
    without relying on 'reticulate'. It provides functions that intend to (1) make it easier for
    users familiar with 'Python' to work with strings, (2) reduce the complexity often associated
    with string operations, (3) and enable users to write more readable and maintainable code
    that manipulates strings.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: stringi
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/Needs/website: pythonicr/pythonicrtemplate
URL: https://github.com/pythonicr/strs,
        https://pythonicr.github.io/strs/
BugReports: https://github.com/pythonicr/strs/issues
NeedsCompilation: no
Packaged: 2024-08-27 22:02:37 UTC; garrettshipley
Author: Garrett Shipley [aut, cre] (<https://orcid.org/0000-0002-0444-0367>)
Maintainer: Garrett Shipley <garrett.shipley7@gmail.com>
Repository: CRAN
Date/Publication: 2024-09-02 14:30:02 UTC
Built: R 4.5.2; ; 2025-11-08 02:42:47 UTC; windows
