معرفی شرکت ها


bhawick.looniplot-0.0.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Lightweight plotting to the terminal. 4x resolution via Unicode. This is a fork of Uniplot, please use that library instead.
ویژگی مقدار
سیستم عامل -
نام فایل bhawick.looniplot-0.0.8
نام bhawick.looniplot
نسخه کتابخانه 0.0.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Bhawick Jain
ایمیل نویسنده 53153810+BhawickJain@users.noreply.github.com
آدرس صفحه اصلی https://github.com/bhawickjain
آدرس اینترنتی https://pypi.org/project/bhawick.looniplot/
مجوز MIT
# Please do not use this library This is a fork of [Uniplot]() and attempts to see if my CI/CD can replace the approach taken by [Uniplot](). I do not pretent this mine and it is merely an experiment. ## Lessions learnt ### Setup.py and Setup.cfg work together Alongside `pipenv` they automatically create and destroy the `pyproject.toml`. In addition, I could set `extra_dependencies` in `setup.cfg` and they need to remain in `setup.py` inorder for `pip -e .[dev]` to install development dependencies. ### Version release process - Given you have just published `v0.0.1`, create a `H3` heading in `CHANGELOG.md` for `v0.0.2`. - Commit away! - When ready to announce a version bump, with all modified files commited, run `make patch` to bump version and create a draft release note. ⚠️ At this point further commits won't be part of this release. - publish the draft release with changelogs when ready. - All commits from the version patch will belong to the next version bump. ### How to reset a library version make sure `.bumpversion.cfg` and `setup.py` have their versions set to `0.0.0` ### To Manually Publish do the following Ensure make build-check is run Then run make publish I have adjusted `Makefile` to run `build-check` before running `publish`. ### Library folder name must match the module name This ensures `__init__.py` belong to the module name not `src`. ### On setting up CI/CD You must depoy version `0.0.0` manually, that will create a project instance on PyPi. Create a token against that project and add it as a GitHub Actions Secret under the key `PYPI_API_TOKEN`. ### On Testing `tox` command for tests must be following or the incorrect file will be targetted. [SO-Link](https://stackoverflow.com/a/49488748). Uniplot author interesting does the same thing! ``` python -m pytest ```


نیازمندی

مقدار نام
>=1.20.0 numpy
>=3.7 pytest
- check-manifest
- twine
- tox
- black
- flake8
- mypy


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl bhawick.looniplot-0.0.8:

    pip install bhawick.looniplot-0.0.8.whl


نصب پکیج tar.gz bhawick.looniplot-0.0.8:

    pip install bhawick.looniplot-0.0.8.tar.gz