Skip to main content

📇 A very simple Python library to get the manufacturer of a specific MAC address

Project description

pymanuf

Discord Server Badge PyPi Badge PyPi Supported Versions Badge CI Badge

Last Commit Badge Conventional Commits Badge


A very simple Python library to get the manufacturer of a specific MAC address

Getting Started

Installation

If you want to use this library for one of your projects, you can install it like any other Python library

python -m pip install pymanuf

Versioning

The versioning of the library is the following: YYYY.MM.DD where the leading 0 is removed.

Versions are automatically released every month on the first day of that month.

Example Usage

Offline Lookup (preferred)

from pymanuf import lookup

try:
    manuf = lookup("C4:A8:1D:73:D7:8C")
    print(f"Manufacturer: {manuf}")
except Exception as e:
    print(f"Error: {e}")

Online Lookup

from pymanuf.online import lookup

try:
    manuf = lookup("C4:A8:1D:73:D7:8C")
    print(f"Manufacturer: {manuf}")
except Exception as e:
    print(f"Error: {e}")

Troubleshooting

If you have problems using the library, you can open up an issue or join my Discord server.

Contributing

People may contribute by following the Contributing Guidelines and the Code of Conduct

License

This library was made with 💜 by Krypton and is under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymanuf-2025.7.1.tar.gz (604.6 kB view details)

Uploaded Source

Built Distribution

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

pymanuf-2025.7.1-py3-none-any.whl (607.2 kB view details)

Uploaded Python 3

File details

Details for the file pymanuf-2025.7.1.tar.gz.

File metadata

  • Download URL: pymanuf-2025.7.1.tar.gz
  • Upload date:
  • Size: 604.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pymanuf-2025.7.1.tar.gz
Algorithm Hash digest
SHA256 541abbcd198194cf2c99ae2c4a7cf3e7975d6aafb9de83bf8bf174198c6c8ebb
MD5 2f92975558a7a4314528f2a545931d31
BLAKE2b-256 9b098f2a25549c459a5d8732534c329f87d3867d0a483a04d0aa49d5157915c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymanuf-2025.7.1.tar.gz:

Publisher: publish.yml on kkrypt0nn/pymanuf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pymanuf-2025.7.1-py3-none-any.whl.

File metadata

  • Download URL: pymanuf-2025.7.1-py3-none-any.whl
  • Upload date:
  • Size: 607.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pymanuf-2025.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 97fd460c1759635b111be3436e9e5988f8bfc40fe7b05f6bc03e5b7965d06137
MD5 4a2798541a4516e723b1c7e8504d68fc
BLAKE2b-256 3e96eab0b500d23c5630f3a54237cfa6b211e89530c76db41b61d856cd4225cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymanuf-2025.7.1-py3-none-any.whl:

Publisher: publish.yml on kkrypt0nn/pymanuf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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