معرفی شرکت ها


biocommons.example-0.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Example Package
ویژگی مقدار
سیستم عامل -
نام فایل biocommons.example-0.0.2
نام biocommons.example
نسخه کتابخانه 0.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Bob the Builder <bob@nowhere.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/biocommons.example/
مجوز -
# biocommons.example Test Package This repo provides a template for biocommons Python packages. Here's how to use it: 1. Click the [Use this template](https://github.com/biocommons/example/generate) button. 1. Clone your repo locally. 1. In the repo, type `make rename`. The new name will be chosen based on the repo name. 1. Remove this header. 1. Commit and push. ## Code Quality Status | Workflow | Description | Status | |----------|-------------------------|------------------------------------------------------------------------------| | Pylint | static code analysis | ![Pylint](https://github.com/biocommons/example/actions/workflows/pylint.yaml/badge.svg) | | Flake8 | style guide enforcement | ![Flake8](https://github.com/biocommons/example/actions/workflows/flake8.yaml/badge.svg) | | Bandit | security checks | ![Bandit](https://github.com/biocommons/example/actions/workflows/bandit.yaml/badge.svg) | | Pytest | unit testing | ![Tests](https://github.com/biocommons/example/actions/workflows/pytest.yaml/badge.svg) | ## Installation To install from pypi: ```pip install biocommons.example``` ## Developer Setup Setup like this: make devready source venv/bin/activate Code reformatting: make reformat Test: make test # for current environment make tox # for Python 3.9 and Python 3.10 Build: git tag 0.0.0 make build Try it: $ python3 -m biocommons.example Marvin says: There's only one life-form as intelligent as me within thirty parsecs... $ marvin-quote Marvin says: You think you've got problems? What are you supposed to do if you... $ ipython >>> from biocommons.example import __version__, get_quote_from_marvin >>> __version__ '0.1.dev8+gd5519a8.d20211123' >>> get_quote() "The first ten million years were the worst, ... # Features ## Code structure and features * Modern pyproject.toml with setuptools * Versioning based on git tag (only) * Easy development setup * Support for namespaces * Testing with coverage using pytest; tests may be in `tests/`, embedded in the package, and in doc strings * Examples for logging and package data * Command-line with argument parsing with argparse ## DevOps * Quality tools: Code reformatting with black and isort * GitHub Actions for testing and packaging # To Do * Docs (mkdocs w/mkdocstrings or sphinx) * Dockerfile * test only certain tags * fixture example


نیازمندی

مقدار نام
~=15.0 coloredlogs
~=6.0 pyyaml
~=1.7 bandit
~=22.3 black
~=0.8 build
~=4.0 flake8
~=8.4 ipython
~=5.10 isort
- mypy
~=2.14 pylint
~=7.1 pytest
~=4.0 pytest-cov
~=3.25 tox


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

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


نحوه نصب


نصب پکیج whl biocommons.example-0.0.2:

    pip install biocommons.example-0.0.2.whl


نصب پکیج tar.gz biocommons.example-0.0.2:

    pip install biocommons.example-0.0.2.tar.gz