SimpleJoyCon 1.0.1__tar.gz → 1.0.2__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: SimpleJoyCon
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Una libreria de bajo nivel simplificada, estetica y sin comillas para usar Joy-Cons en Python
5
5
  Author: EVOLVE
6
6
  Classifier: Programming Language :: Python :: 3
@@ -133,4 +133,4 @@ class JoyconL:
133
133
  self.luces(False,False,False,False)
134
134
  self._enviar_subcomando(0x40, [0x00])
135
135
  for _ in range(5): self.vibracion(0.0)
136
- self.device.close()
136
+ self.device.close()
@@ -3,7 +3,7 @@ import time
3
3
  from .componentes import ContenedorBotonesR, Palanca, Bateria, SensorMovimiento, Boton
4
4
 
5
5
  class JoyconR:
6
- def __init__(self):
6
+ def __init__(self):
7
7
  self.packet_counter = 0
8
8
  self.botones = ContenedorBotonesR()
9
9
  self.palanca = Palanca()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: SimpleJoyCon
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Una libreria de bajo nivel simplificada, estetica y sin comillas para usar Joy-Cons en Python
5
5
  Author: EVOLVE
6
6
  Classifier: Programming Language :: Python :: 3
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
6
6
 
7
7
  setup(
8
8
  name="SimpleJoyCon",
9
- version="1.0.1",
9
+ version="1.0.2",
10
10
  description="Una libreria de bajo nivel simplificada, estetica y sin comillas para usar Joy-Cons en Python",
11
11
  long_description=long_description, # <--- LE DICE A PYPI QUE USE EL README
12
12
  long_description_content_type="text/markdown", # <--- CORRIGE EL FORMATO A MARKDOWN
File without changes
File without changes