You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

movie-bot-api

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

movie-bot-api - pypi Package Compare versions

Comparing version
0.0.60
to
0.0.61
+1
-1
movie_bot_api.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: movie-bot-api
Version: 0.0.60
Version: 0.0.61
Summary: 智能影音机器人MovieBot的接口SDK

@@ -5,0 +5,0 @@ Home-page: https://github.com/pofey/movie-bot-api

@@ -9,3 +9,3 @@ from abc import ABCMeta, abstractmethod

UA = 'moviebotapi/0.0.60'
UA = 'moviebotapi/0.0.61'
URLTypes = Union["URL", str]

@@ -12,0 +12,0 @@ HeaderTypes = Union[

@@ -7,3 +7,3 @@ import datetime

from enum import Enum
from typing import Dict, List, _GenericAlias, Optional
from typing import Dict, List, _GenericAlias, Optional, Union

@@ -228,2 +228,4 @@ import cn2an

return res
elif func.__origin__ == Union:
return parse_value(func.__args__[0], value)
return func(value)

@@ -230,0 +232,0 @@ else:

Metadata-Version: 2.1
Name: movie-bot-api
Version: 0.0.60
Version: 0.0.61
Summary: 智能影音机器人MovieBot的接口SDK

@@ -5,0 +5,0 @@ Home-page: https://github.com/pofey/movie-bot-api

@@ -16,3 +16,3 @@ # -*- coding: utf-8 -*-

name='movie-bot-api',
version='0.0.60',
version='0.0.61',
author='yee',

@@ -19,0 +19,0 @@ author_email='yipengfei329@gmail.com',