Interfacing Maxima CAS with Python
Setup
Prerequisites
- Python Version >=
3.9 - Maxima installed and added to PATH
Install
pip install maxima_interface
Example
from maxima_interface import MaximaInterface
mi = MaximaInterface()
mi.raw_command("a: 1;")
result = mi.raw_command("a;")
print(result)
mi.close()
Release files for maxima-interface 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| maxima_interface-0.1.1.tar.gz | 6.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| maxima_interface-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.0 kB
Release files / maxima_interface-0.1.1.tar.gz
| Download URL | maxima_interface-0.1.1.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e0e62fd954744b13497a3a5a164ef74b3f066643124f3963fc56ea58539e4187
|
|
BLAKE2b-256 checksum How to use checksums |
6b5c86d8fb23967ec88baf3fe9aef93064d8f5cf65c8a947c15c91825f26b9a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.6
|
Release files / maxima_interface-0.1.1-py3-none-any.whl
| Download URL | maxima_interface-0.1.1-py3-none-any.whl |
|---|---|
| Size | 6.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
51ef9cd2645a19614600d03320e41ecda4c5212fb7ef0f560e66dd1508d908f7
|
|
BLAKE2b-256 checksum How to use checksums |
791e6e6ad6a28a48c694d8f29e3ba36f7f78a25f8fd5c016aa611c3d1d150e01
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.6
|