René's URL Explorer Experiment


Title: Packages and Packaging — Programming in Python 8.0 documentation

direct link

Domain: pythonchb.github.io

Links:

https://pythonchb.github.io/ProgrammingInPython/index.html
1. Setting up your Environmenthttps://pythonchb.github.io/ProgrammingInPython/topics/01-setting_up/index.html
2. Basic Pythonhttps://pythonchb.github.io/ProgrammingInPython/topics/02-basic_python/index.html
3. Booleans and Recursionhttps://pythonchb.github.io/ProgrammingInPython/topics/03-recursion_booleans/index.html
4. Sequences and Iterationhttps://pythonchb.github.io/ProgrammingInPython/topics/04-sequences_iteration/index.html
5. Basic Text Handlinghttps://pythonchb.github.io/ProgrammingInPython/topics/05-text_handling/index.html
6. Exception Handlinghttps://pythonchb.github.io/ProgrammingInPython/topics/06-exceptions/index.html
7. Unit Testinghttps://pythonchb.github.io/ProgrammingInPython/topics/07-unit_testing/index.html
8. Dictionaries and Setshttps://pythonchb.github.io/ProgrammingInPython/topics/08-dicts_sets/index.html
9. File Handlinghttps://pythonchb.github.io/ProgrammingInPython/topics/09-files/index.html
10. Modules and Packageshttps://pythonchb.github.io/ProgrammingInPython/topics/10-modules_packages/index.html
Style and Naminghttps://pythonchb.github.io/ProgrammingInPython/modules/NamingThings.html
Code Structure, Modules, and Namespaceshttps://pythonchb.github.io/ProgrammingInPython/modules/Modules.html
Documentationhttps://pythonchb.github.io/ProgrammingInPython/modules/Documentation.html
Packages and Packaginghttps://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html
A Small Example Packagehttps://pythonchb.github.io/ProgrammingInPython/exercises/packaging/package_lab.html
Mailroom – as a Python Packagehttps://pythonchb.github.io/ProgrammingInPython/exercises/mailroom/mailroom-pkg.html
11. Advanced Argument Passinghttps://pythonchb.github.io/ProgrammingInPython/topics/11-argument_passing/index.html
12. Comprehensionshttps://pythonchb.github.io/ProgrammingInPython/topics/12-comprehensions/index.html
13. Intro to Object Oriented Programinghttps://pythonchb.github.io/ProgrammingInPython/topics/13-intro_oo/index.html
14. Properties and Magic Methodshttps://pythonchb.github.io/ProgrammingInPython/topics/14-magic_methods/index.html
15. Subclassing and Inheritancehttps://pythonchb.github.io/ProgrammingInPython/topics/15-subclassing/index.html
16. Multiple Inheritancehttps://pythonchb.github.io/ProgrammingInPython/topics/16-multiple_inheritance/index.html
17. Introduction to Functional Programminghttps://pythonchb.github.io/ProgrammingInPython/topics/17-functional_programming/index.html
18. Advanced Testinghttps://pythonchb.github.io/ProgrammingInPython/topics/18-advanced_testing/index.html
19. Extra Topicshttps://pythonchb.github.io/ProgrammingInPython/topics/99-extras/index.html
Programming in Pythonhttps://pythonchb.github.io/ProgrammingInPython/index.html
https://pythonchb.github.io/ProgrammingInPython/index.html
10. Modules and Packageshttps://pythonchb.github.io/ProgrammingInPython/topics/10-modules_packages/index.html
View page sourcehttps://pythonchb.github.io/ProgrammingInPython/_sources/modules/Packaging.rst.txt
Previoushttps://pythonchb.github.io/ProgrammingInPython/modules/Documentation.html
Next https://pythonchb.github.io/ProgrammingInPython/exercises/packaging/package_lab.html
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#packages-and-packaging
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#packages-modules-imports-oh-my
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#more-on-importing
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#import
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#relative-imports
https://www.python.org/dev/peps/pep-0328/https://www.python.org/dev/peps/pep-0328/
https://www.python.org/dev/peps/pep-0328/#guido-s-decisionhttps://www.python.org/dev/peps/pep-0328/#guido-s-decision
Relative Imports for the Billionth Timehttp://stackoverflow.com/questions/14132789/relative-imports-for-the-billionth-time
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#sys-modules
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#implications-of-module-import-process
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#the-module-search-path
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#reloading
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#python-distributions
https://store.continuum.io/cshop/anaconda/https://store.continuum.io/cshop/anaconda/
minicondahttps://docs.conda.io/en/latest/miniconda.html
http://www.activestate.com/activepythonhttp://www.activestate.com/activepython
https://conda-forge.org/https://conda-forge.org/
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#installing-packages
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#from-source
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#from-binaries
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#a-bit-of-history
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#id1
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#current-state-of-packaging
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#to-build-packages-setuptools
https://setuptools.readthedocs.io/en/latest/https://setuptools.readthedocs.io/en/latest/
https://docs.python.org/3/library/distutils.htmlhttps://docs.python.org/3/library/distutils.html
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#to-install-packages-pip
https://pip.pypa.io/en/latest/installing.htmlhttps://pip.pypa.io/en/latest/installing.html
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#for-binary-packages-wheels
http://www.python.org/dev/peps/pep-0427/http://www.python.org/dev/peps/pep-0427/
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#compiled-packages
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#linux
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#windows
http://www.lfd.uci.edu/~gohlke/pythonlibs/http://www.lfd.uci.edu/~gohlke/pythonlibs/
MS compiler versionshttps://wiki.python.org/moin/WindowsCompilers#Which_Microsoft_Visual_C.2B-.2B-_compiler_to_use_with_a_specific_Python_version_.3F
herehttps://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#os-x
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#final-recommendations
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#virtualenv
http://www.virtualenv.org/en/latest/index.htmlhttp://www.virtualenv.org/en/latest/index.html
Working with Virtualenvhttps://pythonchb.github.io/ProgrammingInPython/topics/01-setting_up/virtualenv.html#virtualenv-section
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#building-your-own-package
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#why-build-a-package
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#what-is-a-package
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#python-packaging-tools
PaPAhttps://www.pypa.io/en/latest/
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#where-do-i-go-to-figure-this-out
https://packaging.python.org/https://packaging.python.org/
http://python-packaging.readthedocs.io/en/latest/http://python-packaging.readthedocs.io/en/latest/
https://github.com/pypa/sampleprojecthttps://github.com/pypa/sampleproject
https://blog.ionelmc.ro/2014/05/25/python-packaging/https://blog.ionelmc.ro/2014/05/25/python-packaging/
https://cookiecutter.readthedocs.io/en/latest/https://cookiecutter.readthedocs.io/en/latest/
https://github.com/audreyr/cookiecutter-pypackagehttps://github.com/audreyr/cookiecutter-pypackage
https://github.com/ionelmc/cookiecutter-pylibraryhttps://github.com/ionelmc/cookiecutter-pylibrary
A Package Just for Youhttp://pythonchb.github.io/PythonTopics/where_to_put_your_code.html
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#basic-package-structure
http://docutils.sourceforge.net/rst.htmlhttp://docutils.sourceforge.net/rst.html
Where to put Testshttp://pythonchb.github.io/PythonTopics/where_to_put_tests.html
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#the-setup-py-file
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#an-example
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#setup-cfg
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#running-setup-py
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#setuptools
http://pythonhosted.org//setuptools/http://pythonhosted.org//setuptools/
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#wheels
http://wheel.readthedocs.org/en/latest/http://wheel.readthedocs.org/en/latest/
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#manylinux
https://github.com/pypa/manylinuxhttps://github.com/pypa/manylinux
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#pypi
https://pypi.python.org/pypihttps://pypi.python.org/pypi
http://docs.python.org/2/distutils/packageindex.htmlhttp://docs.python.org/2/distutils/packageindex.html
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#under-development
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#running-tests
https://pytest.org/latest/goodpractices.html#integrating-with-setuptools-python-setup-py-test-pytest-runnerhttps://pytest.org/latest/goodpractices.html#integrating-with-setuptools-python-setup-py-test-pytest-runner
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#handling-the-version-number
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#my-solution
https://pypi.python.org/pypi/bumpversionhttps://pypi.python.org/pypi/bumpversion
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#semantic-versioning
http://semver.org/http://semver.org/
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#tools-to-help
https://tox.readthedocs.io/en/latest/https://tox.readthedocs.io/en/latest/
https://github.com/warner/python-versioneerhttps://github.com/warner/python-versioneer
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#dealing-with-data-files
http://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-fileshttp://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-files
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#the-simplest-option-package-data
https://packaging.python.org/tutorials/distributing-packages/#package-datahttps://packaging.python.org/tutorials/distributing-packages/#package-data
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#more-complex-option-data-files
https://packaging.python.org/tutorials/distributing-packages/#data-fileshttps://packaging.python.org/tutorials/distributing-packages/#data-files
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#more-magic-pkg-resources
http://setuptools.readthedocs.io/en/latest/pkg_resources.htmlhttp://setuptools.readthedocs.io/en/latest/pkg_resources.html
http://setuptools.readthedocs.io/en/latest/pkg_resources.html#resourcemanager-apihttp://setuptools.readthedocs.io/en/latest/pkg_resources.html#resourcemanager-api
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#command-line-scripts
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#entry-points
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#getting-started-with-a-new-package
https://cookiecutter.readthedocs.io/en/latest/https://cookiecutter.readthedocs.io/en/latest/
https://pythonchb.github.io/ProgrammingInPython/modules/Packaging.html#lab-a-small-example-package
capitalize.ziphttps://pythonchb.github.io/ProgrammingInPython/_downloads/50e6adcf4150453a18997da5016f9b3a/capitalize.zip
Previoushttps://pythonchb.github.io/ProgrammingInPython/modules/Documentation.html
Next https://pythonchb.github.io/ProgrammingInPython/exercises/packaging/package_lab.html
Sphinxhttps://www.sphinx-doc.org/
themehttps://github.com/readthedocs/sphinx_rtd_theme
Read the Docshttps://readthedocs.org

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.