Packaging

Python Packaging: Hosting Code at Github

Github Code Sharing and Development Platform Github is a great platform for open source software. It grew so much in…

4 years ago

How to Use Watermarkd: A Batch Watermarking Library with GUI

What is watermarking? Watermarking is a technology of printing less opaque text or symbols on images and items. Believe it…

4 years ago

Python Packaging: Quick Tutorial & Checklist

Packaging is a very exciting process for the coder. Packaging allows you to share your work with the world and…

4 years ago

Python Packaging: Necessary Files (setup.py, requirements.txt, readme.md, __init__.py)

List of Necessary Files for Packaging There are several files that are commonly included in the root folder of a…

4 years ago

Python Packaging: Local Installation & Tests Before Uploading

Locally installing and testing a Python library is such a good idea especially before uploading it to PyPI.You might have…

4 years ago

Python Packaging: Software Licenses (Open Source Licensing and More)

If you don't know anything about open source licenses, you will probably never look at software the same way again.…

4 years ago

Python Packaging: Getting Ready

Before publishing a library one needs to consider the circumstances that arise from the project going public.These considerations change from…

4 years ago

Python Packaging: Uploading a Python Library to PyPi

Once you cover the necessary ground for packaging whether it be coding, licensing, testing or documentation, it's finally the moment…

4 years ago