A simple printer of nested lists
Project description
�����Զ�module
---------------------------------
�������������ú�python��·��
��moduleĿ¼�´�cmd
�����
python setup.py sdist
python setup.py install
---------------------------------
demo�ļ���Ϣ
setup.py
---------------------------------
from distutils.core import setup
setup(
name = 'mtpython',
version = '1.0.0',
py_modules = ['nester'],
author = 'mcgradytien',
author_email = '106559363@qq.com',
url = '',
description = 'A simple printer of nested lists'
)
---------------------------------
�ϴ����뵽pypi
---------------------------------
http://pypi.python.org/
---------------------------------
�������������ú�python��·��
��moduleĿ¼�´�cmd
�����
python setup.py sdist
python setup.py install
---------------------------------
demo�ļ���Ϣ
setup.py
---------------------------------
from distutils.core import setup
setup(
name = 'mtpython',
version = '1.0.0',
py_modules = ['nester'],
author = 'mcgradytien',
author_email = '106559363@qq.com',
url = '',
description = 'A simple printer of nested lists'
)
---------------------------------
�ϴ����뵽pypi
---------------------------------
http://pypi.python.org/
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
mtpython-1.0.0.zip
(1.5 kB
view details)
File details
Details for the file mtpython-1.0.0.zip.
File metadata
- Download URL: mtpython-1.0.0.zip
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b18984ae2937b505e2a303829c34fb938e880b88096f97c71059cfcc056b960b
|
|
| MD5 |
0c45beb219f6579e3690e1416aadb63b
|
|
| BLAKE2b-256 |
bfcfe54c3fdc57ca2b43854ac25605d4e0f62f1680d07d825c711b953235e790
|