m
Project description
m
install
pip install jmlopez-m
To install from a branch run
pip install git+https://github.com/jmlopez-rod/m.git@[branch-name]
The cli supports argcomplete. To set it up follow the following depending on
your shell
# for fish shell
register-python-argcomplete --shell fish m > /tmp/foo
sudo mv /tmp/foo /usr/share/fish/vendor_functions.d/m.fish
# for bash shell
register-python-argcomplete --shell bash m > /tmp/foo
sudo mv /tmp/foo /usr/share/bash-completion/completions/m
# for zsh
register-python-argcomplete --shell zsh m > /tmp/foo
sudo mv /tmp/foo /usr/share/zsh/site-functions/_m
development
If you are working on a non-intel machine (M1/M2 Macs) you can run
make buildPy311DevContainer and update devcontainer.json to use the
m-devcontainer image.
Open the devcontainer in VSCode. Once there open a terminal and run
poetry install
and
pnpm install
to install the dependencies.
There are several make targets to run. The most important one is
make ci-checks. Run that since it is the closest to what the CI will run.
Note that part of the documentation relies heavely on the docstrings provided to
the functions, classes and modules in the library. Please run make devDocs to
make sure that the documentation is up to date. The documentation site will be
build and deployed to the gh-pages branch whenever a new commit is pushed to
the master branch.
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
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 jmlopez_m-0.37.0.tar.gz.
File metadata
- Download URL: jmlopez_m-0.37.0.tar.gz
- Upload date:
- Size: 109.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c5aaf0d8b19aa6e8b84f2359992161396a755464d12b15bbdadbb73f428667f
|
|
| MD5 |
4b943da68738d11d5f563eb5aa7daf64
|
|
| BLAKE2b-256 |
6bbdfd95b750884c2f11cc969422cd1e6d67dab9f8e8c5513d0c314d0507dc2f
|
File details
Details for the file jmlopez_m-0.37.0-py3-none-any.whl.
File metadata
- Download URL: jmlopez_m-0.37.0-py3-none-any.whl
- Upload date:
- Size: 168.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
698222bef08ff35d9a2cf30374fd1d9a935f0aa1ac89161577d27067fe3279b0
|
|
| MD5 |
e4b387338dc74feb1cb7155cd74f8c61
|
|
| BLAKE2b-256 |
70b8dcb8eb7c197a3b03e65156e2ae3216ecdd8b4bbf8c56bd0198ce4b32c93b
|