معرفی شرکت ها


cipher-yx2625-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

simple Python package to cipher textual data
ویژگی مقدار
سیستم عامل -
نام فایل cipher-yx2625-0.1.0
نام cipher-yx2625
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده connixu
ایمیل نویسنده y.connie.xu@gmail.com
آدرس صفحه اصلی https://github.com/QMSS-G5072-2021/cipher_xu_ye_connie
آدرس اینترنتی https://pypi.org/project/cipher-yx2625/
مجوز -
# cipher_yx2625 A basic text ciphering package ## Installation Make sure you are downloading this package with **Python3.9 or above** ```bash $ pip install cipher_yx2625 ``` ## Usage This package is somewhat simple. It applies caesarian ciphering method to shift text by a specified number of positions right (if the shift parameter is positive) or left (if the shift parameter is negative). ```python: import cipher_yx2625 from cipher_yx2625 #c all cipher function from cipher_yx2625. cipher_yx2625.cipher('Harry', 3) // => 'KduuB' cipher_yx2625.cipher('H=rmione',-10) // => 'x=hcYedU' ``` ## Contributing Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms. ## License `cipher_yx2625` was created by Ye (Connie) Xu. It is licensed under the terms of the MIT license. ## Credits `cipher_yx2625` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).


نیازمندی

مقدار نام
>=1.3.4,<2.0.0 pandas
>=6.2.5,<7.0.0 pytest
>=3.5.0,<4.0.0 twine
>=6.1.1,<7.0.0 coverage


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

مقدار نام
>=3.9,<4.0 Python


نحوه نصب


نصب پکیج whl cipher-yx2625-0.1.0:

    pip install cipher-yx2625-0.1.0.whl


نصب پکیج tar.gz cipher-yx2625-0.1.0:

    pip install cipher-yx2625-0.1.0.tar.gz