all: setup.py: Consistently update author and maintainer fields.

pull/261/head
Paul Sokolovsky 2018-02-02 20:25:27 +02:00
rodzic c3cded0134
commit 2ff5940d92
155 zmienionych plików z 251 dodań i 251 usunięć

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-future',
description='Dummy __future__ module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-libc',
url='https://github.com/micropython/micropython-lib',
author='Paul Sokolovsky',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-_markupbase',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-abc',
description='Dummy abc module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-array',
description='Dummy array module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-asyncio',
description='Dummy asyncio module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-base64',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-binascii',
url='https://github.com/micropython/micropython-lib',
author='PyPy Developers',
author_email='pypy-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-binhex',
description='Dummy binhex module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-calendar',
description='Dummy calendar module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-cgi',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-cmd',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-code',
description='Dummy code module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-codecs',
description='Dummy codecs module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-codeop',
description='Dummy codeop module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-collections.defaultdict',
url='https://github.com/micropython/micropython-lib',
author='Paul Sokolovsky',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-collections.deque',
description='collections.deque module for MicroPython',
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-collections',
description='collections module for MicroPython',
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-concurrent.futures',
description='Dummy concurrent.futures module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-contextlib',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-copy',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-cpython-uasyncio',
description='MicroPython module uasyncio ported to CPython',
long_description='This is MicroPython compatibility module, allowing applications using\nMicroPython-specific features to run on CPython.\n',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-csv',
description='Dummy csv module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-curses.ascii',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-curses',
description='Dummy curses module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-datetime',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-dbm',
description='Dummy dbm module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-decimal',
description='Dummy decimal module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-difflib',
description='Dummy difflib module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-dis',
description='Dummy dis module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-dummy_threading',
description='Dummy dummy_threading module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-email.charset',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-email.encoders',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-email.errors',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-email.feedparser',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-email.header',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-email.internal',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-email.message',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-email.parser',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-email.utils',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-errno',
description='errno module for MicroPython',
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-fcntl',
url='https://github.com/micropython/micropython-lib',
author='Paul Sokolovsky',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-ffilib',
url='https://github.com/micropython/micropython-lib',
author='Damien George',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-fnmatch',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-formatter',
description='Dummy formatter module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-fractions',
description='Dummy fractions module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-ftplib',
description='Dummy ftplib module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-functools',
description='functools module for MicroPython',
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-getopt',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-getpass',
description='Dummy getpass module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-gettext',
url='https://github.com/micropython/micropython-lib',
author='Riccardo Magliocchetti',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-glob',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-gzip',
description='gzip module for MicroPython',
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-heapq',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-hmac',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-html.entities',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-html.parser',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-html',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-http.client',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-imaplib',
description='Dummy imaplib module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-imp',
description='Dummy imp module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-importlib',
description='Dummy importlib module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-inspect',
description='inspect module for MicroPython',
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-io',
description='Dummy io module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-ipaddress',
description='Dummy ipaddress module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-itertools',
description='itertools module for MicroPython',
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-linecache',
description='Dummy linecache module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-locale',
description='Dummy locale module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-logging',
description='logging module for MicroPython',
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-machine',
url='https://github.com/micropython/micropython-lib',
author='Paul Sokolovsky',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-mailbox',
description='Dummy mailbox module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-mailcap',
description='Dummy mailcap module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-math',
description='Dummy math module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-mimetypes',
description='Dummy mimetypes module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-multiprocessing',
url='https://github.com/micropython/micropython-lib',
author='Paul Sokolovsky',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-nntplib',
description='Dummy nntplib module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-numbers',
description='Dummy numbers module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-operator',
description='operator module for MicroPython',
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-optparse',
description='Dummy optparse module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-os.path',
url='https://github.com/micropython/micropython-lib',
author='Paul Sokolovsky',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-os',
url='https://github.com/micropython/micropython-lib',
author='Paul Sokolovsky',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-pathlib',
description='Dummy pathlib module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-pdb',
description='Dummy pdb module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-pickletools',
description='Dummy pickletools module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-pkg_resources',
description='pkg_resources module for MicroPython',
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-pkgutil',
description='pkgutil module for MicroPython',
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-platform',
description='Dummy platform module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-poplib',
description='Dummy poplib module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-posixpath',
description='Dummy posixpath module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-pprint',
description='Dummy pprint module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-profile',
description='Dummy profile module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-pty',
description='Dummy pty module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-pwd',
url='https://github.com/micropython/micropython-lib',
author='Riccardo Magliocchetti',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-pystone',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-pystone_lowmem',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-queue',
description='Dummy queue module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-quopri',
url='https://github.com/micropython/micropython-lib',
author='CPython Developers',
author_email='python-dev@python.org',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='Python',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-random',
description='Dummy random module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -13,7 +13,7 @@ setup(name='micropython-re-pcre',
url='https://github.com/micropython/micropython-lib',
author='Paul Sokolovsky',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Wyświetl plik

@ -11,9 +11,9 @@ setup(name='micropython-readline',
description='Dummy readline module for MicroPython',
long_description='This is a dummy implementation of a module for MicroPython standard library.\nIt contains zero or very little functionality, and primarily intended to\navoid import errors (using idea that even if an application imports a\nmodule, it may be not using it onevery code path, so may work at least\npartially). It is expected that more complete implementation of the module\nwill be provided later. Please help with the development if you are\ninterested in this module.',
url='https://github.com/micropython/micropython-lib',
author='MicroPython Developers',
author='micropython-lib Developers',
author_email='micro-python@googlegroups.com',
maintainer='MicroPython Developers',
maintainer='micropython-lib Developers',
maintainer_email='micro-python@googlegroups.com',
license='MIT',
cmdclass={'optimize_upip': optimize_upip.OptimizeUpip},

Some files were not shown because too many files have changed in this diff Show More