JMK Engineering Python Library
Find a file
2025-01-31 12:24:31 -04:00
docs Started the doumentation source 2025-01-01 14:11:06 -04:00
jepl Added multipage warning labels. 2025-01-31 12:24:31 -04:00
.gitignore Started the doumentation source 2025-01-01 14:11:06 -04:00
example_notebook.ipynb Added multipage warning labels. 2025-01-31 12:24:31 -04:00
LICENSE Initial commit 2023-10-10 20:57:03 +00:00
README.md quick modifications 2024-12-16 09:20:47 -04:00

JMK Engineering Python Library

or JEPL for short.

I don't know if this should be called a library or a set of modules. What it is, is a set of functions that replace calculations that I do on a weekly basis.

The library is broken into sections, with more being added later, including circuits and pv.

Some of these libraries rely on publicly accessible information, including manufacturer data sheets. The libraries that rely on copyrighted information you need to make sure that you have a copy of the standard, code, etc before initializing the software.

Use the example python notebook to get started.

What we're missing

Tests, I haven't written any real tests for this set of libraries, yet. That will be coming soon, probably the next time that we have a slow time.