pytestdornech


Namepytestdornech JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryDornech's testpackage
upload_time2025-05-29 15:53:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords keyword_1 keyword_2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyTestDornech

Dornech's testpackage

## Features

Testpaket ohne Features
Änderung Doku

## Development

To set up [hatch] and [pre-commit] for the first time:

1. install [hatch] globally, e.g. with [pipx], i.e. `pipx install hatch`,
2. make sure `pre-commit` is installed globally, e.g. with `pipx install pre-commit`.

A special feature that makes hatch very different from other familiar tools is that you almost never
activate, or enter, an environment. Instead, you use `hatch run env_name:command` and the `default` environment
is assumed for a command if there is no colon found. Thus you must always define your environment in a declarative
way and hatch makes sure that the environment reflects your declaration by updating it whenever you issue
a `hatch run ...`. This helps with reproducability and avoids forgetting to specify dependencies since the
hatch workflow is to specify everything directly in [pyproject.toml](pyproject.toml). Only in rare cases, you
will use `hatch shell` to enter the `default` environment, which is similar to what you may know from other tools.

To get you started, use `hatch run test:cov` or `hatch run test:no-cov` to run the unitest with or without coverage reports,
respectively. Use `hatch run lint:all` to run all kinds of typing and linting checks. Try to automatically fix linting
problems with `hatch run lint:fix` and use `hatch run docs:serve` to build and serve your documentation.
You can also easily define your own environments and commands. Check out the environment setup of hatch
in [pyproject.toml](pyproject.toml) for more commands as well as the package, build and tool configuration.

## Credits

This package was created with [The Hatchlor] project template.

[The Hatchlor]: https://github.com/florianwilhelm/the-hatchlor
[pipx]: https://pypa.github.io/pipx/
[hatch]: https://hatch.pypa.io/
[pre-commit]: https://pre-commit.com/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pytestdornech",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "keyword_1, keyword_2",
    "author": null,
    "author_email": "dornech <dornech@gmx.de>",
    "download_url": "https://files.pythonhosted.org/packages/48/e1/4ddd2ddcafdfc96a734c8cf115d8c97f383afcda7e2c8c3f174e4d7b31f4/pytestdornech-1.0.0.tar.gz",
    "platform": null,
    "description": "# PyTestDornech\n\nDornech's testpackage\n\n## Features\n\nTestpaket ohne Features\n\u00c4nderung Doku\n\n## Development\n\nTo set up [hatch] and [pre-commit] for the first time:\n\n1. install [hatch] globally, e.g. with [pipx], i.e. `pipx install hatch`,\n2. make sure `pre-commit` is installed globally, e.g. with `pipx install pre-commit`.\n\nA special feature that makes hatch very different from other familiar tools is that you almost never\nactivate, or enter, an environment. Instead, you use `hatch run env_name:command` and the `default` environment\nis assumed for a command if there is no colon found. Thus you must always define your environment in a declarative\nway and hatch makes sure that the environment reflects your declaration by updating it whenever you issue\na `hatch run ...`. This helps with reproducability and avoids forgetting to specify dependencies since the\nhatch workflow is to specify everything directly in [pyproject.toml](pyproject.toml). Only in rare cases, you\nwill use `hatch shell` to enter the `default` environment, which is similar to what you may know from other tools.\n\nTo get you started, use `hatch run test:cov` or `hatch run test:no-cov` to run the unitest with or without coverage reports,\nrespectively. Use `hatch run lint:all` to run all kinds of typing and linting checks. Try to automatically fix linting\nproblems with `hatch run lint:fix` and use `hatch run docs:serve` to build and serve your documentation.\nYou can also easily define your own environments and commands. Check out the environment setup of hatch\nin [pyproject.toml](pyproject.toml) for more commands as well as the package, build and tool configuration.\n\n## Credits\n\nThis package was created with [The Hatchlor] project template.\n\n[The Hatchlor]: https://github.com/florianwilhelm/the-hatchlor\n[pipx]: https://pypa.github.io/pipx/\n[hatch]: https://hatch.pypa.io/\n[pre-commit]: https://pre-commit.com/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Dornech's testpackage",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://dornech.github.io/pytestdornech",
        "Source": "https://github.com/dornech/pytestdornech",
        "Sponsor": "https://github.com/sponsors/dornech",
        "Tracker": "https://github.com/dornech/pytestdornech/issues"
    },
    "split_keywords": [
        "keyword_1",
        " keyword_2"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "182652143e89125ef795dfb10eaa48ce8048fa560ac3fef4bf884e13427896f2",
                "md5": "c32e35f61252efeda4476fa5772c199f",
                "sha256": "9c6ed5bf96b54e362c06ff4b80dde328ad7896af3d4495c8bf1dacf8eaf12395"
            },
            "downloads": -1,
            "filename": "pytestdornech-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c32e35f61252efeda4476fa5772c199f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7954,
            "upload_time": "2025-05-29T15:53:37",
            "upload_time_iso_8601": "2025-05-29T15:53:37.171433Z",
            "url": "https://files.pythonhosted.org/packages/18/26/52143e89125ef795dfb10eaa48ce8048fa560ac3fef4bf884e13427896f2/pytestdornech-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "48e14ddd2ddcafdfc96a734c8cf115d8c97f383afcda7e2c8c3f174e4d7b31f4",
                "md5": "8caf87b6097108dc9de2255bd9fd6d63",
                "sha256": "c849feef19d3e0e7d98274e88091e131c8da0c357d8a02b134d6c28da3d87880"
            },
            "downloads": -1,
            "filename": "pytestdornech-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8caf87b6097108dc9de2255bd9fd6d63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9999,
            "upload_time": "2025-05-29T15:53:38",
            "upload_time_iso_8601": "2025-05-29T15:53:38.259030Z",
            "url": "https://files.pythonhosted.org/packages/48/e1/4ddd2ddcafdfc96a734c8cf115d8c97f383afcda7e2c8c3f174e4d7b31f4/pytestdornech-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-05-29 15:53:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dornech",
    "github_project": "pytestdornech",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytestdornech"
}
        
Elapsed time: 1.09271s