python package for mixed modeling approaches
Project description
remah
mixed modeling approaches
installation
$ pip install remah
Collecting remah
Downloading remah-0.0.4-py3-none-any.whl.metadata (1.2 kB)
Downloading remah-0.0.4-py3-none-any.whl (2.6 kB)
Installing collected packages: remah
Successfully installed remah-0.0.4
$ pip show remah
Name: remah
Version: 0.0.4
Summary: python package for mixed modeling approaches
Home-page: https://github.com/dudung/remah
Author: Sparisoma Viridi
Author-email: dudung@gmail.com
License: MIT
Location: V:\tf\Lib\site-packages
Requires:
Required-by:
usage
$ python
Python 3.12.3 (tags/v3.12.3:f6650f9, Apr 9 2024, 14:05:25) [MSC v.1938 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from remah import info
>>> print(info.ramah())
Hello, I am remah ramah!
>>> exit()
test
$ pip install -e .
Obtaining file:///M:/remah
Preparing metadata (setup.py) ... done
Installing collected packages: remah
Running setup.py develop for remah
Successfully installed remah-0.0.5
pip show remah
Name: remah
Version: 0.0.5
Summary: python package for mixed modeling approaches
Home-page: https://github.com/dudung/remah
Author: Sparisoma Viridi
Author-email: dudung@gmail.com
License: MIT
Location: M:\remah\src
Editable project location: M:\remah\src
Requires:
Required-by:
$ python -m unittest tests\test_info.py
.
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
uninstallation
$ pip uninstall remah
Found existing installation: remah 0.0.5
Uninstalling remah-0.0.5:
Would remove:
v:\tf\lib\site-packages\remah.egg-link
Proceed (Y/n)? Y
Successfully uninstalled remah-0.0.5
$ pip show remah
WARNING: Package(s) not found: remah
$ python
Python 3.12.3 (tags/v3.12.3:f6650f9, Apr 9 2024, 14:05:25) [MSC v.1938 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import remah
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'remah'
>>> exit()
python -m unittest tests\test_info.py
E
======================================================================
ERROR: test_info (unittest.loader._FailedTest.test_info)
----------------------------------------------------------------------
ImportError: Failed to import test module: test_info
Traceback (most recent call last):
File "C:\Program Files\Python312\Lib\unittest\loader.py", line 137, in loadTestsFromName
module = __import__(module_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "M:\remah\tests\test_info.py", line 8, in <module>
from remah.info import ramah
ModuleNotFoundError: No module named 'remah'
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)
releases
Use following steps to create a new release
- Edit
setup.py
, advance version number, save it. - Commit and push the work.
- Visit releases page of the repository.
- Draft a new release.
- Choose a tag, find or create new one.
- Generate release notes if necessary.
- Fill release title and describe the release.
- Set as the latest release.
- Publish release.
After a few minutes visit the page on PyPi https://pypi.org/project/remah/.
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
remah-0.0.6.tar.gz
(3.2 kB
view details)
Built Distribution
remah-0.0.6-py3-none-any.whl
(3.1 kB
view details)
File details
Details for the file remah-0.0.6.tar.gz
.
File metadata
- Download URL: remah-0.0.6.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9c2a972a55b4615779873710842d0151c9b112d7ec132acf2b99d655b5494ce |
|
MD5 | 97342f71624527515847d821e6644d7e |
|
BLAKE2b-256 | 9bc70265cbe9ede22a970f857d04bf1591d681e8c42bf9983a0707193a73266c |
File details
Details for the file remah-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: remah-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95bd8c245ac54753c1a7b97654ac47952db9a52d618588caa97be830f4c73b91 |
|
MD5 | 9f3efe2b00bb1200cd0deef6b38c7353 |
|
BLAKE2b-256 | c0f8c2533c6188dcde9f38269396c70372712b8ec57c8797166e73e0ffda22cb |