معرفی شرکت ها


aedificator-2.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Aedificator - Python project scaffolding tool
ویژگی مقدار
سیستم عامل -
نام فایل aedificator-2.1.0
نام aedificator
نسخه کتابخانه 2.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Libor Martinek <libasmartinek@protonmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/aedificator/
مجوز -
# aedificator Python project scaffolding tool. ## Installation ```bash $ pip install aedificator ``` ## Usage In the directory where you want the scaffolding to happen, type ```bash $ aedificate your_project_name ``` This will create a following structure: ``` current_working_directory ├── .dockerignore ├── .flake8 ├── .gitignore ├── Makefile ├── README.md ├── src │   └── your_project_name │   └── __init__.py ├── tests │   └── __init__.py └── tox.ini ``` You can now start putting your code in the `src/your_project_name` directory. ### Additional options - `--target-dir` change the directory where the scaffolding happens (default: `.`) - `--line-length` change the maximum line length to be enforced by `Black` and `flake8` Consult `$ aedificate --help` for up-to-date info. --------------------------------------------------------------------------------------- Aedificator comes with preconfigured formatting, linting, type checking and testing options, leveraging the power of `tox`. If you do not have `tox` installed, type ```bash $ pip install tox ``` Now, use ```bash $ tox -e linters ``` for formatting, linting, and type checking (or `tox -e format|flake8|mypy` for just one of them) and ```bash $ tox -e py37|py38|py39|p310 ``` for your test suites. Use ``` $ tox ``` if you want it all. ;) --------------------------------------------------------------------------------------- A small note: `tox` will fail as long as you have no tests in your `tests` directory. If you like to see green colour, while you still have no tests, limit yourself to `tox -e linters` (and hurry to add some tests)


نیازمندی

مقدار نام
- Jinja2
- click
- tox
- flit


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

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


نحوه نصب


نصب پکیج whl aedificator-2.1.0:

    pip install aedificator-2.1.0.whl


نصب پکیج tar.gz aedificator-2.1.0:

    pip install aedificator-2.1.0.tar.gz