New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

weekshot-lottery-winner-selection

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weekshot-lottery-winner-selection

Weekshot Lottery Winner Selection

  • 0.1.3
  • PyPI
  • Socket score

Maintainers
1

Weekshot Lottery Winner Selection

GitHub

GitHub tag (latest SemVer) GitHub tag (latest by date) GitHub last commit

PyPI

PyPI - Version PyPI - Python Versions PyPI - Python Wheel PyPI - Format PyPI - Status PyPI - Downloads PyPI - License

Installation

pip install weekshot_lottery_winner_selection

or

poetry add async-casbin-weekshot_lottery_winner_selection-adapter

Simple Example

# Stdlib:
import asyncio

# Thirdparty:
from weekshot_lottery_winner_selection import generate_random_numbers


async def main():
    numbers = await generate_random_numbers(
        api_key="RANDOM_ORG_API_KEY",
        max_number=200,
        count=5,
    )

    print(numbers)


asyncio.run(main())

License

This project is licensed under the MIT license.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc