HelloZeroNet / HelloZeroNet/ZeroNet
Packaging
- 主要语言
- JavaScript
- 星标
- 18.8k
- 派生
- 2.3k
- PR 合并指标
- 30 天内没有已合并 PR
描述
I think that zeronet can be packaged via setuptools and uploaded to PyPI instead of using custom update scripts. You will only need to create setup.py file.
Pros:
- Official way to install python packages
- Easier to install (pip install zeronet, dependencies are downloaded automagically)
- Easier to update (pip install --upgrade zeronet)
- [Command line scripts](https://python-packaging.readthedocs.org/en/latest/command-line-scripts.html)
Cons:
- Some modifications to source code (mostly imports) may be required
If you think that such modifications can be useful, i can work on this issue and create PR later.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by reviewing the existing custom update scripts and the source imports to determine what setup.py must cover. Done means ZeroNet can be installed with pip, dependencies are handled automatically, and the command-line scripts work after packaging.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- build-system
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100