معرفی شرکت ها


cnxfastvector-0.2.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

short package description
ویژگی مقدار
سیستم عامل -
نام فایل cnxfastvector-0.2.0
نام cnxfastvector
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده author <author@example.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/cnxfastvector/
مجوز MIT
# FastVector ![Python](https://img.shields.io/badge/python-3.7+-blue) ![License](https://camo.githubusercontent.com/890acbdcb87868b382af9a4b1fac507b9659d9bf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667) [![Build](https://github.com/franneck94/Python-Project-Template-Eng/workflows/ci-test/badge.svg)](https://github.com/franneck94/Python-Project-Template-Eng/actions?query=workflow%3Aci-test) [![codecov](https://codecov.io/gh/franneck94/Python-Project-Template-Eng/branch/master/graph/badge.svg)](https://codecov.io/gh/franneck94/Python-Project-Template-Eng) [![Documentation](https://img.shields.io/badge/ref-Documentation-blue)](https://franneck94.github.io/Python-Project-Template-Eng/) ## Template For Python Projects This is a template for Python projects. What you get: - Source code and test code is seperated in different directories. - External libraries installed and managed by [Pip](https://pypi.org/project/pip/). - Setup for tests using [Pytest](https://docs.pytest.org/en/stable/). - Continuous testing with [Github-Actions](https://github.com/features/actions/). - Code coverage reports, including automatic upload to [Codecov](https://codecov.io). - Code documentation with [Mkdocs](https://www.mkdocs.org/). - Optional: Use of [VSCode](https://code.visualstudio.com/) with the Python and UnitTest extension. ## Structure ``` text ├── setup.py ├── setup.cfg ├── pyproject.toml ├── ... other config files ... ├── tests │ ├── __init__.py │ └── test_vector.py ├── docs │ ├── api.md │ └── index.md ├── fastvector │ ├── __init__.py │ ├── vector.py │ └── version.py └── tests ├── __init__.py └── test_vector.py ``` ### Commands ```bash # Build and Install (local) pip install -e . ``` ```bash # Test pytest tests ``` ```bash # Code Coverage pytest --cov=fastvector tests --cov-report=html ```


نیازمندی

مقدار نام
==1.21.5 numpy
- autopep8
- black
- codecov
- flake8
- isort
- mypy
- pre-commit
- pylint
- pytest
- pytest-cov
- tox


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

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


نحوه نصب


نصب پکیج whl cnxfastvector-0.2.0:

    pip install cnxfastvector-0.2.0.whl


نصب پکیج tar.gz cnxfastvector-0.2.0:

    pip install cnxfastvector-0.2.0.tar.gz