Lazy ZIP over HTTP
https://pypi.org/project/lazip/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
786 B
24 lines
786 B
[build-system] |
|
requires = ['flit_core >=2,<3'] |
|
build-backend = 'flit_core.buildapi' |
|
|
|
[tool.flit.metadata] |
|
module = 'lazip' |
|
author = 'Nguyễn Gia Phong' |
|
author-email = 'mcsinyx@disroot.org' |
|
home-page = 'https://git.disroot.org/McSinyx/lazip' |
|
requires = ['requests'] |
|
description-file = 'README.md' |
|
classifiers = [ |
|
'Development Status :: 3 - Alpha', |
|
'Intended Audience :: Developers', |
|
'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)', |
|
'Natural Language :: English', |
|
'Operating System :: OS Independent', |
|
'Programming Language :: Python', |
|
'Programming Language :: Python :: 3 :: Only', |
|
'Topic :: Internet :: WWW/HTTP', |
|
'Typing :: Typed'] |
|
requires-python = '>=3.6' |
|
keywords = 'zip,http,range,lazy' |
|
license = 'LGPLv3+'
|
|
|