Skip to content Skip to sidebar Skip to footer
Showing posts with the label Python Packaging

How Do I Use A Relative Path In A Python Module When The Cwd Has Changed?

I have a Python module which uses some resources in a subdirectory of the module directory. After … Read more How Do I Use A Relative Path In A Python Module When The Cwd Has Changed?

Pip Package With Os Specififc Dependency

I want to create a pip package which dependent on some OS specific files: Let's say there are: … Read more Pip Package With Os Specififc Dependency