معرفی شرکت ها


contraptions-3.9.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Contraptions is a collection of algorithms and utilities used in my personal py-projects.
ویژگی مقدار
سیستم عامل -
نام فایل contraptions-3.9.0
نام contraptions
نسخه کتابخانه 3.9.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ryan Fleck
ایمیل نویسنده Ryan.Fleck@protonmail.com
آدرس صفحه اصلی https://github.com/RyanFleck/contraptions
آدرس اینترنتی https://pypi.org/project/contraptions/
مجوز GNU General Public License v3
============ Contraptions ============ .. image:: https://img.shields.io/pypi/v/contraptions.svg :target: https://pypi.python.org/pypi/contraptions .. image:: https://github.com/RyanFleck/Contraptions/workflows/Workflow/badge.svg?branch=master :target: https://github.com/RyanFleck/Contraptions/commits/master .. image:: https://readthedocs.org/projects/contraptions/badge/?version=latest :target: https://contraptions.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://pyup.io/repos/github/RyanFleck/Contraptions/shield.svg :target: https://pyup.io/repos/github/RyanFleck/Contraptions/ :alt: Updates .. image:: https://pyup.io/repos/github/RyanFleck/Contraptions/python-3-shield.svg :target: https://pyup.io/repos/github/RyanFleck/Contraptions/ :alt: Python 3 Contraptions is a collection of algorithms and utilities used in my personal py-projects. * Free software: GNU General Public License v3 * Documentation: https://contraptions.readthedocs.io. Features -------- * TODO Credits ------- This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template. .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage - feat: A new feature - fix: A bug fix - docs: Documentation only changes - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) - refactor: A code change that neither fixes a bug nor adds a feature - perf: A code change that improves performance - test: Adding missing or correcting existing tests - chore: Changes to the build process or auxiliary tools and libraries such as documentation generation # Changelog <!--next-version-placeholder--> ## v3.10.3 (2020-11-05) ### Fix * Change pointer to history file. ([`715c6ee`](https://github.com/RyanFleck/Contraptions/commit/715c6eed9d13aadeddd90ab62e575bebe7832fc1)) ## v3.10.2 (2020-11-05) ### Fix * Fix version reference in setup.py ([`c6f1588`](https://github.com/RyanFleck/Contraptions/commit/c6f1588b2e3b0a968adee94ffe7f56d740217c3c)) ## v3.10.1 (2020-11-05) ### Fix * Update README. ([`1296f4b`](https://github.com/RyanFleck/Contraptions/commit/1296f4b0f0a3631f033df218ffed13b97098202b)) ## v3.10.0 (2020-11-05) ### Feature * Add scramble function. ([`486dc7d`](https://github.com/RyanFleck/Contraptions/commit/486dc7de21db465d8747f481b8a06a8274e01e69)) ### Fix * Change how functions are called ([`b73fb76`](https://github.com/RyanFleck/Contraptions/commit/b73fb76a1b983fb4bd13155bea6e6ae780c89da7)) ## v3.9.0 (2020-11-04) ### Feature * Don't check builds on non-building cmts ([`8dece0f`](https://github.com/RyanFleck/Contraptions/commit/8dece0f4d2e8f5b8dd4bc92ded7e5e167908a330)) * Add 'd' function. ([`60e886c`](https://github.com/RyanFleck/Contraptions/commit/60e886cbb1a677b57e132983f60bed818fb51a6d)) * Add 'b' and 'c' functions. ([`526bea4`](https://github.com/RyanFleck/Contraptions/commit/526bea416b76181872677055c3954658e0f81734)) * Update fetch depth, add 'a' function ([`e77fe6a`](https://github.com/RyanFleck/Contraptions/commit/e77fe6aff9bc005e2930ecf7dcfb4f6f6fe1d25c)) ## v3.8.0 (2020-11-04) ### Feature * Remove 'a' function. ([`64b0d10`](https://github.com/RyanFleck/Contraptions/commit/64b0d10aec6edaca2fe60fad830c219a78cafbf1)) ## v3.7.0 (2020-11-04) ### Feature * Complete incredibly complex 'f' func ([`59544ae`](https://github.com/RyanFleck/Contraptions/commit/59544aeb4f4acb743f2ba99f1b9bddf36fd1bf91)) ## v3.6.0 (2020-11-04) ### Feature * Ensure version is set to semver ([`d8254dc`](https://github.com/RyanFleck/Contraptions/commit/d8254dca326a31f9c34cb8ba3c06c8ef7fc73f97)) ## v3.5.0 (2020-11-04) ### Feature * Merge branch 'test-branch' ([`e6a1a2b`](https://github.com/RyanFleck/Contraptions/commit/e6a1a2bf2e7662b805319d090d1fffab483c7566)) ## v3.4.0 (2020-11-04) ### Feature * Remove multiplication function ([`b3dd99e`](https://github.com/RyanFleck/Contraptions/commit/b3dd99ef8b55e667c55f108821788d8fac593f07)) ## v3.3.0 (2020-11-04) ### Feature * Add git config stuff. ([`2abdd81`](https://github.com/RyanFleck/Contraptions/commit/2abdd816ad03efca7ec81cd61b08bd75ce474e57)) ## v3.2.0 (2020-11-04) ### Feature * Remove colon from workflow step name ([`2733b5d`](https://github.com/RyanFleck/Contraptions/commit/2733b5dad4f8d8abd4fbfd66992c9477a5e122dc)) * Use correct semantic release action. ([`8398ac6`](https://github.com/RyanFleck/Contraptions/commit/8398ac69e5a1eed73b7cca845216f759e92cec8e)) * Update workflow file with environment vars ([`7470e08`](https://github.com/RyanFleck/Contraptions/commit/7470e088fea098ab390a4a7def78df49d5c79bb0)) * Add new operation. ([`c74889a`](https://github.com/RyanFleck/Contraptions/commit/c74889aa1e7c63e8f83de9da952f1150fdbb3108)) * Use python semantic release workflow ([`4f81873`](https://github.com/RyanFleck/Contraptions/commit/4f81873dbf6b78a052aa4c1cde77a9d4ec1ed084)) * Remove semver job. ([`6c1ead6`](https://github.com/RyanFleck/Contraptions/commit/6c1ead6b16c66db6d4a5e27c4330c2b561fc28e3)) ## v3.1.0 (2020-11-04) ### Feature * Add Semver to workflows. ([`7edd1c3`](https://github.com/RyanFleck/Contraptions/commit/7edd1c366398e45821df51318d8dc2f0f24120ec)) ## v3.0.0 (2020-11-04) ## v2.0.0 (2020-11-04) ## v1.0.0 (2020-11-04)


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

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


نحوه نصب


نصب پکیج whl contraptions-3.9.0:

    pip install contraptions-3.9.0.whl


نصب پکیج tar.gz contraptions-3.9.0:

    pip install contraptions-3.9.0.tar.gz