Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type the Python built-in APIs #213

Open
mtshiba opened this issue Oct 18, 2022 · 0 comments
Open

Type the Python built-in APIs #213

mtshiba opened this issue Oct 18, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mtshiba
Copy link
Member

mtshiba commented Oct 18, 2022

I have made pyimport to look up .erg/lib/pystd/foo.d.er (in repository compiler/erg_compiler/lib/... or below) or .erg/lib/pystd/foo.d/__init__.d.er. Now we can type the Python built-in APIs in Erg.
Now, We will start a project to type all Python built-in modules.

TODOs:

  • Deprecated modules will not be defined.
  • High priority modules were highlighted.
  • abc
  • argparse
  • array
  • ast
  • asyncio
  • atexit
  • base64
  • bdb
  • binascii
  • binhex
  • bisect
  • builtins
  • bz2
  • calendar
  • cmath
  • cmd
  • code
  • codecs
  • codeop
  • collections
  • colorsys
  • compileall
  • concurrent
  • configparser
  • contextlib
  • contextvars
  • copy
  • copyreg
  • cProfile
  • csv
  • ctypes
  • curses
  • dataclasses
  • datetime
  • dbm
  • decimal
  • difflib
  • dis
  • disutils
  • doctest
  • email
  • encodings
  • ensurepip
  • enum
  • errno
  • faulthandler
  • fcntl
  • filecmp
  • fileinput
  • fnmatch
  • fractions
  • ftplib
  • functools
  • gc
  • getopt
  • getpass
  • gettext
  • glob
  • graphlib
  • grp
  • gzip
  • hashlib
  • heapq
  • hmac
  • html
  • http
  • importlib
  • inspect
  • io
  • ipaddress
  • itertools
  • json
  • keyword
  • lib2to3
  • linecache
  • locale
  • logging
  • lzma
  • mailbox
  • marshal
  • math
  • mimetypes
  • mmap
  • modulefinder
  • multiproccessing
  • netrc
  • numbers
  • operator
  • os
  • pathlib
  • pdb
  • pickle
  • pickletools
  • pkgutil
  • platform
  • plistlib
  • poplib
  • posix
  • pprint
  • profile
  • pstats
  • pty
  • pwd
  • py_compile
  • pyclbr
  • ptoc
  • queue
  • quopri
  • random
  • re
  • readline
  • reprlib
  • resource
  • rlcompleter
  • runpy
  • sched
  • secrets
  • select
  • selectors
  • shelve
  • shlex
  • shutil
  • signal
  • site
  • smtplib
  • socket
  • socketserver
  • sqlite3
  • ssl
  • stat
  • statistics
  • string
  • stringgrep
  • struct
  • subprocess
  • symtable
  • sys
  • sysconfig
  • syslog
  • tabnanny
  • tarfile
  • tempfile
  • termios
  • test
  • textwrap
  • threading
  • time
  • timeit
  • tkinter
  • token
  • tokenize
  • trace
  • traceback
  • tracemalloc
  • tty
  • turtle
  • turtledemo
  • types
  • typing
  • unicodedata
  • unittest
  • urllib
  • uuid
  • venv
  • warnings
  • wave
  • weakref
  • webbrowser
  • wsgiref
  • xml
  • xmlrpc
  • zipapp
  • zipfile
  • zipimport
  • zlib
  • zoneinfo
@mtshiba mtshiba added enhancement New feature or request help wanted Extra attention is needed labels Oct 18, 2022
@mtshiba mtshiba added the good first issue Good for newcomers label Dec 4, 2022
@lion24 lion24 mentioned this issue Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant