Metadata-Version: 2.1
Name: movies-download
Version: 0.0.2
Summary: 视频下载助手
Home-page: https://gitee.com/cgq/movies-download
Author: 碧海苍鹰
Author-email: 碧海苍鹰 <348249063@qq.com>
License: MIT
Project-URL: Homepage, https://gitee.com/cgq/movies-download
Project-URL: Bug Tracker, https://gitee.com/cgq/movies-download/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# 自由行
一个下载电影的助手。
方便下载m3u8格式的视频文件。

# 使用方法
请自行研究。

# 打包程序

## 安装打包工具
```shell
python -m pip install --upgrade build
```
## 创建配置文件后, 开始打包，执行下面的命令
```shell
python -m build
```

## 安装上传工具并上传到PyPI，执行下面的命令
```shell
python -m pip install --upgrade twine
python -m twine upload dist/*
```
