smaplib


Namesmaplib JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/braibaud/smaplib
SummaryThe `smaplib` package provides some useful similarity mapping related modeling functions
upload_time2023-06-12 08:59:38
maintainerBenjamin Raibaud
docs_urlNone
authorBenjamin Raibaud
requires_python>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # The `smaplib` Python Package

[![Open in Remote Containers](https://img.shields.io/static/v1?label=remote%20containers&message=open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/braibaud/smaplib)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/braibaud/smaplib/master.svg)](https://results.pre-commit.ci/latest/github/braibaud/smaplib/master)

The `smaplib` package provides some useful similarity mapping related modeling functions.


## Commands

### Update pre-commit checks to their latest version

```
pre-commit autoupdate
````

### Run all pre-commit checks

```
pre-commit run --all-files
```

## Configuration

Main configuration files for the project:

* Black: `.black`
* Flake8: `.flake8`
* Pre-Commit: `.pre-commit-config.yaml`
* Package requirements: `requirements.txt`
* Package requirements for the development environment: `requirements-dev.txt`
* Git ignore list: `.gitignore`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/braibaud/smaplib",
    "name": "smaplib",
    "maintainer": "Benjamin Raibaud",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "braibaud@gmail.com",
    "keywords": "",
    "author": "Benjamin Raibaud",
    "author_email": "braibaud@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# The `smaplib` Python Package\n\n[![Open in Remote Containers](https://img.shields.io/static/v1?label=remote%20containers&message=open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/braibaud/smaplib)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/braibaud/smaplib/master.svg)](https://results.pre-commit.ci/latest/github/braibaud/smaplib/master)\n\nThe `smaplib` package provides some useful similarity mapping related modeling functions.\n\n\n## Commands\n\n### Update pre-commit checks to their latest version\n\n```\npre-commit autoupdate\n````\n\n### Run all pre-commit checks\n\n```\npre-commit run --all-files\n```\n\n## Configuration\n\nMain configuration files for the project:\n\n* Black: `.black`\n* Flake8: `.flake8`\n* Pre-Commit: `.pre-commit-config.yaml`\n* Package requirements: `requirements.txt`\n* Package requirements for the development environment: `requirements-dev.txt`\n* Git ignore list: `.gitignore`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The `smaplib` package provides some useful similarity mapping related modeling functions",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/braibaud/smaplib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98e842d7670cf2044ec29a8fa4a8eb9e41cbbb59bf5834c04eb6c9ee1de91426",
                "md5": "f2a8a349f898050362579f635e25e662",
                "sha256": "567a11cd159c3a8acfb2765c3bff91ca6072f4d26b0caa5b90aa577fe97d970e"
            },
            "downloads": -1,
            "filename": "smaplib-1.0.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2a8a349f898050362579f635e25e662",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 36478,
            "upload_time": "2023-06-12T08:59:38",
            "upload_time_iso_8601": "2023-06-12T08:59:38.887875Z",
            "url": "https://files.pythonhosted.org/packages/98/e8/42d7670cf2044ec29a8fa4a8eb9e41cbbb59bf5834c04eb6c9ee1de91426/smaplib-1.0.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-12 08:59:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "braibaud",
    "github_project": "smaplib",
    "github_not_found": true,
    "lcname": "smaplib"
}
        
Elapsed time: 0.20536s