simply python wrapper for octave
Project description
PyOctave
PyOctave is a simple python wrapper for running octave code from python.
from pyOctave import Octave
with Octave() as oct:
oct.zeros(3) # returns array([[0., 0., 0.], [0., 0., 0.], [0., 0., 0.]])
See docstring of pyOctave.Octave for more examples.
Inspired by https://github.com/blink1073/oct2py.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyoctave-2.0.0.tar.gz
(11.0 kB
view details)
Built Distribution
File details
Details for the file pyoctave-2.0.0.tar.gz
.
File metadata
- Download URL: pyoctave-2.0.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d08dc23ab3cdc18a9694b835776a88fabce464a6e277eafb42a2e2b7a686d5d7 |
|
MD5 | 1d0d223c17dbc5f9347c4b788a287909 |
|
BLAKE2b-256 | dddd3db784c9d9e60b00e592ea26b42f3bcb6b168376a6704c6bb4791e96fefe |
File details
Details for the file pyoctave-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: pyoctave-2.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7480fddde01426436046360c64f100e0dee8288469d6ba6d98baafb2eaa10bfd |
|
MD5 | aff66b1b5d18dd673e52cb3a771f85bb |
|
BLAKE2b-256 | 6964afc0d40874a559aff839a3fbcbbc13be615b90b31daae5175bd407a66fed |