Skip to main content

Uma biblioteca para facilitar a criação de scripts de automações com Python

Project description

pymnz

Biblioteca para facilitar a criação de scripts de bot e automações em Python.

Instalação

pip install pymnz


# USO BÁSICO
import pymnz


@pymnz.classes.singleton
class Carro:
    ...


carro1 = Carro()
carro2 = Carro()


if carro1 is carro2:
    print('Mesmo carro')
else:
    print('Carro diferente')

Project details


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

If you're not sure about the file name format, learn more about wheel file names.

pymnz-0.1.5-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file pymnz-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: pymnz-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.4

File hashes

Hashes for pymnz-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 69d7ccbfb5ccc8a24c3cd13254ffe14e160f8df1ecb0adc71f2d1a639159403d
MD5 0e2b2c46dc84678fb1475704faff6ffe
BLAKE2b-256 8b94ce734c224d86b3a2146f6bf97191a3bb531abe322d4a4235f453492473fe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page