flask-unsign-wordlist


Nameflask-unsign-wordlist JSON
Version 2023.4 PyPI version JSON
download
home_pagehttps://github.com/Paradoxis/Flask-Unsign-Wordlist
SummaryThe following package is the standalone wordlist-only component to flask-unsign. For more information, see: https://github.com/Paradoxis/Flask-Unsign
upload_time2023-01-28 23:02:16
maintainer
docs_urlNone
authorLuke Paris (Paradoxis)
requires_python>=3.6.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            # Flask Unsign Wordlist
[![Build Status](https://app.travis-ci.com/Paradoxis/Flask-Unsign-Wordlist.svg?branch=master)](https://app.travis-ci.com/github/Paradoxis/Flask-Unsign-Wordlist)
[![PyPI version](https://badge.fury.io/py/flask-unsign-wordlist.svg)](https://badge.fury.io/py/flask-unsign-wordlist)
[![codecov](https://codecov.io/gh/Paradoxis/Flask-Unsign-Wordlist/branch/master/graph/badge.svg)](https://codecov.io/gh/Paradoxis/Flask-Unsign-Wordlist)
![total number of secrets: 53994](https://img.shields.io/badge/secrets-53994-brightgreen)

The following package is the standalone wordlist-only component to 
[flask-unsign](https://github.com/Paradoxis/Flask-Unsign). The two parts are separated to prevent you from having to also download the rather bulky wordlists if you only want to use the code.

## Installation
To install the application, simply use pip:

```
$ pip install flask-unsign-wordlist
```

To install the tool for development purposes, run the following command (after downloading a copy):

```
$ pip install -e .[test]
```

## Usage

To use the wordlists, either download them directly from [GitHub](https://github.com/Paradoxis/Flask-Unsign-Wordlist/tree/master/flask_unsign_wordlist/wordlists) or install them with pip and either run the command line tool:

``` 
$ flask-unsign-wordlist
$ flask-unsign-wordlist <wordlist>
```

Or import the code in Python to get the path:

```python
import flask_unsign_wordlist
print(flask_unsign_wordlist.get('all'))
```

## License
MIT License

Copyright (c) 2023 Luke Paris (Paradoxis)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Paradoxis/Flask-Unsign-Wordlist",
    "name": "flask-unsign-wordlist",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Luke Paris (Paradoxis)",
    "author_email": "luke@paradoxis.nl",
    "download_url": "https://files.pythonhosted.org/packages/f0/28/ff56957b318a4f4091a22f86eb698bfa1f0ac4f98b1f86183fb404a21f58/flask-unsign-wordlist-2023.4.tar.gz",
    "platform": null,
    "description": "# Flask Unsign Wordlist\n[![Build Status](https://app.travis-ci.com/Paradoxis/Flask-Unsign-Wordlist.svg?branch=master)](https://app.travis-ci.com/github/Paradoxis/Flask-Unsign-Wordlist)\n[![PyPI version](https://badge.fury.io/py/flask-unsign-wordlist.svg)](https://badge.fury.io/py/flask-unsign-wordlist)\n[![codecov](https://codecov.io/gh/Paradoxis/Flask-Unsign-Wordlist/branch/master/graph/badge.svg)](https://codecov.io/gh/Paradoxis/Flask-Unsign-Wordlist)\n![total number of secrets: 53994](https://img.shields.io/badge/secrets-53994-brightgreen)\n\nThe following package is the standalone wordlist-only component to \n[flask-unsign](https://github.com/Paradoxis/Flask-Unsign). The two parts are separated to prevent you from having to also download the rather bulky wordlists if you only want to use the code.\n\n## Installation\nTo install the application, simply use pip:\n\n```\n$ pip install flask-unsign-wordlist\n```\n\nTo install the tool for development purposes, run the following command (after downloading a copy):\n\n```\n$ pip install -e .[test]\n```\n\n## Usage\n\nTo use the wordlists, either download them directly from [GitHub](https://github.com/Paradoxis/Flask-Unsign-Wordlist/tree/master/flask_unsign_wordlist/wordlists) or install them with pip and either run the command line tool:\n\n``` \n$ flask-unsign-wordlist\n$ flask-unsign-wordlist <wordlist>\n```\n\nOr import the code in Python to get the path:\n\n```python\nimport flask_unsign_wordlist\nprint(flask_unsign_wordlist.get('all'))\n```\n\n## License\nMIT License\n\nCopyright (c) 2023 Luke Paris (Paradoxis)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The following package is the standalone wordlist-only component to flask-unsign. For more information, see: https://github.com/Paradoxis/Flask-Unsign",
    "version": "2023.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f028ff56957b318a4f4091a22f86eb698bfa1f0ac4f98b1f86183fb404a21f58",
                "md5": "f740fe8222363a7c86128af1891e9ba1",
                "sha256": "06559fcaf389be4e513c64ec93a1751a87d7175ecbe895b54482d61a80ef87bf"
            },
            "downloads": -1,
            "filename": "flask-unsign-wordlist-2023.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f740fe8222363a7c86128af1891e9ba1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.0",
            "size": 2005672,
            "upload_time": "2023-01-28T23:02:16",
            "upload_time_iso_8601": "2023-01-28T23:02:16.358307Z",
            "url": "https://files.pythonhosted.org/packages/f0/28/ff56957b318a4f4091a22f86eb698bfa1f0ac4f98b1f86183fb404a21f58/flask-unsign-wordlist-2023.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-28 23:02:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Paradoxis",
    "github_project": "Flask-Unsign-Wordlist",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "lcname": "flask-unsign-wordlist"
}
        
Elapsed time: 0.03685s