Aristotle University of Thessaloniki Electroacoustics Course Python Package.
Project description
Electroacoustics-AUTH
Electroacoustics-AUTH is a Python distribution package for supporting
educational courses of Electroacoustics in Aristotle University of Thessaloniki. It
consists a tool library, electroacoustics, which contains constants, functions and
other objects of Python programming language used in lectures,
exercises and other teaching material, mainly used in Jupyter Notebooks.
📦 Installation
Install via PyPI
You can install this package from PyPI using pip:
pip install electroacoustics-auth
Install via Conda
To install this package using conda, make sure you have either Miniconda or Anaconda installed.
Then, run the following command:
conda install csevast::electroacoustics-auth
✅ Installation verification
To check if the package was installed successfully, try:
python -c "import electroacoustics; help(electroacoustics)"
If the electroacoustics-auth is installed, this command will print all of its help documentation string.
💻 Examples of usage
To use the main module electroacoustics import it in your programm:
import electroacoustics as ea
or
import electroacoustics.electroacoustics as ea
To initialize a Jupyter Notebook for the Electroacoustics courses insert at the beginning of its first Python cell the following code:
from electroacoustics.init_ipynb import *
⚖️ License: GNU GPL v3.0
Copyright (C) 2026 Christos Sevastiadis
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file electroacoustics_auth-1.0.0.tar.gz.
File metadata
- Download URL: electroacoustics_auth-1.0.0.tar.gz
- Upload date:
- Size: 27.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9aa9719657d56e1640b7385c83819743c7d64b156a264acb27501646d8050919
|
|
| MD5 |
f5b5713c41c317be795b4564e4f666c3
|
|
| BLAKE2b-256 |
baa3ac5394a7d1a3c504acb5ddd8b0e054193fb804a17ad1929e55920eeb5913
|
File details
Details for the file electroacoustics_auth-1.0.0-py3-none-any.whl.
File metadata
- Download URL: electroacoustics_auth-1.0.0-py3-none-any.whl
- Upload date:
- Size: 24.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d90ab2c0c91cb420e947be385a7770978a611d842b64f4b4f72667787a9d4b8
|
|
| MD5 |
6efadbedc499e71cce9ce9daa9fcaa0c
|
|
| BLAKE2b-256 |
60b56cbae9ea74daf368aec8d3df0decc861f5f768ad18ba18f5d9f048e8634b
|