Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 3.11 KB

README.md

File metadata and controls

43 lines (32 loc) · 3.11 KB

Link check

Python Programming Language Resources

Repository for resources on python programming and related frameworks

Github actions

Programming resources

Testing

Linting

Microservices

Performance analysis and Tuning

Creating a wheel file

  • The .whl file of a python package having a setup.py can be generated va the command python setup.py sdist bdist_wheel. This creates a folder named dist which has two files with extensions .whl and .tar.gz.