This is first module for nested lines
Project description
Step1 - Create a python module which you want to expose as distribution (*.py)
Step2 - use setuptools to prepare a distribution
from setuptools import setup
step3- create a folder in which you want your code to be created as distribution
step4- move your python file to the new folder created in step3
step5 - create a setup.py file in the new folder created in step3
step6 - build a distribution file
python3 setup.py sdist
sdist create a source distribution (tarball, zip file, etc.)
step7 - install your distribution into your local copy of python
python3 setup.py install
install install everything from build directory
******** YOUR DISTRIBUTION IS READY **************
NOW THAT YOUR MODULE IS BUILT, PACKAGED AS A DISTRIBUTION AND INSTALLED --> IT IS READY TO BE IMPORTED
AND USED
Step2 - use setuptools to prepare a distribution
from setuptools import setup
step3- create a folder in which you want your code to be created as distribution
step4- move your python file to the new folder created in step3
step5 - create a setup.py file in the new folder created in step3
step6 - build a distribution file
python3 setup.py sdist
sdist create a source distribution (tarball, zip file, etc.)
step7 - install your distribution into your local copy of python
python3 setup.py install
install install everything from build directory
******** YOUR DISTRIBUTION IS READY **************
NOW THAT YOUR MODULE IS BUILT, PACKAGED AS A DISTRIBUTION AND INSTALLED --> IT IS READY TO BE IMPORTED
AND USED
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
nesterkunwar-1.2.0.tar.gz
(1.3 kB
view details)
File details
Details for the file nesterkunwar-1.2.0.tar.gz
.
File metadata
- Download URL: nesterkunwar-1.2.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd08a3ad60b7769742aa6a845080810928089a85b0b5542b09a15f2528cb3913 |
|
MD5 | 155e1b95cde093f6bbce1787641bc013 |
|
BLAKE2b-256 | df52a81a452630d473750d4ffb34702c67d81c22d06d5fb3c82ea0ba87dbc5b9 |