moose-frank


Namemoose-frank JSON
Version 9.3.3 PyPI version JSON
download
home_pagehttps://gitlab.com/mediamoose/moose-frank/tree/v9.3.3
SummaryA Python package packed with tools that are commonly used in Moose projects.
upload_time2024-07-22 04:28:22
maintainerNone
docs_urlNone
authorSven Groot (Moose / Digital Agency)
requires_python>=3.8
licenseMIT
keywords moose frank frankenstein
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Moose Frank

A Python package packed with tools that are commonly used in Moose projects.


## Development

See the [CONTRIBUTING](CONTRIBUTING.md) guide.


## Installation

```console
pip install moose-frank
```


## Local testing

isort

```console
docker-compose run --rm --no-deps python isort [module/path] [options]
```

---

flake8

```console
docker-compose run --rm --no-deps python flake8 [module/path]
```

---

black

```console
docker-compose run --rm --no-deps python black [module/path]
```

---

pytest

```console
docker-compose run --rm --no-deps python coverage run ./runtests.py
```


## Translations

Updating translations

```console
docker-compose run --rm --no-deps manage makemessages -l nl --no-wrap --no-location --no-obsolete
docker-compose run --rm --no-deps manage compilemessages
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/mediamoose/moose-frank/tree/v9.3.3",
    "name": "moose-frank",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "moose, frank, frankenstein",
    "author": "Sven Groot (Moose / Digital Agency)",
    "author_email": "sven@wearemoose.com",
    "download_url": "https://files.pythonhosted.org/packages/1b/c6/4aa444b7c5dd84e2e05421c623fae23ca6efa08d4b81312a7a1ddef44f32/moose-frank-9.3.3.tar.gz",
    "platform": null,
    "description": "# Moose Frank\n\nA Python package packed with tools that are commonly used in Moose projects.\n\n\n## Development\n\nSee the [CONTRIBUTING](CONTRIBUTING.md) guide.\n\n\n## Installation\n\n```console\npip install moose-frank\n```\n\n\n## Local testing\n\nisort\n\n```console\ndocker-compose run --rm --no-deps python isort [module/path] [options]\n```\n\n---\n\nflake8\n\n```console\ndocker-compose run --rm --no-deps python flake8 [module/path]\n```\n\n---\n\nblack\n\n```console\ndocker-compose run --rm --no-deps python black [module/path]\n```\n\n---\n\npytest\n\n```console\ndocker-compose run --rm --no-deps python coverage run ./runtests.py\n```\n\n\n## Translations\n\nUpdating translations\n\n```console\ndocker-compose run --rm --no-deps manage makemessages -l nl --no-wrap --no-location --no-obsolete\ndocker-compose run --rm --no-deps manage compilemessages\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package packed with tools that are commonly used in Moose projects.",
    "version": "9.3.3",
    "project_urls": {
        "Download": "https://gitlab.com/mediamoose/moose-frank/repository/v9.3.3/archive.tar.gz",
        "Homepage": "https://gitlab.com/mediamoose/moose-frank/tree/v9.3.3"
    },
    "split_keywords": [
        "moose",
        " frank",
        " frankenstein"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bc64aa444b7c5dd84e2e05421c623fae23ca6efa08d4b81312a7a1ddef44f32",
                "md5": "6aaf8ee17db8d55bb087eb0173abdb4c",
                "sha256": "12389468086878584c2bd6392fd5fc5bd1818cd61cc4b9aa86bccaab045964ac"
            },
            "downloads": -1,
            "filename": "moose-frank-9.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6aaf8ee17db8d55bb087eb0173abdb4c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22947,
            "upload_time": "2024-07-22T04:28:22",
            "upload_time_iso_8601": "2024-07-22T04:28:22.678102Z",
            "url": "https://files.pythonhosted.org/packages/1b/c6/4aa444b7c5dd84e2e05421c623fae23ca6efa08d4b81312a7a1ddef44f32/moose-frank-9.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-22 04:28:22",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "mediamoose",
    "gitlab_project": "moose-frank",
    "lcname": "moose-frank"
}
        
Elapsed time: 0.29518s