معرفی شرکت ها


ezenum-0.0.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Great package.
ویژگی مقدار
سیستم عامل -
نام فایل ezenum-0.0.3
نام ezenum
نسخه کتابخانه 0.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Shay Palachy
ایمیل نویسنده shaypal5@gmail.com
آدرس صفحه اصلی https://github.com/shaypal5/ezenum
آدرس اینترنتی https://pypi.org/project/ezenum/
مجوز MIT
ezenum ###### |PyPI-Status| |PyPI-Versions| |Build-Status| |Codecov| |LICENCE| Easy enums for Python. .. code-block:: python >>> RGB = StringEnum(['Red', 'Green', 'Blue']) >>> RGB.Red 'Red' .. contents:: .. section-numbering:: Installation ============ Install ``ezenum`` with: .. code-block:: bash pip install ezenum Features ======== * Pure Python. * No package dependencies. * Compatible with Python 3.4+. * Easy creation of usefull enum objects. * String enums with unified value and name attributes. Use === StringEnum ---------- Easilly get a string enum from a string list. Contributing ============ Package author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help. Installing for development -------------------------- Clone: .. code-block:: bash git clone git@github.com:shaypal5/ezenum.git Install in development mode with test dependencies: .. code-block:: bash cd ezenum pip install -e ".[test]" Running the tests ----------------- To run the tests, use: .. code-block:: bash pytest If that doesn't work, this should: .. code-block:: bash python -m pytest --cov=ezenum Adding documentation -------------------- This project is documented using the `numpy docstring conventions`_, which were chosen as they are perhaps the most widely-spread conventions that are both supported by common tools such as Sphinx and result in human-readable docstrings (in my personal opinion, of course). When documenting code you add to this project, please follow `these conventions`_. .. _`numpy docstring conventions`: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt .. _`these conventions`: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt Additionally, if you update this ``README.rst`` file, use ``python setup.py checkdocs`` to validate it compiles. Credits ======= Created by Shay Palachy (shay.palachy@gmail.com). .. |PyPI-Status| image:: https://img.shields.io/pypi/v/ezenum.svg :target: https://pypi.python.org/pypi/ezenum .. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/ezenum.svg :target: https://pypi.python.org/pypi/ezenum .. |Build-Status| image:: https://travis-ci.org/shaypal5/ezenum.svg?branch=master :target: https://travis-ci.org/shaypal5/ezenum .. |LICENCE| image:: https://img.shields.io/pypi/l/ezenum.svg :target: https://pypi.python.org/pypi/ezenum .. |Codecov| image:: https://codecov.io/github/shaypal5/ezenum/coverage.svg?branch=master :target: https://codecov.io/github/shaypal5/ezenum?branch=master


نیازمندی

مقدار نام
xtr pytest;
xtr coverage;
xtr pytest-cov;
xtr collective.checkdocs;
xtr pygments;


نحوه نصب


نصب پکیج whl ezenum-0.0.3:

    pip install ezenum-0.0.3.whl


نصب پکیج tar.gz ezenum-0.0.3:

    pip install ezenum-0.0.3.tar.gz