Breathe Simulate
A python based api wrapper for running the breathe simulate model.
Registration Required: To use the Breathe Simulate API, you must register for a free trial. You can sign up at https://breathebatteries.com/knowledge-hub/simulate-trial/.
Installation steps
In a new project or existing project
In the virtual environment in your new or existing project, simply install breathe_simulate with
pip install breathe_simulate
Using this repo
If you want to work with the examples in this repo, follow these steps...
-
Open your terminal or command prompt.
-
Navigate to the directory or create new one where you want to setup.
-
Run the following command to clone our GitHub repository.
git clone https://github.com/BreatheBatteries/breathe_simulate.git .
To set up everything in one go, just run .\setupEnvironment.ps1.
That will create a virtual environment and install the requirements.
Alternative manual setup
Alternatively, run following command to create the virtual environment:
python -m venv myvenv
Replace myvenv with the desired name for your virtual environment.
-
Activate the virtual environment:
- On Windows:
myvenv\Scripts\activate
- On macOS/Linux:
source myvenv/bin/activate
After activating the virtual environment, you'll see
(myenv)in your terminal prompt to indicate that the environment is active. - On Windows:
-
Install the
breathe_simulatepackage in the virtual environment:pip install breathe_simulate
Examples
Check out the python notebooks in docs/examples for how to use the api.
Reporting Bugs
If you find a bug, or run into an error, please raise an issue on the GitHub account.
Release files for breathe-simulate 2.7.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| breathe_simulate-2.7.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / breathe_simulate-2.7.0-py3-none-any.whl
| Download URL | breathe_simulate-2.7.0-py3-none-any.whl |
|---|---|
| Size | 120.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
27f00fbc6725b618dbe1d480a8ec096a6e3ed49ffc711634909ef110ba0a227f
|
|
BLAKE2b-256 checksum How to use checksums |
07db7032a226ba232473a0e07ca53e601fcc85d7fccf9d10f21e838aed4da049
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|