Metadata-Version: 2.1
Name: test9191
Version: 0.0.1
Summary: Test9191 - test upload profile to pypi
Home-page: https://github.com/TerngChatchai/test9191
Author: Uncle Engineer
Author-email: googoa@hotmail.com
License: MIT
Download-URL: https://github.com/TerngChatchai/test9191/archive/v0.0.1.zip
Keywords: test9191,profile,TerngChatchai
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE.txt

(test9191) ตัวอย่างการอัพโหลด package บน pypi
=============================================

PyPi: https://pypi.org/project/test9191/

Pytho วิธีสร้าง Library เป็นของตัวเอง+ อัพโหลด Package ไปยัง PyPI.org

วิธีติดตั้ง
~~~~~~~~~~~

เปิด CMD / Terminal

.. code:: python

   pip install test9191

วิธีใช้งานแพ็คเพจนี้
~~~~~~~~~~~~~~~~~~~~

-  เปิด IDLE ขึ้นมาแล้วพิมพ์…

\```python Example: my = Profile(‘Terng’) my.company = ‘TIMBER’ my.hobby
= [‘carpenter’,‘driller’, ‘programer’,‘investor’] print(my.name)
my.show_email() my.show_myart() my.show_hobby() ’’’


