A simple package for checking the platform type.
Project description
Platform Checker
Platform Checker is a Python package designed to identify and validate the platform or environment where your application is running. It helps ensure compatibility and provides insights for debugging and optimization.
Features
- Detects operating system and version.
- Identifies hardware architecture.
- Checks for installed dependencies.
- Provides detailed environment reports.
Installation
Install the package using pip:
pip install platform-checker
Usage
Import and use the package in your Python code:
from platform_checker import PlatformChecker
checker = PlatformChecker()
report = checker.generate_report()
print(report)
Contributing
Contributions are welcome! Please fork the repository, create a new branch, and submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file platform_checker-0.1.0.tar.gz.
File metadata
- Download URL: platform_checker-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
362519bc8a3f87af993b20adbbba5ed97daa7459eb7685eeaa72909389cb26c9
|
|
| MD5 |
a85d883901fc8e47595e6d844839822a
|
|
| BLAKE2b-256 |
0ae56e659a3770401e9f1cfa49fdd85df3163a8a2644f6fbc9660a349f03309f
|
File details
Details for the file platform_checker-0.1.0-py3-none-any.whl.
File metadata
- Download URL: platform_checker-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fd5878fcdc149e0ec823acdde21c495024a6d2d40d0029c0c804f66d1d6ce52
|
|
| MD5 |
533475d6645fdd844de5bb2bea5ab073
|
|
| BLAKE2b-256 |
423f34f2af8b2cc6e9525b25552d72f412eed44c6344f9c57274e00085bb55b2
|