معرفی شرکت ها


astroher-0.0rc1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Serves command-line utility that creates python projects from certain based template.
ویژگی مقدار
سیستم عامل -
نام فایل astroher-0.0rc1
نام astroher
نسخه کتابخانه 0.0rc1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Volodymyr Yahello
ایمیل نویسنده vyahello@gmail.com
آدرس صفحه اصلی https://github.com/vyahello/pypans
آدرس اینترنتی https://pypi.org/project/astroher/
مجوز -
![Screenshot](icon.png) [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![Build Status](https://travis-ci.org/vyahello/pypan.svg?branch=master)](https://travis-ci.org/vyahello/pypan) [![Coverage Status](https://coveralls.io/repos/github/vyahello/pypan/badge.svg?branch=master)](https://coveralls.io/github/vyahello/pypan?branch=master) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Checked with pylint](https://img.shields.io/badge/pylint-checked-blue)](https://www.pylint.org) [![Checked with flake8](https://img.shields.io/badge/flake8-checked-blue)](http://flake8.pycqa.org/) [![Checked with pydocstyle](https://img.shields.io/badge/pydocstyle-checked-yellowgreen)](http://www.pydocstyle.org/) [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE.md) [![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org) # Pypan > A command-line utility that creates fresh **python** project from base template. ## Tools - python 3.6 | 3.7 | 3.8 - [travis](https://travis-ci.org/) CI - code analysis - [pytest](https://pypi.org/project/pytest/) - [black](https://black.readthedocs.io/en/stable/) - [mypy](http://mypy.readthedocs.io/en/latest) - [pylint](https://www.pylint.org/) - [flake8](http://flake8.pycqa.org/en/latest/) - [pydocstyle](https://github.com/PyCQA/pydocstyle) ## Usage ### Quick start ```bash pip install pypans ✨ 🍰 ✨ ``` After please run **pypan** tool from your shell: ```bash pypan ``` ### Source code ```bash git clone git@github.com:vyahello/pypans.git pip install -e . pypan ``` Or using direct release: ```bash pip install git+https://github.com/vyahello/pypans@0.0.1 pypan ``` ## Development notes ### Testing Generally, `pytest` tool is used to organize testing procedure. Please follow next command to run unittests: ```bash pytest ``` ### CI Project has Travis CI integration using [.travis.yml](.travis.yml) file thus code analysis (`black`, `pylint`, `flake8`, `mypy`, `pydocstyle`) and unittests (`pytest`) will be run automatically after every made change to the repository. To be able to run code analysis, please execute command below: ```bash ./analyse-source-code.sh ``` ### Release notes Please check [changelog](CHANGELOG.md) file to get more details about actual versions and it's release notes. ### Meta Author – _Volodymyr Yahello_. Please check [authors](AUTHORS.md) file for more details. Distributed under the `MIT` license. See [license](LICENSE.md) for more information. You can reach out me at: * [vyahello@gmail.com](vyahello@gmail.com) * [https://github.com/vyahello](https://github.com/vyahello) * [https://www.linkedin.com/in/volodymyr-yahello-821746127](https://www.linkedin.com/in/volodymyr-yahello-821746127) ### Contributing 1. clone the repository 2. configure Git for the first time after cloning with your `name` and `email` 3. `pip install -r requirements.txt` to install all project dependencies 4. `pip install -r requirements-dev.txt` to install all development project dependencies


نیازمندی

مقدار نام
==0.6.0 dataclasses
==1.1.0 termcolor
==0.0.1 enforce-pep8
==7.1.1 click


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

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


نحوه نصب


نصب پکیج whl astroher-0.0rc1:

    pip install astroher-0.0rc1.whl


نصب پکیج tar.gz astroher-0.0rc1:

    pip install astroher-0.0rc1.tar.gz