Skip to content

There seems to be packages that are missing in Python Module Index #52

@kwhkim

Description

@kwhkim

Hello, great package!

I refrain from naming any module the same as python standard module. So I scraped from Python Module Index site
and I recently found your module so I check my result with your result.

I scraped from
https://docs.python.org/3.8/py-modindex.html

and see the difference from what the this package has.

Here is whole bunch of modules that are missing in Python Module Index(v3.8) but exist in what I got from stdlib_list("3.8")

{'_abc',
'_ast',
'_asyncio',
'_bisect',
'_blake2',
'_bootlocale',
'_bz2',
'_codecs',
'_codecs_cn',
'_codecs_hk',
'_codecs_iso2022',
'_codecs_jp',
'_codecs_kr',
'_codecs_tw',
'_collections',
'_collections_abc',
'_compat_pickle',
'_compression',
'_contextvars',
'_crypt',
'_csv',
'_ctypes',
'_ctypes_test',
'_curses',
'_curses_panel',
'_datetime',
'_dbm',
'_decimal',
'_elementtree',
'_frozen_importlib',
'_frozen_importlib_external',
'_functools',
'_gdbm',
'_hashlib',
'_heapq',
'_imp',
'_io',
'_json',
'_locale',
'_lsprof',
'_lzma',
'_markupbase',
'_md5',
'_multibytecodec',
'_multiprocessing',
'_opcode',
'_operator',
'_osx_support',
'_pickle',
'_posixshmem',
'_posixsubprocess',
'_py_abc',
'_pydecimal',
'_pyio',
'_queue',
'_random',
'_sha1',
'_sha256',
'_sha3',
'_sha512',
'_signal',
'_sitebuiltins',
'_socket',
'_sqlite3',
'_sre',
'_ssl',
'_stat',
'_statistics',
'_string',
'_strptime',
'_struct',
'_symtable',
'_testbuffer',
'_testcapi',
'_testimportmultiple',
'_testinternalcapi',
'_testmultiphase',
'_threading_local',
'_tkinter',
'_tracemalloc',
'_uuid',
'_warnings',
'_weakref',
'_weakrefset',
'_xxsubinterpreters',
'_xxtestfuzz',
'antigravity',
'genericpath',
'idlelib',
'ntpath',
'nturl2path',
'opcode',
'posixpath',
'pydoc_data',
'pyexpat',
'sre_compile',
'sre_constants',
'sre_parse',
'this',
'xxlimited',
'xxsubtype'}

It might be that python has upgraded in 3.8.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions