Package: tower
Title: Easy Middle Ware Library for 'shiny'
Version: 0.2.0
Authors@R: 
    c(person(given = "ixpantia, SRL",
             role = "cph",
             email = "hola@ixpantia.com"),
      person("Andres", "Quintero", , "andres@ixpantia.com", role = c("aut", "cre")))
Description: The best way to implement middle ware for 'shiny' Applications. 'tower'
    is designed to make implementing behavior on top of 'shiny' easy with a layering
    model for incoming HTTP requests and server sessions. 'tower' is a very minimal
    package with little overhead, it is mainly meant for other package developers
    to implement new behavior.
URL: https://github.com/ixpantia/tower
BugReports: https://github.com/ixpantia/tower/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: compiler, glue, purrr, stringr, curl, jsonlite, rlang
Suggests: testthat (>= 3.0.0), shiny
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-10-17 22:37:34 UTC; andres
Author: ixpantia, SRL [cph],
  Andres Quintero [aut, cre]
Maintainer: Andres Quintero <andres@ixpantia.com>
Repository: CRAN
Date/Publication: 2024-10-21 11:40:08 UTC
Built: R 4.3.3; ; 2024-10-21 14:01:25 UTC; unix
