Skip to main content

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.

Download files

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

Source Distribution

pymanuf-2026.8.1.tar.gz (639.8 kB view details)

Uploaded Source

Built Distribution

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

pymanuf-2026.8.1-py3-none-any.whl (642.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pymanuf-2026.8.1.tar.gz
  • Upload date:
  • Size: 639.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pymanuf-2026.8.1.tar.gz
Algorithm Hash digest
SHA256 4d31e3b15008d086ba7ddccc3b173c349802676f051da31b90e023566130984a
MD5 6e4f63db058659e62430af4f1665518f
BLAKE2b-256 0fab50132f33c19291a19a82b71e64fa75b23f97650083dadee5b9b46290a829

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymanuf-2026.8.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-2026.8.1-py3-none-any.whl.

File metadata

  • Download URL: pymanuf-2026.8.1-py3-none-any.whl
  • Upload date:
  • Size: 642.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pymanuf-2026.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4e5dec356ca4aca67c472cb6cf872655bfa07a8b7233b684914fa18d8df94ced
MD5 d1c9553d3b208458822dd818cf36f1a5
BLAKE2b-256 cbba8bfb02ec302ab5cd4a0e9beb8d80f0cfd6d4ca353a27d667f6dd2064bdd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pymanuf-2026.8.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