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.7-py3-none-any.whl (13.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pymnz-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 13.2 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f075ed6af8cded6accf3e7232855675c3c4e2866b4ae83affd83cf68cdaa52ed
MD5 de980e6a920707567dce3609b367c126
BLAKE2b-256 bcd881986ef59e7d74098d2963067658dae9f92732a003bd3f3ef483026d53d6

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