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
from pymnz import utils


@utils.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.9-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pymnz-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 14.1 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.9-py3-none-any.whl
Algorithm Hash digest
SHA256 2e1b1502ddfce9c7dd0b8499f22f4bd0aa3aed7575666d86b962f8fa660e6c4f
MD5 2813738f1d0429ae502392a5e17219b2
BLAKE2b-256 035dfd8e3adf7b00ce6f39ae50a75cd13320c9e18591eae7564df69bc0b50b1c

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