Top Level Namespace Package for KenL380.
Project description
This is the top level package for the other python packages I have published on PyPI. It’s function is basically to supply a namespace, so that I don’t conflict with other modules and packages both on PyPI as well as in the site-packages directory for any given Python installation.
To see an example of a submodule that would be installed within this namespace, take a look at my pylib package, which you can find on GitHub in this repository. When it is installed locally, it goes into the kenl380 directory in site-packages, instead of into the root. When I import it, I normally do it like this:
import kenl380.pylib as pylib
That way I don’t have to prefix the names with kenl380 everywhere…
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file kenl380-1.0.0.tar.gz
.
File metadata
- Download URL: kenl380-1.0.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
226b6925f956484a0e9d9b6804f60c0093f17ff374fe0c365b80329ba7957451
|
|
MD5 |
d06729c14008cc8fdf5c352ebe8e06a6
|
|
BLAKE2b-256 |
ce8ea173900467d48c47d8b6ef36edd1f6492d779ca1d9f549ade0e346687121
|
File details
Details for the file kenl380-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: kenl380-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1df92b0436ea8abce2ae4ac36d0f860c0931ccaf9b116aeded6da299a92d11b2
|
|
MD5 |
5b075093a32650f40e53439d21d3f67a
|
|
BLAKE2b-256 |
7b8acd73fa6e5e06b3e0c6d0f9021fc69bc168d27e8daf6c95ccf25cbc7d37b4
|