apptoolkit
Project description
apptoolkit
===========
.. image:: https://img.shields.io/pypi/v/apptoolkit.svg
:target: https://pypi.python.org/pypi/apptoolkit/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/wheel/apptoolkit.svg
:target: https://pypi.python.org/pypi/apptoolkit/
.. image:: https://img.shields.io/pypi/pyversions/apptoolkit.svg
:target: https://pypi.python.org/pypi/apptoolkit/
.. image:: https://img.shields.io/pypi/l/apptoolkit.svg
:target: https://pypi.python.org/pypi/apptoolkit/
Introduction
-----------
This is a lightweight set of tools for obtaining information about Android devices in Python
Installing
----------
Install and update using `pip`:
.. code-block:: text
pip install -U apptoolkit
A Simple Example
----------------
.. code-block:: python
from apptoolkit import Device
android_devices = Device.get_android_devices()
下面是输出信息:
[
{
"uid": "BY2WKN1519078327",
"rom_version": "Che2-UL00 V100R001CHNC00B287",
"brand": "Honor",
"os_version": "4.4.2",
"sdk_version": "19",
"os_type": "Android",
"model": "Che2-UL00"
},
{
"uid": "GWY0217414001213",
"rom_version": "MHA-AL00C00B213",
"brand": "HUAWEI",
"os_version": "7.0",
"sdk_version": "24",
"os_type": "Android",
"model": "MHA-AL00"
}
]
ios_devices = Device().get_ios_devices()
下面是输出信息:
[
{
"uid": "xxxxxxxxxxxxxx1f8a4dcfaac1fd01",
"rom_version": "11.0.3",
"brand": "iPhone",
"device_name": "马飞的 iPhone",
"os_version": "11.0.3",
"model": "iPhone6s",
"os_type": "iOS"
}
]
Learn more
-----------
You can read this http://mafei.me/ to learn more about the `apptoolkit`.
===========
.. image:: https://img.shields.io/pypi/v/apptoolkit.svg
:target: https://pypi.python.org/pypi/apptoolkit/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/wheel/apptoolkit.svg
:target: https://pypi.python.org/pypi/apptoolkit/
.. image:: https://img.shields.io/pypi/pyversions/apptoolkit.svg
:target: https://pypi.python.org/pypi/apptoolkit/
.. image:: https://img.shields.io/pypi/l/apptoolkit.svg
:target: https://pypi.python.org/pypi/apptoolkit/
Introduction
-----------
This is a lightweight set of tools for obtaining information about Android devices in Python
Installing
----------
Install and update using `pip`:
.. code-block:: text
pip install -U apptoolkit
A Simple Example
----------------
.. code-block:: python
from apptoolkit import Device
android_devices = Device.get_android_devices()
下面是输出信息:
[
{
"uid": "BY2WKN1519078327",
"rom_version": "Che2-UL00 V100R001CHNC00B287",
"brand": "Honor",
"os_version": "4.4.2",
"sdk_version": "19",
"os_type": "Android",
"model": "Che2-UL00"
},
{
"uid": "GWY0217414001213",
"rom_version": "MHA-AL00C00B213",
"brand": "HUAWEI",
"os_version": "7.0",
"sdk_version": "24",
"os_type": "Android",
"model": "MHA-AL00"
}
]
ios_devices = Device().get_ios_devices()
下面是输出信息:
[
{
"uid": "xxxxxxxxxxxxxx1f8a4dcfaac1fd01",
"rom_version": "11.0.3",
"brand": "iPhone",
"device_name": "马飞的 iPhone",
"os_version": "11.0.3",
"model": "iPhone6s",
"os_type": "iOS"
}
]
Learn more
-----------
You can read this http://mafei.me/ to learn more about the `apptoolkit`.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file apptoolkit-0.0.9-py2.py3-none-any.whl
.
File metadata
- Download URL: apptoolkit-0.0.9-py2.py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.20.1 setuptools/36.5.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/2.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f00dc451d7a9a18c1ef899ecc8eac8b8d3b1fde967fef6f5e5d51f068e2c3f74 |
|
MD5 | 5dcb6f27cb4b4930f186c6dfeab3e2b2 |
|
BLAKE2b-256 | 1bb83d4b91d59a967b25ef9d9d1afa223ea63617973bc324226cc8a027f3c169 |