Monkeytype-py

Latest version: v0.1a4

Safety actively analyzes 624738 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1a4

Fixed:
* setup.py not install `install_requires`

**Full Changelog**: https://github.com/m2ksims/monkeytype.py/compare/v0.1a3...v0.1a4

0.1a3

🔧 This is the beginning of monkeytype.py, a python wrapper built around the Monkeytype API.

As of now, I have created a simple `User` model which can be used to retrieve information about a user who is signed up to monkeytype.com, for example:
py
import monkeytype

client = monkeytype.Client(api_key="API_KEY_HERE")
user = monkeytype.User(
client=client,
username="maksims"
)

if user.is_banned:
print(f"{user.username} is banned from monkeytype.com!")


**Full Changelog**: https://github.com/m2ksims/monkeytype.py/commits/v0.1a3

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.