1 Star 0 Fork 0

loswdarmy/python-ntfs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 824 Bytes
一键复制 编辑 原始数据 按行查看 历史
Willi Ballenthin 提交于 2014-11-15 14:32 . add init volume and filesystem
#!/usr/bin/env python
from setuptools import setup
from ntfs import __version__
setup(name="python-ntfs",
version=__version__,
description="Open source Python library for NTFS analysis",
author="Willi Ballenthin",
author_email="willi.ballenthin@gmail.com",
url="http://www.williballenthin.com/forensics/ntfs",
license="Apache License (2.0)",
packages=[
"ntfs",
"ntfs.mft",
"ntfs.volume",
"ntfs.filesystem",
#"nfts.secure",
#"ntfs.logfile",
#"ntfs.usnjrnl",
],
classifiers=["Programming Language :: Python",
"Operating System :: OS Independent",
"License :: OSI Approved :: Apache Software License"],
install_requires=["enum34"])
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/loswdarmy/python-ntfs.git
git@gitee.com:loswdarmy/python-ntfs.git
loswdarmy
python-ntfs
python-ntfs
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385