Giter VIP home page Giter VIP logo

pyempty's Introduction

pyempty

好的开始是成功的一半,写python代码就从这里开始吧。

目录介绍

  1. ./ChangeLog.txt :变更历史
  2. ./LICENES.txt :协议
  3. ./run_all_test.sh :执行test目录下的所有单元测试
  4. ./lint.sh: 检查所有python代码的风格
  5. ./MANIFEST.in :文件清单,distutils默认只打包指定模块下的.py文件,其它的要在这里指定
  6. ./README.md :项目介绍
  7. ./requirements.txt :项目需要依赖哪些模块
  8. ./setup.py :安装文件
  9. ./docs/ :文档目录
  10. ./docs/analysis.model.md :概要设计文档
  11. ./docs/design.model.md :详细设计文档
  12. ./docs/maintain.md :维护文档
  13. ./src/ :源码目录
  14. ./src/pyempty : 项目代码
  15. ./src/pyempty/stuff :杂项文件,在setup.py里用package_data参数指定
  16. ./test/ :测试目录
  17. ./test/test_pyempty.py :测试示例

参考连接

  1. Python 打包指南
  2. 深入Python3.0:打包 Python 类库
  3. python打包:分发指定文件
  4. 深入python3.0: 单元测试
  5. Unit testing framework
  6. Python单元测试框架中文版
  7. Python自动单元测试框架

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.