fnv1a


Namefnv1a JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/plasticuproject/fnv1a
Summary64 bit Fnv-1a hash module
upload_time2022-12-26 17:40:49
maintainer
docs_urlNone
authorplasticuproject
requires_python
licenseMIT
keywords fnv fnv1a 64 bit hash
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![build](https://github.com/plasticuproject/fnv1a/actions/workflows/tests.yml/badge.svg)](https://github.com/plasticuproject/fnv1a/actions/workflows/tests.yml)
[![Python 3.8](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/release/python-380/)
![GitHub](https://img.shields.io/github/license/plasticuproject/fnv1a)
[![PyPI version](https://badge.fury.io/py/fnv1a.svg)](https://badge.fury.io/py/fnv1a)
[![Downloads](https://pepy.tech/badge/fnv1a)](https://pepy.tech/project/fnv1a)
[![Coverage Status](https://coveralls.io/repos/github/plasticuproject/fnv1a/badge.svg?branch=master)](https://coveralls.io/github/plasticuproject/fnv1a?branch=master)
[![CodeQL](https://github.com/plasticuproject/fnv1a/actions/workflows/codeql.yml/badge.svg)](https://github.com/plasticuproject/fnv1a/actions/workflows/codeql.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=plasticuproject_fnv1a&metric=alert_status)](https://sonarcloud.io/dashboard?id=plasticuproject_fnv1a)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=plasticuproject_fnv1a&metric=security_rating)](https://sonarcloud.io/dashboard?id=plasticuproject_fnv1a)

# fnv1a

OOP implimentation of a 64 bit FNV-1a hashing algorithm, where you can create hash
objects with "states" and "dehash" a list of "states" to recreate the original string.
It's completely useless and ridiculous and it makes no sense, but I was really bored.

```pip install fnv1a```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/plasticuproject/fnv1a",
    "name": "fnv1a",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "fnv,fnv1a,64 bit,hash",
    "author": "plasticuproject",
    "author_email": "plasticuproject@pm.me",
    "download_url": "https://files.pythonhosted.org/packages/58/39/84912c95872c49acd407664dedfbb4931f8c29f042b84a172ad93ef9fc45/fnv1a-0.1.7.tar.gz",
    "platform": null,
    "description": "[![build](https://github.com/plasticuproject/fnv1a/actions/workflows/tests.yml/badge.svg)](https://github.com/plasticuproject/fnv1a/actions/workflows/tests.yml)\n[![Python 3.8](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/release/python-380/)\n![GitHub](https://img.shields.io/github/license/plasticuproject/fnv1a)\n[![PyPI version](https://badge.fury.io/py/fnv1a.svg)](https://badge.fury.io/py/fnv1a)\n[![Downloads](https://pepy.tech/badge/fnv1a)](https://pepy.tech/project/fnv1a)\n[![Coverage Status](https://coveralls.io/repos/github/plasticuproject/fnv1a/badge.svg?branch=master)](https://coveralls.io/github/plasticuproject/fnv1a?branch=master)\n[![CodeQL](https://github.com/plasticuproject/fnv1a/actions/workflows/codeql.yml/badge.svg)](https://github.com/plasticuproject/fnv1a/actions/workflows/codeql.yml)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=plasticuproject_fnv1a&metric=alert_status)](https://sonarcloud.io/dashboard?id=plasticuproject_fnv1a)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=plasticuproject_fnv1a&metric=security_rating)](https://sonarcloud.io/dashboard?id=plasticuproject_fnv1a)\n\n# fnv1a\n\nOOP implimentation of a 64 bit FNV-1a hashing algorithm, where you can create hash\nobjects with \"states\" and \"dehash\" a list of \"states\" to recreate the original string.\nIt's completely useless and ridiculous and it makes no sense, but I was really bored.\n\n```pip install fnv1a```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "64 bit Fnv-1a hash module",
    "version": "0.1.7",
    "split_keywords": [
        "fnv",
        "fnv1a",
        "64 bit",
        "hash"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "b80282a532ca7003ada9af95cfa2d121",
                "sha256": "3f41c8c02225f3d04f722344a69758f4e1c8906f89c4bb4471844e67fe0181ba"
            },
            "downloads": -1,
            "filename": "fnv1a-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "b80282a532ca7003ada9af95cfa2d121",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4092,
            "upload_time": "2022-12-26T17:40:49",
            "upload_time_iso_8601": "2022-12-26T17:40:49.655132Z",
            "url": "https://files.pythonhosted.org/packages/58/39/84912c95872c49acd407664dedfbb4931f8c29f042b84a172ad93ef9fc45/fnv1a-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-26 17:40:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "plasticuproject",
    "github_project": "fnv1a",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "fnv1a"
}
        
Elapsed time: 0.02660s