Skip to main content

Password Generator is a simple tool for generating passwords. It returns the generated password.

Project description

Password Generator API

Password Generator is a simple tool for generating passwords. It returns the generated password.

Build Status Code Climate Prod Ready

This is a Python API Wrapper for the Password Generator API


Installation

pip install apiverve-passwordgenerator

Configuration

Before using the passwordgenerator API client, you have to setup your account and obtain your API Key.
You can get it by signing up at https://apiverve.com


Usage

The Password Generator API documentation is found here: https://docs.apiverve.com/api/passwordgenerator.
You can find parameters, example responses, and status codes documented here.

Setup

# Import the client module
from apiverve_passwordgenerator.apiClient import PasswordgeneratorAPIClient

# Initialize the client with your APIVerve API key
api = PasswordgeneratorAPIClient("[YOUR_API_KEY]")

Perform Request

Using the API client, you can perform requests to the API.

Define Query
query = { "count": 10,  "length": 12,  "complexity": "strong" }
Simple Request
# Make a request to the API
result = api.execute(query)

# Print the result
print(result)
Example Response
{
  "status": "ok",
  "error": null,
  "data": {
    "length": "30",
    "count": 10,
    "complexity": "strong",
    "passwords": [
      "r=HWQ1l+g'@/IAUp6L:Eyk*6!QBef%",
      "p}GcHzz(F=4$|FF/,!Rr7f)eP444Wu",
      "O^RS'qW5jRq/YlI&rZR?r'@_5M9|?",
      "3g}@-'{%ZWLi|E7}'?Fek-[!Y67MgT",
      "{|mV0,?d'|%X&7R;M'%MqQg*(/lSzA",
      "F'Hrx]ym#v;)k^K^'%Shb{j4Qt=p[",
      "Sbc*7(^s.Y'Pb6%'$:0O8S^0jO4ULq",
      "@AyuuC2]pngrmD-X*V@''w_h2r4aPZ",
      "eZ[J'kCQE''yL$hWvIq]E}3Fy+'7;d",
      "Ryf!oKy9Yw9?b5[?6S*@W*4:Kj;O/'"
    ]
  },
  "code": 200
}

Customer Support

Need any assistance? Get in touch with Customer Support.


Updates

Stay up to date by following @apiverveHQ on Twitter.


Legal

All usage of the APIVerve website, API, and services is subject to the APIVerve Terms of Service and all legal documents and agreements.


License

Licensed under the The MIT License (MIT)

Copyright (©) 2024 APIVerve, and Evlar LLC

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apiverve_passwordgenerator-1.1.5.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file apiverve_passwordgenerator-1.1.5.tar.gz.

File metadata

File hashes

Hashes for apiverve_passwordgenerator-1.1.5.tar.gz
Algorithm Hash digest
SHA256 fef6e2542df2b5c45a184b527c90bdc9bad0bf28d2f8ceceae98f6d97a0eff34
MD5 53870fefbf1b5fde52b3e6333dbfba67
BLAKE2b-256 07e775fb6ff7593a9840fac5f572c54ebc387983bee23d21a4529f3758b34838

See more details on using hashes here.

File details

Details for the file apiverve_passwordgenerator-1.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for apiverve_passwordgenerator-1.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 47740a42b7534c53880642498aa30a9a8dba47fdc5db975b1879f93d7f0131be
MD5 a99597f14c331930dbcceaa36c9de251
BLAKE2b-256 81410b76c5bab13e761ba1ccd0cc2eeabfdeb2d8f0df0ba3da6f5d5c5c4ff87d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page