معرفی شرکت ها


annots-0.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

annots is the package that allow to use Python 3.6 variable annotations in handy way.
ویژگی مقدار
سیستم عامل -
نام فایل annots-0.1.2
نام annots
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Sergey Khalymon
ایمیل نویسنده sergiykhalimon@gmail.com
آدرس صفحه اصلی https://github.com/infernion/annots
آدرس اینترنتی https://pypi.org/project/annots/
مجوز MIT license
=============================== Annots =============================== .. image:: https://img.shields.io/pypi/v/annots.svg :target: https://pypi.python.org/pypi/annots .. image:: https://img.shields.io/travis/infernion/annots.svg :target: https://travis-ci.org/infernion/annots .. image:: https://readthedocs.org/projects/annots/badge/?version=latest :target: https://annots.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://pyup.io/repos/github/infernion/annots/shield.svg :target: https://pyup.io/repos/github/infernion/annots/ :alt: Updates ``annots`` is the package that allow to use Python 3.6 variable annotations in handy way. Thanks for inspiration to attrs_ library. When you wrap a class with ``annots`` decorator :: import annot @annot.s class Account: __tablename__ = 'account' username: str password: str Annots add class attribute annotations into ``__init__`` :: class Account: def __init__(self, username, password): self.username = str self.password = str * Free software: MIT license * Documentation: https://annots.readthedocs.io. Features -------- * TODO Credits --------- This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template. .. _attrs: https://github.com/hynek/attrs .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage ======= History ======= 0.1.2 (2017-01-09) * Fix value initialization error * Add type annotation for args into ``__init__`` function * Update test 0.1.1 (2017-01-08) ------------------ * Add few tests 0.1.0 (2017-01-08) ------------------ * First release on PyPI. * Working version with basic annotation support


نحوه نصب


نصب پکیج whl annots-0.1.2:

    pip install annots-0.1.2.whl


نصب پکیج tar.gz annots-0.1.2:

    pip install annots-0.1.2.tar.gz