Giter VIP home page Giter VIP logo

hutils's People

Contributors

bill37chen avatar chensylz avatar dependabot[bot] avatar ehco1996 avatar lki avatar lxy1992 avatar maiyajj avatar shidenggui avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hutils's Issues

优化一下现有文档

摘掉 readthedocs 吧,直接用 README 来写,这样更加 self contained.

同时完善一下 README,别只放一个 zen of python 了

争取在四月底前发布正式版本 v1.0.0

争取四月底之前出一个正式的 1.0.0 版本吧,内容包括以下:

  • 兼容 3.5~3.8 的基础函数
    • 所有函数都支持使用 import hutils; hutils.some_func 的方法 (#16)
  • 完备的单元测试
    • 测一下 django 项目的函数 (#19)
    • 测一下非 django 项目的函数 (#19)
  • 友好的文档
    • 可以考虑直接用 README 替换 readthedocs (我们不需要那么重) (#21)
    • 完备的 dev-env setup 以及 contribution 指引 (#21)
  • 基建升级
    • 使用 pipenv 替换 requirements (#14)
    • 使用 github actions 来发布包
    • 保持最新的库版本

验证字符串是否为int

验证字符串是否为int 使用 python 提供的 isdigit() 方法,是不是更好一点。

def is_int(string):
    return string.isdigit()

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.