Skip to content

PyPi submission #9

Description

@jamesmarkchan

make sure pydiskmark meets the criteria for a PyPi submission and perform a submission

see packaging.python.org for more information

objectives:

  • users can install pydiskmark with pip

known task(s):

  1. update the pyproject.toml:
[
project
]
name = "pydiskmark"
version = "0.1.0"
description = "Cross-platform disk benchmark utility — the Python Disk Benchmarking Tool"
readme = "README.md"
license = {text = "Apache-2.0"}
requires-python = ">=3.12"
authors = [{name = "James", email = "..."}]
keywords = ["disk", "benchmark", "io", "storage", "performance", "ssd", "nvme", "crystaldiskmark"]
classifiers = [
    "Development Status :: 4 - Beta",
    "Environment :: Console",
    "Environment :: X11 Applications",
    "Intended Audience :: Developers",
    "Intended Audience :: System Administrators",
    "License :: OSI Approved :: Apache Software License",
    "Operating System :: OS Independent",
    "Programming Language :: Python :: 3.12",
    "Programming Language :: Python :: 3.13",
    "Topic :: System :: Benchmark",
    "Topic :: System :: Hardware",
    "Typing :: Typed",
]
[
project.urls
]
Homepage = "https://github.com/..."
Documentation = "https://github.com/.../wiki"
"Bug Tracker" = "https://github.com/.../issues"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions