No project description provided
Project description
IPy :
Python library for handling of the different device in the MML
Environment setup :
Make sure that you have
- python version = 3.9 (recommend installation of anaconda or miniconda)
- create a new environment with :
conda create --name mml python=3.9
- switch to new environment with :
conda activate mml
- create a new environment with :
- Install sphinx and rtd theme for documentation :
python -m pip install sphinx sphinx-rtd-theme
- If you don't have
make
installed :sudo apt-get install make
Then you can proceede with the package install.
Development install :
Install the requirements by running :
python -m pip install -r requirements.txt
Then you can install the library by running
python -m pip install -e .
in the root directory of the library where the setup.py
file is located.
The -e
flag will enable local changes in the code repository to be used when running
the code without the need to reinstall the package.
Documentation build :
make html
for latex files which are then compield with pdflatex :
make latexpdf
Build and update pypi registry :
# building the new release :
python -m build
# upload to pypi (assuming that in dist only new build):
python -m twine upload --skip-existing dist/*
User install :
If using anaconda python distribution, run :
python -m pip install ipy
else if using system python then run :
pip3 install ipy
Example :
TODOs :
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
MMLToolbox-1.0.1.tar.gz
(14.3 kB
view hashes)
Built Distribution
MMLToolbox-1.0.1-py3-none-any.whl
(17.1 kB
view hashes)
Close
Hashes for MMLToolbox-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed23d7c39f5b0f78c0f73b00ecb311695c50c451bb9bdcf4a617d57db763b2e7 |
|
MD5 | 528bb8d5236d60d1d00749aa2d812b58 |
|
BLAKE2b-256 | 71d77b2de585f10d70453430ab522004c8b45224b399e821d9604955326da519 |