From 9468226a9e2e2ab8cdd599f1d8538e860ca86120 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Sun, 13 Nov 2022 23:46:45 +0530 Subject: id card generator --- .../command/__pycache__/__init__.cpython-310.pyc | Bin 0 -> 364 bytes .../command/__pycache__/alias.cpython-310.pyc | Bin 0 -> 2366 bytes .../command/__pycache__/bdist_egg.cpython-310.pyc | Bin 0 -> 13116 bytes .../command/__pycache__/bdist_rpm.cpython-310.pyc | Bin 0 -> 1579 bytes .../command/__pycache__/build.cpython-310.pyc | Bin 0 -> 1209 bytes .../command/__pycache__/build_clib.cpython-310.pyc | Bin 0 -> 2453 bytes .../command/__pycache__/build_ext.cpython-310.pyc | Bin 0 -> 9882 bytes .../command/__pycache__/build_py.cpython-310.pyc | Bin 0 -> 10661 bytes .../command/__pycache__/develop.cpython-310.pyc | Bin 0 -> 6142 bytes .../command/__pycache__/dist_info.cpython-310.pyc | Bin 0 -> 2623 bytes .../command/__pycache__/easy_install.cpython-310.pyc | Bin 0 -> 64411 bytes .../command/__pycache__/egg_info.cpython-310.pyc | Bin 0 -> 22884 bytes .../command/__pycache__/install.cpython-310.pyc | Bin 0 -> 4275 bytes .../__pycache__/install_egg_info.cpython-310.pyc | Bin 0 -> 2449 bytes .../command/__pycache__/install_lib.cpython-310.pyc | Bin 0 -> 4161 bytes .../command/__pycache__/install_scripts.cpython-310.pyc | Bin 0 -> 2443 bytes .../command/__pycache__/py36compat.cpython-310.pyc | Bin 0 -> 4526 bytes .../command/__pycache__/register.cpython-310.pyc | Bin 0 -> 830 bytes .../command/__pycache__/rotate.cpython-310.pyc | Bin 0 -> 2497 bytes .../command/__pycache__/saveopts.cpython-310.pyc | Bin 0 -> 916 bytes .../command/__pycache__/sdist.cpython-310.pyc | Bin 0 -> 6974 bytes .../command/__pycache__/setopt.cpython-310.pyc | Bin 0 -> 4678 bytes .../setuptools/command/__pycache__/test.cpython-310.pyc | Bin 0 -> 8220 bytes .../command/__pycache__/upload.cpython-310.pyc | Bin 0 -> 803 bytes .../command/__pycache__/upload_docs.cpython-310.pyc | Bin 0 -> 6393 bytes 25 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/__init__.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/alias.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/build.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/build_clib.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/build_ext.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/build_py.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/develop.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/dist_info.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/easy_install.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/egg_info.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/install.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/install_lib.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/install_scripts.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/py36compat.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/register.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/rotate.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/saveopts.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/sdist.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/setopt.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/test.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/upload.cpython-310.pyc create mode 100644 env/lib/python3.10/site-packages/setuptools/command/__pycache__/upload_docs.cpython-310.pyc (limited to 'env/lib/python3.10/site-packages/setuptools/command/__pycache__') diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/__init__.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000..8e1432b Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/__init__.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/alias.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/alias.cpython-310.pyc new file mode 100644 index 0000000..6f0a7f4 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/alias.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-310.pyc new file mode 100644 index 0000000..d1a0ca1 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-310.pyc new file mode 100644 index 0000000..697258e Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/build.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/build.cpython-310.pyc new file mode 100644 index 0000000..ba86f09 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/build.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/build_clib.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/build_clib.cpython-310.pyc new file mode 100644 index 0000000..fa4e0ad Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/build_clib.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/build_ext.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/build_ext.cpython-310.pyc new file mode 100644 index 0000000..fa0b886 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/build_ext.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/build_py.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/build_py.cpython-310.pyc new file mode 100644 index 0000000..e047435 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/build_py.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/develop.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/develop.cpython-310.pyc new file mode 100644 index 0000000..83d0737 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/develop.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/dist_info.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/dist_info.cpython-310.pyc new file mode 100644 index 0000000..d3bd13f Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/dist_info.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/easy_install.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/easy_install.cpython-310.pyc new file mode 100644 index 0000000..05e507b Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/easy_install.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/egg_info.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/egg_info.cpython-310.pyc new file mode 100644 index 0000000..0e77149 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/egg_info.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/install.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/install.cpython-310.pyc new file mode 100644 index 0000000..7fbb9a8 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/install.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-310.pyc new file mode 100644 index 0000000..711babb Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/install_lib.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/install_lib.cpython-310.pyc new file mode 100644 index 0000000..2e86148 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/install_lib.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/install_scripts.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/install_scripts.cpython-310.pyc new file mode 100644 index 0000000..110d48c Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/install_scripts.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/py36compat.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/py36compat.cpython-310.pyc new file mode 100644 index 0000000..625db5f Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/py36compat.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/register.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/register.cpython-310.pyc new file mode 100644 index 0000000..90878b5 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/register.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/rotate.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/rotate.cpython-310.pyc new file mode 100644 index 0000000..09f5651 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/rotate.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/saveopts.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/saveopts.cpython-310.pyc new file mode 100644 index 0000000..dcd1aa1 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/saveopts.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/sdist.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/sdist.cpython-310.pyc new file mode 100644 index 0000000..6a41d0c Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/sdist.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/setopt.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/setopt.cpython-310.pyc new file mode 100644 index 0000000..bfd49b4 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/setopt.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/test.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/test.cpython-310.pyc new file mode 100644 index 0000000..f74cdb3 Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/test.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/upload.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/upload.cpython-310.pyc new file mode 100644 index 0000000..633608d Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/upload.cpython-310.pyc differ diff --git a/env/lib/python3.10/site-packages/setuptools/command/__pycache__/upload_docs.cpython-310.pyc b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/upload_docs.cpython-310.pyc new file mode 100644 index 0000000..2cd5fbb Binary files /dev/null and b/env/lib/python3.10/site-packages/setuptools/command/__pycache__/upload_docs.cpython-310.pyc differ -- cgit v1.2.3-59-g8ed1b