pyaidrone 1.1__py3-none-any.whl → 1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pyaidrone might be problematic. Click here for more details.

pyaidrone/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '1.0'
1
+ __version__ = '1.2'
pyaidrone/parse.py CHANGED
@@ -3,7 +3,7 @@ from pyaidrone.deflib import *
3
3
  class Parse:
4
4
  def __init__(self, model=AIDRONE):
5
5
  self.model = model
6
- self.packet = bytearray(20)
6
+ self.packet = bytearray(100)
7
7
  self.offset = 0
8
8
  self.type = 0
9
9
  self.packetLen = 20
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.1
2
+ Name: pyaidrone
3
+ Version: 1.2
4
+ Summary: Library for AIDrone Products
5
+ Home-page: http://www.ir-brain.com
6
+ Author: IR-Brain
7
+ Author-email: ceo@ir-brain.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Operating System :: OS Independent
11
+ Requires-Python: >=3.6
12
+ Description-Content-Type: text/markdown
13
+ Requires-Dist: pyserial (>=3.4)
14
+ Requires-Dist: pynput (>=1.7.3)
15
+
16
+ ## install pyaidrone
17
+
18
+ > python setup.py install
19
+ > or
20
+ > python install pyaidrone
21
+
22
+ ### install Packages
23
+
24
+ > pip install pyserial
25
+ > pip install pynput
@@ -0,0 +1,10 @@
1
+ pyaidrone/__init__.py,sha256=LTT-ZpL6vrKdC5t0O71pJnk3zMhDf1eXkNmoLoIRupo,19
2
+ pyaidrone/aiDrone.py,sha256=OawlhlEHgG3wRjkb54p9OBceX2D-BimvVGjdUiwABNg,4713
3
+ pyaidrone/deflib.py,sha256=ZeA_qfnhuXEIhJHUMNSKkCkBEaWuoIS5X7ZqjTo9Sx4,735
4
+ pyaidrone/ikeyevent.py,sha256=ZpRiFu71GhW2XQgyiXzCvb2FYoLU8bH4fVeaKoGEMqM,2866
5
+ pyaidrone/packet.py,sha256=h02k9dMUhP4oyEBaDuJ9L9HdutfZE_znreBmPOfTLog,813
6
+ pyaidrone/parse.py,sha256=5kU1JwQwUXTJ201ewRnnzpwDyZ0jjstHNTKQvku9svA,1364
7
+ pyaidrone-1.2.dist-info/METADATA,sha256=8l1JfRPvK4--eqNNj-zYoxj9VAuYKLtRUSVGUTxFfUU,593
8
+ pyaidrone-1.2.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
9
+ pyaidrone-1.2.dist-info/top_level.txt,sha256=YLnJwG3F2TdfFcg6r7jcx02fekcXHF_GC0nv12hJGT8,10
10
+ pyaidrone-1.2.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: pyaidrone
3
- Version: 1.1
4
- Summary: Library for AIDrone Products
5
- Home-page: http://www.ir-brain.com
6
- Author: IR-Brain
7
- Author-email: ceo@ir-brain.com
8
- Requires-Dist: pyserial (>=3.4)
9
- Requires-Dist: pynput (>=1.7.3)
10
-
@@ -1,10 +0,0 @@
1
- pyaidrone/__init__.py,sha256=AWmpbvSGbUj7sLHsKP0THh-HJPoxvH7qp_ERNcVh_oE,19
2
- pyaidrone/aiDrone.py,sha256=OawlhlEHgG3wRjkb54p9OBceX2D-BimvVGjdUiwABNg,4713
3
- pyaidrone/deflib.py,sha256=ZeA_qfnhuXEIhJHUMNSKkCkBEaWuoIS5X7ZqjTo9Sx4,735
4
- pyaidrone/ikeyevent.py,sha256=ZpRiFu71GhW2XQgyiXzCvb2FYoLU8bH4fVeaKoGEMqM,2866
5
- pyaidrone/packet.py,sha256=h02k9dMUhP4oyEBaDuJ9L9HdutfZE_znreBmPOfTLog,813
6
- pyaidrone/parse.py,sha256=km0DjwwUimt7_ljG5vAvvyxwsm7eBNGOnSXItROUnoc,1363
7
- pyaidrone-1.1.dist-info/METADATA,sha256=8owUTns9sJPEZFj3qTXXhNVkEiuint03P7ESR7mLI7Q,237
8
- pyaidrone-1.1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
9
- pyaidrone-1.1.dist-info/top_level.txt,sha256=YLnJwG3F2TdfFcg6r7jcx02fekcXHF_GC0nv12hJGT8,10
10
- pyaidrone-1.1.dist-info/RECORD,,