frformat


Namefrformat JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-11-12 10:19:51
maintainerNone
docs_urlNone
authorPierre Camilleri
requires_python<4.0,>=3.9
licenseAGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Fr-format

A collection of validators to check data against french formats.

## Installation

The package is published on PyPI. Install with :

`pip install frformat`

## Usage 

```python
from frformat import Departement

print(Departement.description())
Departement.is_valid("Haute-Vienne")
# True
Departement.is_valid("Canyon Cosmo")
# False
```

For better performance on big amounts of data, use in conjunction with numpy.

## Available formats

Check out [this file](./docs/formats.md) for a list of available formats.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "frformat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Pierre Camilleri",
    "author_email": "22995923+pierrecamilleri@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/4d/f0/9210c7ee771eed14906761e45d7ba5b190c7d8b6f6cfdf8e5efebe083203/frformat-0.4.0.tar.gz",
    "platform": null,
    "description": "# Fr-format\n\nA collection of validators to check data against french formats.\n\n## Installation\n\nThe package is published on PyPI. Install with\u00a0:\n\n`pip install frformat`\n\n## Usage \n\n```python\nfrom frformat import Departement\n\nprint(Departement.description())\nDepartement.is_valid(\"Haute-Vienne\")\n# True\nDepartement.is_valid(\"Canyon Cosmo\")\n# False\n```\n\nFor better performance on big amounts of data, use in conjunction with numpy.\n\n## Available formats\n\nCheck out [this file](./docs/formats.md) for a list of available formats.\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": null,
    "version": "0.4.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58f61414cdd4cce067e2e88ca8e62c8051f8d3f32957e2f847c6791bec32c98f",
                "md5": "ae16f1941d2ce1f9caaa12534fde4fd6",
                "sha256": "bdd62e03bec7c56a4bc388a90296eadfe2186b8f8f186a92911a101d23bffa35"
            },
            "downloads": -1,
            "filename": "frformat-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae16f1941d2ce1f9caaa12534fde4fd6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 834870,
            "upload_time": "2024-11-12T10:19:49",
            "upload_time_iso_8601": "2024-11-12T10:19:49.661726Z",
            "url": "https://files.pythonhosted.org/packages/58/f6/1414cdd4cce067e2e88ca8e62c8051f8d3f32957e2f847c6791bec32c98f/frformat-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4df09210c7ee771eed14906761e45d7ba5b190c7d8b6f6cfdf8e5efebe083203",
                "md5": "b81069c890261d8c2fa387dd3225d7cb",
                "sha256": "af536e6594f3f539acbbe6b6e5026175922e83a1db4d8b93e2cac3020bad5d1c"
            },
            "downloads": -1,
            "filename": "frformat-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b81069c890261d8c2fa387dd3225d7cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 821652,
            "upload_time": "2024-11-12T10:19:51",
            "upload_time_iso_8601": "2024-11-12T10:19:51.925743Z",
            "url": "https://files.pythonhosted.org/packages/4d/f0/9210c7ee771eed14906761e45d7ba5b190c7d8b6f6cfdf8e5efebe083203/frformat-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-12 10:19:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "frformat"
}
        
Elapsed time: 0.39945s