Skip to content

BasisResearch/BasisCommon.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasisCommon.jl

CI

BasisCommon is a collection of modules providing essential functionality such as session management, HTTP request handling, cost estimation, external variable retrieval, and other utilities that can be commonly used across various Julia projects.

Installation

If not already done, add the package (once it's registered or from a specific repo):

using Pkg
Pkg.add("BasisCommon")

Usage Example

using BasisCommon

Use Session features, for example:

session_state = BasisCommon.Session.empty_sessionstate()

Or retrieve environment-based variables with the ExoVars module:

using BasisCommon.ExoVars
with_env_handler() do
    value = get_exo_value("MY_VAR")
    println(value)
end
``

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages