Skip to main content

A small package to convert records in excel into dict

Project description

A small package to convert record in excel into dict.

  • 打包
    • 先编译包
    python setup.py build
    
    • 打包成源代码
    python setup.py sdist build
    
    • 生成egg包
    python setup.py bdist_egg
    
    • 生成 wheel 包
    python setup.py sdist bdist_wheel
    
  • 发布包
    # 发布 .tar.gz 包
    $ python setup.py sdist upload 
    # 发布 egg 包
    $ python setup.py bdist_egg upload 
    # 发布 wheel 包
    $ python setup.py bdist_wheel upload
    $ twine upload dist/* 主要用该命令
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

excel_to_dict-1.0.2.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

excel_to_dict-1.0.2-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page