معرفی شرکت ها


absio-2.6.5


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python Absio Library
ویژگی مقدار
سیستم عامل -
نام فایل absio-2.6.5
نام absio
نسخه کتابخانه 2.6.5
نگهدارنده ['Scott Sturdivant']
ایمیل نگهدارنده ['scott.sturdivant@absio.com']
نویسنده Scott Sturdivant
ایمیل نویسنده scott.sturdivant@absio.com
آدرس صفحه اصلی http://absio.readthedocs.io/
آدرس اینترنتی https://pypi.org/project/absio/
مجوز Proprietary
Absio Python Library ==================== Protect your application's sensitive data with Absio's Secured Containers. Documentation ~~~~~~~~~~~~~ Full documentation is `available <https://absio.readthedocs.io>`_. Obtaining an API Key ~~~~~~~~~~~~~~~~~~~~ The ``absio`` library requires a valid API Key that must be passed into the ``absio.initialize(...)`` function. Obtain an API Key by contacting us `here <https://www.absio.com/contact>`_ or sending an email to sales@absio.com. An API key should be considered private and protected as such. Quick Start ~~~~~~~~~~~ Installation: .. code:: python pip install absio cryptography --no-binary=cryptography Import and initialize the module: .. code:: python import absio absio.initialize(api_key='your api key') Create accounts: .. code:: python alice = absio.user.create('password', 'reminder', 'passphrase') bob = absio.user.create('password', 'reminder', 'passphrase') Log in with an account: .. code:: python absio.login(alice.id, 'password', 'passphrase') Create and share an Absio Secured Container: .. code:: python container = absio.container.create( header={'some sensitive metadata': None}, content=open('/some/sensitive/data.bin', 'rb').read(), access=[bob.id, alice.id], ) Securely access this container from another system: .. code:: python absio.login(bob.id, 'password', 'passphrase') # Access the container with the container ID returned during creation, or a Container Event. container = absio.container.get('container_id')


نیازمندی

مقدار نام
>=0.10.0 arrow
>=0.22.0 asn1crypto
>=17.2.0 attrs
>=1.10.0 cffi
>=2.8.12 construct
<3.0,>=2.9.2 cryptography
>=4.1.1 decorator
>=2.5 idna
>=1.0.7 Mako
~=3.0 marshmallow
>=3.2.0 more-itertools
~=3.13.3 peewee
>=4.2.1 pexpect
>=0.7.4 pickleshare
>=1.0.14 prompt-toolkit
>=0.5.2 ptyprocess
>=1.4.34 py
>=2.18 pycparser
~=1.0.0 pysqlcipher3
>=2.18.2 requests
>=0.8.0 requests-toolbelt
>=0.8.1 simplegeneric
>=3.11.1 simplejson
>=1.10.0 six
~=6.2.0 tenacity
>=4.3.2 traitlets
>=0.1.7 wcwidth


نحوه نصب


نصب پکیج whl absio-2.6.5:

    pip install absio-2.6.5.whl


نصب پکیج tar.gz absio-2.6.5:

    pip install absio-2.6.5.tar.gz