15 lines
No EOL
782 B
Markdown
15 lines
No EOL
782 B
Markdown
# 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. |