在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python网络编程 → python django实现周报管理系统

python django实现周报管理系统

Python网络编程

下载此实例
  • 开发语言:Python
  • 实例大小:18.04M
  • 下载次数:36
  • 浏览次数:301
  • 发布时间:2022-09-30
  • 实例类别:Python网络编程
  • 发 布 人:崔先生吧
  • 文件格式:.zip
  • 所需积分:5
 相关标签: python 管理系统 实现 py 管理

实例介绍

【实例简介】python django实现周报管理系统

【实例截图】

from clipboard

【核心代码】

.
├── djangologin
│   ├── Log
│   │   ├── err.log
│   │   └── log.log
│   ├── __pycache__
│   │   └── manage.cpython-36.pyc
│   ├── bin
│   │   ├── __pycache__
│   │   │   ├── django-admin.cpython-36.pyc
│   │   │   ├── runxlrd.cpython-36.pyc
│   │   │   └── vba_extract.cpython-36.pyc
│   │   ├── activate
│   │   ├── activate.csh
│   │   ├── activate.fish
│   │   ├── django-admin
│   │   ├── django-admin.py
│   │   ├── easy_install
│   │   ├── easy_install-3.6
│   │   ├── normalizer
│   │   ├── pip
│   │   ├── pip3
│   │   ├── pip3.6
│   │   ├── python
│   │   ├── python3
│   │   ├── runxlrd.py
│   │   ├── sqlformat
│   │   └── vba_extract.py
│   ├── db.sqlite3
│   ├── djangologin
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── settings.cpython-36.pyc
│   │   │   ├── urls.cpython-36.pyc
│   │   │   └── wsgi.cpython-36.pyc
│   │   ├── asgi.py
│   │   ├── settings.py
│   │   ├── urls.py
│   │   └── wsgi.py
│   ├── include
│   ├── lib
│   │   └── python3.6
│   │       └── site-packages
│   │           ├── Django-2.1.7.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── entry_points.txt
│   │           │   └── top_level.txt
│   │           ├── PyMySQL-0.9.3.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── pbr.json
│   │           │   └── top_level.txt
│   │           ├── PyNaCl-1.3.0.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.txt
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── XlsxWriter-3.0.1.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.txt
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── __pycache__
│   │           │   ├── six.cpython-36.pyc
│   │           │   ├── typing_extensions.cpython-36.pyc
│   │           │   └── zipp.cpython-36.pyc
│   │           ├── asgiref
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── _pep562.cpython-36.pyc
│   │           │   │   ├── compatibility.cpython-36.pyc
│   │           │   │   ├── current_thread_executor.cpython-36.pyc
│   │           │   │   ├── local.cpython-36.pyc
│   │           │   │   ├── server.cpython-36.pyc
│   │           │   │   ├── sync.cpython-36.pyc
│   │           │   │   ├── testing.cpython-36.pyc
│   │           │   │   ├── timeout.cpython-36.pyc
│   │           │   │   ├── typing.cpython-36.pyc
│   │           │   │   └── wsgi.cpython-36.pyc
│   │           │   ├── _pep562.py
│   │           │   ├── compatibility.py
│   │           │   ├── current_thread_executor.py
│   │           │   ├── local.py
│   │           │   ├── py.typed
│   │           │   ├── server.py
│   │           │   ├── sync.py
│   │           │   ├── testing.py
│   │           │   ├── timeout.py
│   │           │   ├── typing.py
│   │           │   └── wsgi.py
│   │           ├── asgiref-3.4.1.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── backports
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   └── __init__.cpython-36.pyc
│   │           │   └── zoneinfo
│   │           │       ├── __init__.py
│   │           │       ├── __init__.pyi
│   │           │       ├── __pycache__
│   │           │       ├── _common.py
│   │           │       ├── _czoneinfo.cpython-36m-darwin.so
│   │           │       ├── _tzpath.py
│   │           │       ├── _version.py
│   │           │       ├── _zoneinfo.py
│   │           │       └── py.typed
│   │           ├── backports.zoneinfo-0.2.1.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── LICENSE_APACHE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── certifi
│   │           │   ├── __init__.py
│   │           │   ├── __main__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── __main__.cpython-36.pyc
│   │           │   │   └── core.cpython-36.pyc
│   │           │   ├── cacert.pem
│   │           │   └── core.py
│   │           ├── certifi-2021.5.30.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── charset_normalizer
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── api.cpython-36.pyc
│   │           │   │   ├── cd.cpython-36.pyc
│   │           │   │   ├── constant.cpython-36.pyc
│   │           │   │   ├── legacy.cpython-36.pyc
│   │           │   │   ├── md.cpython-36.pyc
│   │           │   │   ├── models.cpython-36.pyc
│   │           │   │   ├── utils.cpython-36.pyc
│   │           │   │   └── version.cpython-36.pyc
│   │           │   ├── api.py
│   │           │   ├── assets
│   │           │   │   ├── __init__.py
│   │           │   │   └── __pycache__
│   │           │   ├── cd.py
│   │           │   ├── cli
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   └── normalizer.py
│   │           │   ├── constant.py
│   │           │   ├── legacy.py
│   │           │   ├── md.py
│   │           │   ├── models.py
│   │           │   ├── py.typed
│   │           │   ├── utils.py
│   │           │   └── version.py
│   │           ├── charset_normalizer-2.0.6.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── entry_points.txt
│   │           │   └── top_level.txt
│   │           ├── dateutil
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── _common.cpython-36.pyc
│   │           │   │   ├── _version.cpython-36.pyc
│   │           │   │   ├── easter.cpython-36.pyc
│   │           │   │   ├── relativedelta.cpython-36.pyc
│   │           │   │   ├── rrule.cpython-36.pyc
│   │           │   │   ├── tzwin.cpython-36.pyc
│   │           │   │   └── utils.cpython-36.pyc
│   │           │   ├── _common.py
│   │           │   ├── _version.py
│   │           │   ├── easter.py
│   │           │   ├── parser
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── _parser.py
│   │           │   │   └── isoparser.py
│   │           │   ├── relativedelta.py
│   │           │   ├── rrule.py
│   │           │   ├── tz
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── _common.py
│   │           │   │   ├── _factories.py
│   │           │   │   ├── tz.py
│   │           │   │   └── win.py
│   │           │   ├── tzwin.py
│   │           │   ├── utils.py
│   │           │   └── zoneinfo
│   │           │       ├── __init__.py
│   │           │       ├── __pycache__
│   │           │       ├── dateutil-zoneinfo.tar.gz
│   │           │       └── rebuild.py
│   │           ├── dj_pagination
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── apps.cpython-36.pyc
│   │           │   │   ├── middleware.cpython-36.pyc
│   │           │   │   ├── models.cpython-36.pyc
│   │           │   │   ├── paginator.cpython-36.pyc
│   │           │   │   └── settings.cpython-36.pyc
│   │           │   ├── apps.py
│   │           │   ├── locale
│   │           │   │   ├── de
│   │           │   │   ├── es
│   │           │   │   ├── fi
│   │           │   │   ├── fr
│   │           │   │   ├── it
│   │           │   │   ├── nn
│   │           │   │   ├── no
│   │           │   │   ├── pl
│   │           │   │   ├── pt
│   │           │   │   ├── pt_BR
│   │           │   │   ├── ru
│   │           │   │   └── tr
│   │           │   ├── middleware.py
│   │           │   ├── models.py
│   │           │   ├── paginator.py
│   │           │   ├── settings.py
│   │           │   ├── templates
│   │           │   │   └── pagination
│   │           │   ├── templatetags
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   └── pagination_tags.py
│   │           │   ├── test_project
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── example
│   │           │   │   ├── manage.py
│   │           │   │   ├── settings.py
│   │           │   │   ├── tests.py
│   │           │   │   └── urls.py
│   │           │   └── tests
│   │           │       ├── __init__.py
│   │           │       ├── __pycache__
│   │           │       ├── runner.py
│   │           │       ├── settings.py
│   │           │       └── test_main.py
│   │           ├── dj_pagination-2.5.0.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.md
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── django
│   │           │   ├── __init__.py
│   │           │   ├── __main__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── __main__.cpython-36.pyc
│   │           │   │   └── shortcuts.cpython-36.pyc
│   │           │   ├── apps
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── config.py
│   │           │   │   └── registry.py
│   │           │   ├── bin
│   │           │   │   ├── __pycache__
│   │           │   │   └── django-admin.py
│   │           │   ├── conf
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── app_template
│   │           │   │   ├── global_settings.py
│   │           │   │   ├── locale
│   │           │   │   ├── project_template
│   │           │   │   └── urls
│   │           │   ├── contrib
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── admin
│   │           │   │   ├── admindocs
│   │           │   │   ├── auth
│   │           │   │   ├── contenttypes
│   │           │   │   ├── flatpages
│   │           │   │   ├── gis
│   │           │   │   ├── humanize
│   │           │   │   ├── messages
│   │           │   │   ├── postgres
│   │           │   │   ├── redirects
│   │           │   │   ├── sessions
│   │           │   │   ├── sitemaps
│   │           │   │   ├── sites
│   │           │   │   ├── staticfiles
│   │           │   │   └── syndication
│   │           │   ├── core
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── cache
│   │           │   │   ├── checks
│   │           │   │   ├── exceptions.py
│   │           │   │   ├── files
│   │           │   │   ├── handlers
│   │           │   │   ├── mail
│   │           │   │   ├── management
│   │           │   │   ├── paginator.py
│   │           │   │   ├── serializers
│   │           │   │   ├── servers
│   │           │   │   ├── signals.py
│   │           │   │   ├── signing.py
│   │           │   │   ├── validators.py
│   │           │   │   └── wsgi.py
│   │           │   ├── db
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── backends
│   │           │   │   ├── migrations
│   │           │   │   ├── models
│   │           │   │   ├── transaction.py
│   │           │   │   └── utils.py
│   │           │   ├── dispatch
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── dispatcher.py
│   │           │   │   └── license.txt
│   │           │   ├── forms
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── boundfield.py
│   │           │   │   ├── fields.py
│   │           │   │   ├── forms.py
│   │           │   │   ├── formsets.py
│   │           │   │   ├── jinja2
│   │           │   │   ├── models.py
│   │           │   │   ├── renderers.py
│   │           │   │   ├── templates
│   │           │   │   ├── utils.py
│   │           │   │   └── widgets.py
│   │           │   ├── http
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── cookie.py
│   │           │   │   ├── multipartparser.py
│   │           │   │   ├── request.py
│   │           │   │   └── response.py
│   │           │   ├── middleware
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── cache.py
│   │           │   │   ├── clickjacking.py
│   │           │   │   ├── common.py
│   │           │   │   ├── csrf.py
│   │           │   │   ├── gzip.py
│   │           │   │   ├── http.py
│   │           │   │   ├── locale.py
│   │           │   │   └── security.py
│   │           │   ├── shortcuts.py
│   │           │   ├── template
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── backends
│   │           │   │   ├── base.py
│   │           │   │   ├── context.py
│   │           │   │   ├── context_processors.py
│   │           │   │   ├── defaultfilters.py
│   │           │   │   ├── defaulttags.py
│   │           │   │   ├── engine.py
│   │           │   │   ├── exceptions.py
│   │           │   │   ├── library.py
│   │           │   │   ├── loader.py
│   │           │   │   ├── loader_tags.py
│   │           │   │   ├── loaders
│   │           │   │   ├── response.py
│   │           │   │   ├── smartif.py
│   │           │   │   └── utils.py
│   │           │   ├── templatetags
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── cache.py
│   │           │   │   ├── i18n.py
│   │           │   │   ├── l10n.py
│   │           │   │   ├── static.py
│   │           │   │   └── tz.py
│   │           │   ├── test
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── client.py
│   │           │   │   ├── html.py
│   │           │   │   ├── runner.py
│   │           │   │   ├── selenium.py
│   │           │   │   ├── signals.py
│   │           │   │   ├── testcases.py
│   │           │   │   └── utils.py
│   │           │   ├── urls
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── base.py
│   │           │   │   ├── conf.py
│   │           │   │   ├── converters.py
│   │           │   │   ├── exceptions.py
│   │           │   │   ├── resolvers.py
│   │           │   │   └── utils.py
│   │           │   ├── utils
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── _os.py
│   │           │   │   ├── archive.py
│   │           │   │   ├── autoreload.py
│   │           │   │   ├── baseconv.py
│   │           │   │   ├── cache.py
│   │           │   │   ├── crypto.py
│   │           │   │   ├── datastructures.py
│   │           │   │   ├── dateformat.py
│   │           │   │   ├── dateparse.py
│   │           │   │   ├── dates.py
│   │           │   │   ├── datetime_safe.py
│   │           │   │   ├── deconstruct.py
│   │           │   │   ├── decorators.py
│   │           │   │   ├── deprecation.py
│   │           │   │   ├── duration.py
│   │           │   │   ├── encoding.py
│   │           │   │   ├── feedgenerator.py
│   │           │   │   ├── formats.py
│   │           │   │   ├── functional.py
│   │           │   │   ├── hashable.py
│   │           │   │   ├── html.py
│   │           │   │   ├── http.py
│   │           │   │   ├── inspect.py
│   │           │   │   ├── ipv6.py
│   │           │   │   ├── itercompat.py
│   │           │   │   ├── jslex.py
│   │           │   │   ├── log.py
│   │           │   │   ├── lorem_ipsum.py
│   │           │   │   ├── lru_cache.py
│   │           │   │   ├── module_loading.py
│   │           │   │   ├── numberformat.py
│   │           │   │   ├── regex_helper.py
│   │           │   │   ├── safestring.py
│   │           │   │   ├── six.py
│   │           │   │   ├── termcolors.py
│   │           │   │   ├── text.py
│   │           │   │   ├── timesince.py
│   │           │   │   ├── timezone.py
│   │           │   │   ├── translation
│   │           │   │   ├── tree.py
│   │           │   │   ├── version.py
│   │           │   │   └── xmlutils.py
│   │           │   └── views
│   │           │       ├── __init__.py
│   │           │       ├── __pycache__
│   │           │       ├── csrf.py
│   │           │       ├── debug.py
│   │           │       ├── decorators
│   │           │       ├── defaults.py
│   │           │       ├── generic
│   │           │       ├── i18n.py
│   │           │       ├── static.py
│   │           │       └── templates
│   │           ├── django_apscheduler
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── admin.cpython-36.pyc
│   │           │   │   ├── apps.cpython-36.pyc
│   │           │   │   ├── models.cpython-36.pyc
│   │           │   │   └── util.cpython-36.pyc
│   │           │   ├── admin.py
│   │           │   ├── apps.py
│   │           │   ├── jobstores.py
│   │           │   ├── migrations
│   │           │   │   ├── 0001_initial.py
│   │           │   │   ├── 0002_auto_20180412_0758.py
│   │           │   │   ├── __init__.py
│   │           │   │   └── __pycache__
│   │           │   ├── models.py
│   │           │   ├── result_storage.py
│   │           │   └── util.py
│   │           ├── django_apscheduler-0.3.0-py3.6.egg-info
│   │           │   ├── PKG-INFO
│   │           │   ├── SOURCES.txt
│   │           │   ├── dependency_links.txt
│   │           │   ├── installed-files.txt
│   │           │   ├── not-zip-safe
│   │           │   ├── requires.txt
│   │           │   └── top_level.txt
│   │           ├── easy-install.pth
│   │           ├── idna
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── codec.cpython-36.pyc
│   │           │   │   ├── compat.cpython-36.pyc
│   │           │   │   ├── core.cpython-36.pyc
│   │           │   │   ├── idnadata.cpython-36.pyc
│   │           │   │   ├── intranges.cpython-36.pyc
│   │           │   │   ├── package_data.cpython-36.pyc
│   │           │   │   └── uts46data.cpython-36.pyc
│   │           │   ├── codec.py
│   │           │   ├── compat.py
│   │           │   ├── core.py
│   │           │   ├── idnadata.py
│   │           │   ├── intranges.py
│   │           │   ├── package_data.py
│   │           │   ├── py.typed
│   │           │   └── uts46data.py
│   │           ├── idna-3.2.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.md
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── importlib_resources
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── _adapters.cpython-36.pyc
│   │           │   │   ├── _common.cpython-36.pyc
│   │           │   │   ├── _compat.cpython-36.pyc
│   │           │   │   ├── _itertools.cpython-36.pyc
│   │           │   │   ├── _legacy.cpython-36.pyc
│   │           │   │   ├── abc.cpython-36.pyc
│   │           │   │   ├── readers.cpython-36.pyc
│   │           │   │   └── simple.cpython-36.pyc
│   │           │   ├── _adapters.py
│   │           │   ├── _common.py
│   │           │   ├── _compat.py
│   │           │   ├── _itertools.py
│   │           │   ├── _legacy.py
│   │           │   ├── abc.py
│   │           │   ├── py.typed
│   │           │   ├── readers.py
│   │           │   ├── simple.py
│   │           │   └── tests
│   │           │       ├── __init__.py
│   │           │       ├── __pycache__
│   │           │       ├── _compat.py
│   │           │       ├── data01
│   │           │       ├── data02
│   │           │       ├── namespacedata01
│   │           │       ├── test_compatibilty_files.py
│   │           │       ├── test_contents.py
│   │           │       ├── test_files.py
│   │           │       ├── test_open.py
│   │           │       ├── test_path.py
│   │           │       ├── test_read.py
│   │           │       ├── test_reader.py
│   │           │       ├── test_resource.py
│   │           │       ├── update-zips.py
│   │           │       ├── util.py
│   │           │       ├── zipdata01
│   │           │       └── zipdata02
│   │           ├── importlib_resources-5.4.0.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── nacl
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── encoding.cpython-36.pyc
│   │           │   │   ├── exceptions.cpython-36.pyc
│   │           │   │   ├── hash.cpython-36.pyc
│   │           │   │   ├── hashlib.cpython-36.pyc
│   │           │   │   ├── public.cpython-36.pyc
│   │           │   │   ├── secret.cpython-36.pyc
│   │           │   │   ├── signing.cpython-36.pyc
│   │           │   │   └── utils.cpython-36.pyc
│   │           │   ├── _sodium.abi3.so
│   │           │   ├── bindings
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── crypto_aead.py
│   │           │   │   ├── crypto_box.py
│   │           │   │   ├── crypto_generichash.py
│   │           │   │   ├── crypto_hash.py
│   │           │   │   ├── crypto_kx.py
│   │           │   │   ├── crypto_pwhash.py
│   │           │   │   ├── crypto_scalarmult.py
│   │           │   │   ├── crypto_secretbox.py
│   │           │   │   ├── crypto_secretstream.py
│   │           │   │   ├── crypto_shorthash.py
│   │           │   │   ├── crypto_sign.py
│   │           │   │   ├── randombytes.py
│   │           │   │   ├── sodium_core.py
│   │           │   │   └── utils.py
│   │           │   ├── encoding.py
│   │           │   ├── exceptions.py
│   │           │   ├── hash.py
│   │           │   ├── hashlib.py
│   │           │   ├── public.py
│   │           │   ├── pwhash
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── _argon2.py
│   │           │   │   ├── argon2i.py
│   │           │   │   ├── argon2id.py
│   │           │   │   └── scrypt.py
│   │           │   ├── secret.py
│   │           │   ├── signing.py
│   │           │   └── utils.py
│   │           ├── openpyxl
│   │           │   ├── __init__.py
│   │           │   ├── _constants.py
│   │           │   ├── cell
│   │           │   │   ├── __init__.py
│   │           │   │   ├── _writer.py
│   │           │   │   ├── cell.py
│   │           │   │   ├── read_only.py
│   │           │   │   └── text.py
│   │           │   ├── chart
│   │           │   │   ├── _3d.py
│   │           │   │   ├── __init__.py
│   │           │   │   ├── _chart.py
│   │           │   │   ├── area_chart.py
│   │           │   │   ├── axis.py
│   │           │   │   ├── bar_chart.py
│   │           │   │   ├── bubble_chart.py
│   │           │   │   ├── chartspace.py
│   │           │   │   ├── data_source.py
│   │           │   │   ├── descriptors.py
│   │           │   │   ├── error_bar.py
│   │           │   │   ├── label.py
│   │           │   │   ├── layout.py
│   │           │   │   ├── legend.py
│   │           │   │   ├── line_chart.py
│   │           │   │   ├── marker.py
│   │           │   │   ├── picture.py
│   │           │   │   ├── pie_chart.py
│   │           │   │   ├── pivot.py
│   │           │   │   ├── plotarea.py
│   │           │   │   ├── print_settings.py
│   │           │   │   ├── radar_chart.py
│   │           │   │   ├── reader.py
│   │           │   │   ├── reference.py
│   │           │   │   ├── scatter_chart.py
│   │           │   │   ├── series.py
│   │           │   │   ├── series_factory.py
│   │           │   │   ├── shapes.py
│   │           │   │   ├── stock_chart.py
│   │           │   │   ├── surface_chart.py
│   │           │   │   ├── text.py
│   │           │   │   ├── title.py
│   │           │   │   ├── trendline.py
│   │           │   │   └── updown_bars.py
│   │           │   ├── chartsheet
│   │           │   │   ├── __init__.py
│   │           │   │   ├── chartsheet.py
│   │           │   │   ├── custom.py
│   │           │   │   ├── properties.py
│   │           │   │   ├── protection.py
│   │           │   │   ├── publish.py
│   │           │   │   ├── relation.py
│   │           │   │   └── views.py
│   │           │   ├── comments
│   │           │   │   ├── __init__.py
│   │           │   │   ├── author.py
│   │           │   │   ├── comment_sheet.py
│   │           │   │   ├── comments.py
│   │           │   │   └── shape_writer.py
│   │           │   ├── compat
│   │           │   │   ├── __init__.py
│   │           │   │   ├── abc.py
│   │           │   │   ├── accumulate.py
│   │           │   │   ├── numbers.py
│   │           │   │   ├── singleton.py
│   │           │   │   └── strings.py
│   │           │   ├── conftest.py
│   │           │   ├── descriptors
│   │           │   │   ├── __init__.py
│   │           │   │   ├── base.py
│   │           │   │   ├── excel.py
│   │           │   │   ├── namespace.py
│   │           │   │   ├── nested.py
│   │           │   │   ├── sequence.py
│   │           │   │   ├── serialisable.py
│   │           │   │   └── slots.py
│   │           │   ├── drawing
│   │           │   │   ├── __init__.py
│   │           │   │   ├── colors.py
│   │           │   │   ├── connector.py
│   │           │   │   ├── drawing.py
│   │           │   │   ├── effect.py
│   │           │   │   ├── fill.py
│   │           │   │   ├── geometry.py
│   │           │   │   ├── graphic.py
│   │           │   │   ├── image.py
│   │           │   │   ├── line.py
│   │           │   │   ├── picture.py
│   │           │   │   ├── properties.py
│   │           │   │   ├── relation.py
│   │           │   │   ├── spreadsheet_drawing.py
│   │           │   │   ├── text.py
│   │           │   │   └── xdr.py
│   │           │   ├── formatting
│   │           │   │   ├── __init__.py
│   │           │   │   ├── formatting.py
│   │           │   │   └── rule.py
│   │           │   ├── formula
│   │           │   │   ├── __init__.py
│   │           │   │   ├── tokenizer.py
│   │           │   │   └── translate.py
│   │           │   ├── packaging
│   │           │   │   ├── __init__.py
│   │           │   │   ├── core.py
│   │           │   │   ├── extended.py
│   │           │   │   ├── interface.py
│   │           │   │   ├── manifest.py
│   │           │   │   ├── relationship.py
│   │           │   │   └── workbook.py
│   │           │   ├── pivot
│   │           │   │   ├── __init__.py
│   │           │   │   ├── cache.py
│   │           │   │   ├── fields.py
│   │           │   │   ├── record.py
│   │           │   │   └── table.py
│   │           │   ├── reader
│   │           │   │   ├── __init__.py
│   │           │   │   ├── drawings.py
│   │           │   │   ├── excel.py
│   │           │   │   ├── strings.py
│   │           │   │   └── workbook.py
│   │           │   ├── styles
│   │           │   │   ├── __init__.py
│   │           │   │   ├── alignment.py
│   │           │   │   ├── borders.py
│   │           │   │   ├── builtins.py
│   │           │   │   ├── cell_style.py
│   │           │   │   ├── colors.py
│   │           │   │   ├── differential.py
│   │           │   │   ├── fills.py
│   │           │   │   ├── fonts.py
│   │           │   │   ├── named_styles.py
│   │           │   │   ├── numbers.py
│   │           │   │   ├── protection.py
│   │           │   │   ├── proxy.py
│   │           │   │   ├── styleable.py
│   │           │   │   ├── stylesheet.py
│   │           │   │   └── table.py
│   │           │   ├── utils
│   │           │   │   ├── __init__.py
│   │           │   │   ├── bound_dictionary.py
│   │           │   │   ├── cell.py
│   │           │   │   ├── dataframe.py
│   │           │   │   ├── datetime.py
│   │           │   │   ├── escape.py
│   │           │   │   ├── exceptions.py
│   │           │   │   ├── formulas.py
│   │           │   │   ├── indexed_list.py
│   │           │   │   ├── inference.py
│   │           │   │   ├── protection.py
│   │           │   │   └── units.py
│   │           │   ├── workbook
│   │           │   │   ├── __init__.py
│   │           │   │   ├── _writer.py
│   │           │   │   ├── child.py
│   │           │   │   ├── defined_name.py
│   │           │   │   ├── external_link
│   │           │   │   ├── external_reference.py
│   │           │   │   ├── function_group.py
│   │           │   │   ├── properties.py
│   │           │   │   ├── protection.py
│   │           │   │   ├── smart_tags.py
│   │           │   │   ├── views.py
│   │           │   │   ├── web.py
│   │           │   │   └── workbook.py
│   │           │   ├── worksheet
│   │           │   │   ├── __init__.py
│   │           │   │   ├── _read_only.py
│   │           │   │   ├── _reader.py
│   │           │   │   ├── _write_only.py
│   │           │   │   ├── _writer.py
│   │           │   │   ├── cell_range.py
│   │           │   │   ├── cell_watch.py
│   │           │   │   ├── controls.py
│   │           │   │   ├── copier.py
│   │           │   │   ├── custom.py
│   │           │   │   ├── datavalidation.py
│   │           │   │   ├── dimensions.py
│   │           │   │   ├── drawing.py
│   │           │   │   ├── errors.py
│   │           │   │   ├── filters.py
│   │           │   │   ├── header_footer.py
│   │           │   │   ├── hyperlink.py
│   │           │   │   ├── merge.py
│   │           │   │   ├── ole.py
│   │           │   │   ├── page.py
│   │           │   │   ├── pagebreak.py
│   │           │   │   ├── picture.py
│   │           │   │   ├── properties.py
│   │           │   │   ├── protection.py
│   │           │   │   ├── related.py
│   │           │   │   ├── scenario.py
│   │           │   │   ├── smart_tag.py
│   │           │   │   ├── table.py
│   │           │   │   ├── views.py
│   │           │   │   └── worksheet.py
│   │           │   ├── writer
│   │           │   │   ├── __init__.py
│   │           │   │   ├── excel.py
│   │           │   │   └── theme.py
│   │           │   └── xml
│   │           │       ├── __init__.py
│   │           │       ├── constants.py
│   │           │       └── functions.py
│   │           ├── openpyxl-3.0.2-py3.6.egg-info
│   │           │   ├── PKG-INFO
│   │           │   ├── SOURCES.txt
│   │           │   ├── dependency_links.txt
│   │           │   ├── installed-files.txt
│   │           │   ├── requires.txt
│   │           │   └── top_level.txt
│   │           ├── pip-10.0.1-py3.6.egg
│   │           │   ├── EGG-INFO
│   │           │   │   ├── PKG-INFO
│   │           │   │   ├── SOURCES.txt
│   │           │   │   ├── dependency_links.txt
│   │           │   │   ├── entry_points.txt
│   │           │   │   ├── not-zip-safe
│   │           │   │   ├── requires.txt
│   │           │   │   └── top_level.txt
│   │           │   └── pip
│   │           │       ├── __init__.py
│   │           │       ├── __main__.py
│   │           │       ├── __pycache__
│   │           │       ├── _internal
│   │           │       └── _vendor
│   │           ├── pymysql
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── _auth.cpython-36.pyc
│   │           │   │   ├── _compat.cpython-36.pyc
│   │           │   │   ├── _socketio.cpython-36.pyc
│   │           │   │   ├── charset.cpython-36.pyc
│   │           │   │   ├── connections.cpython-36.pyc
│   │           │   │   ├── converters.cpython-36.pyc
│   │           │   │   ├── cursors.cpython-36.pyc
│   │           │   │   ├── err.cpython-36.pyc
│   │           │   │   ├── optionfile.cpython-36.pyc
│   │           │   │   ├── protocol.cpython-36.pyc
│   │           │   │   ├── times.cpython-36.pyc
│   │           │   │   └── util.cpython-36.pyc
│   │           │   ├── _auth.py
│   │           │   ├── _compat.py
│   │           │   ├── _socketio.py
│   │           │   ├── charset.py
│   │           │   ├── connections.py
│   │           │   ├── constants
│   │           │   │   ├── CLIENT.py
│   │           │   │   ├── COMMAND.py
│   │           │   │   ├── CR.py
│   │           │   │   ├── ER.py
│   │           │   │   ├── FIELD_TYPE.py
│   │           │   │   ├── FLAG.py
│   │           │   │   ├── SERVER_STATUS.py
│   │           │   │   ├── __init__.py
│   │           │   │   └── __pycache__
│   │           │   ├── converters.py
│   │           │   ├── cursors.py
│   │           │   ├── err.py
│   │           │   ├── optionfile.py
│   │           │   ├── protocol.py
│   │           │   ├── times.py
│   │           │   └── util.py
│   │           ├── python_dateutil-2.8.1.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── top_level.txt
│   │           │   └── zip-safe
│   │           ├── pytz
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── exceptions.cpython-36.pyc
│   │           │   │   ├── lazy.cpython-36.pyc
│   │           │   │   ├── reference.cpython-36.pyc
│   │           │   │   ├── tzfile.cpython-36.pyc
│   │           │   │   └── tzinfo.cpython-36.pyc
│   │           │   ├── exceptions.py
│   │           │   ├── lazy.py
│   │           │   ├── reference.py
│   │           │   ├── tzfile.py
│   │           │   ├── tzinfo.py
│   │           │   └── zoneinfo
│   │           │       ├── Africa
│   │           │       ├── America
│   │           │       ├── Antarctica
│   │           │       ├── Arctic
│   │           │       ├── Asia
│   │           │       ├── Atlantic
│   │           │       ├── Australia
│   │           │       ├── Brazil
│   │           │       ├── CET
│   │           │       ├── CST6CDT
│   │           │       ├── Canada
│   │           │       ├── Chile
│   │           │       ├── Cuba
│   │           │       ├── EET
│   │           │       ├── EST
│   │           │       ├── EST5EDT
│   │           │       ├── Egypt
│   │           │       ├── Eire
│   │           │       ├── Etc
│   │           │       ├── Europe
│   │           │       ├── Factory
│   │           │       ├── GB
│   │           │       ├── GB-Eire
│   │           │       ├── GMT
│   │           │       ├── GMT 0
│   │           │       ├── GMT-0
│   │           │       ├── GMT0
│   │           │       ├── Greenwich
│   │           │       ├── HST
│   │           │       ├── Hongkong
│   │           │       ├── Iceland
│   │           │       ├── Indian
│   │           │       ├── Iran
│   │           │       ├── Israel
│   │           │       ├── Jamaica
│   │           │       ├── Japan
│   │           │       ├── Kwajalein
│   │           │       ├── Libya
│   │           │       ├── MET
│   │           │       ├── MST
│   │           │       ├── MST7MDT
│   │           │       ├── Mexico
│   │           │       ├── NZ
│   │           │       ├── NZ-CHAT
│   │           │       ├── Navajo
│   │           │       ├── PRC
│   │           │       ├── PST8PDT
│   │           │       ├── Pacific
│   │           │       ├── Poland
│   │           │       ├── Portugal
│   │           │       ├── ROC
│   │           │       ├── ROK
│   │           │       ├── Singapore
│   │           │       ├── Turkey
│   │           │       ├── UCT
│   │           │       ├── US
│   │           │       ├── UTC
│   │           │       ├── Universal
│   │           │       ├── W-SU
│   │           │       ├── WET
│   │           │       ├── Zulu
│   │           │       ├── iso3166.tab
│   │           │       ├── leapseconds
│   │           │       ├── tzdata.zi
│   │           │       ├── zone.tab
│   │           │       └── zone1970.tab
│   │           ├── pytz-2021.3.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.txt
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── top_level.txt
│   │           │   └── zip-safe
│   │           ├── pytz_deprecation_shim
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── _common.cpython-36.pyc
│   │           │   │   ├── _compat.cpython-36.pyc
│   │           │   │   ├── _compat_py2.cpython-36.pyc
│   │           │   │   ├── _compat_py3.cpython-36.pyc
│   │           │   │   ├── _exceptions.cpython-36.pyc
│   │           │   │   ├── _impl.cpython-36.pyc
│   │           │   │   └── helpers.cpython-36.pyc
│   │           │   ├── _common.py
│   │           │   ├── _compat.py
│   │           │   ├── _compat_py2.py
│   │           │   ├── _compat_py3.py
│   │           │   ├── _exceptions.py
│   │           │   ├── _impl.py
│   │           │   └── helpers.py
│   │           ├── pytz_deprecation_shim-0.1.0.post0.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── LICENSE_APACHE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── requests
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── __version__.cpython-36.pyc
│   │           │   │   ├── _internal_utils.cpython-36.pyc
│   │           │   │   ├── adapters.cpython-36.pyc
│   │           │   │   ├── api.cpython-36.pyc
│   │           │   │   ├── auth.cpython-36.pyc
│   │           │   │   ├── certs.cpython-36.pyc
│   │           │   │   ├── compat.cpython-36.pyc
│   │           │   │   ├── cookies.cpython-36.pyc
│   │           │   │   ├── exceptions.cpython-36.pyc
│   │           │   │   ├── help.cpython-36.pyc
│   │           │   │   ├── hooks.cpython-36.pyc
│   │           │   │   ├── models.cpython-36.pyc
│   │           │   │   ├── packages.cpython-36.pyc
│   │           │   │   ├── sessions.cpython-36.pyc
│   │           │   │   ├── status_codes.cpython-36.pyc
│   │           │   │   ├── structures.cpython-36.pyc
│   │           │   │   └── utils.cpython-36.pyc
│   │           │   ├── __version__.py
│   │           │   ├── _internal_utils.py
│   │           │   ├── adapters.py
│   │           │   ├── api.py
│   │           │   ├── auth.py
│   │           │   ├── certs.py
│   │           │   ├── compat.py
│   │           │   ├── cookies.py
│   │           │   ├── exceptions.py
│   │           │   ├── help.py
│   │           │   ├── hooks.py
│   │           │   ├── models.py
│   │           │   ├── packages.py
│   │           │   ├── sessions.py
│   │           │   ├── status_codes.py
│   │           │   ├── structures.py
│   │           │   └── utils.py
│   │           ├── requests-2.26.0.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── selenium
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   └── __init__.cpython-36.pyc
│   │           │   ├── common
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   └── exceptions.py
│   │           │   └── webdriver
│   │           │       ├── __init__.py
│   │           │       ├── __pycache__
│   │           │       ├── android
│   │           │       ├── blackberry
│   │           │       ├── chrome
│   │           │       ├── common
│   │           │       ├── edge
│   │           │       ├── firefox
│   │           │       ├── ie
│   │           │       ├── opera
│   │           │       ├── phantomjs
│   │           │       ├── remote
│   │           │       ├── safari
│   │           │       ├── support
│   │           │       └── webkitgtk
│   │           ├── selenium-3.141.0.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── setuptools-39.1.0-py3.6.egg
│   │           ├── setuptools.pth
│   │           ├── six-1.13.0.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── six.py
│   │           ├── sqlparse
│   │           │   ├── __init__.py
│   │           │   ├── __main__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── __main__.cpython-36.pyc
│   │           │   │   ├── cli.cpython-36.pyc
│   │           │   │   ├── compat.cpython-36.pyc
│   │           │   │   ├── exceptions.cpython-36.pyc
│   │           │   │   ├── formatter.cpython-36.pyc
│   │           │   │   ├── keywords.cpython-36.pyc
│   │           │   │   ├── lexer.cpython-36.pyc
│   │           │   │   ├── sql.cpython-36.pyc
│   │           │   │   ├── tokens.cpython-36.pyc
│   │           │   │   └── utils.cpython-36.pyc
│   │           │   ├── cli.py
│   │           │   ├── compat.py
│   │           │   ├── engine
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── filter_stack.py
│   │           │   │   ├── grouping.py
│   │           │   │   └── statement_splitter.py
│   │           │   ├── exceptions.py
│   │           │   ├── filters
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── aligned_indent.py
│   │           │   │   ├── others.py
│   │           │   │   ├── output.py
│   │           │   │   ├── reindent.py
│   │           │   │   ├── right_margin.py
│   │           │   │   └── tokens.py
│   │           │   ├── formatter.py
│   │           │   ├── keywords.py
│   │           │   ├── lexer.py
│   │           │   ├── sql.py
│   │           │   ├── tokens.py
│   │           │   └── utils.py
│   │           ├── sqlparse-0.4.2.dist-info
│   │           │   ├── AUTHORS
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── entry_points.txt
│   │           │   └── top_level.txt
│   │           ├── typing_extensions-3.10.0.2.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── typing_extensions.py
│   │           ├── tzdata
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   └── __init__.cpython-36.pyc
│   │           │   ├── zoneinfo
│   │           │   │   ├── Africa
│   │           │   │   ├── America
│   │           │   │   ├── Antarctica
│   │           │   │   ├── Arctic
│   │           │   │   ├── Asia
│   │           │   │   ├── Atlantic
│   │           │   │   ├── Australia
│   │           │   │   ├── Brazil
│   │           │   │   ├── CET
│   │           │   │   ├── CST6CDT
│   │           │   │   ├── Canada
│   │           │   │   ├── Chile
│   │           │   │   ├── Cuba
│   │           │   │   ├── EET
│   │           │   │   ├── EST
│   │           │   │   ├── EST5EDT
│   │           │   │   ├── Egypt
│   │           │   │   ├── Eire
│   │           │   │   ├── Etc
│   │           │   │   ├── Europe
│   │           │   │   ├── Factory
│   │           │   │   ├── GB
│   │           │   │   ├── GB-Eire
│   │           │   │   ├── GMT
│   │           │   │   ├── GMT 0
│   │           │   │   ├── GMT-0
│   │           │   │   ├── GMT0
│   │           │   │   ├── Greenwich
│   │           │   │   ├── HST
│   │           │   │   ├── Hongkong
│   │           │   │   ├── Iceland
│   │           │   │   ├── Indian
│   │           │   │   ├── Iran
│   │           │   │   ├── Israel
│   │           │   │   ├── Jamaica
│   │           │   │   ├── Japan
│   │           │   │   ├── Kwajalein
│   │           │   │   ├── Libya
│   │           │   │   ├── MET
│   │           │   │   ├── MST
│   │           │   │   ├── MST7MDT
│   │           │   │   ├── Mexico
│   │           │   │   ├── NZ
│   │           │   │   ├── NZ-CHAT
│   │           │   │   ├── Navajo
│   │           │   │   ├── PRC
│   │           │   │   ├── PST8PDT
│   │           │   │   ├── Pacific
│   │           │   │   ├── Poland
│   │           │   │   ├── Portugal
│   │           │   │   ├── ROC
│   │           │   │   ├── ROK
│   │           │   │   ├── Singapore
│   │           │   │   ├── Turkey
│   │           │   │   ├── UCT
│   │           │   │   ├── US
│   │           │   │   ├── UTC
│   │           │   │   ├── Universal
│   │           │   │   ├── W-SU
│   │           │   │   ├── WET
│   │           │   │   ├── Zulu
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── iso3166.tab
│   │           │   │   ├── leapseconds
│   │           │   │   ├── tzdata.zi
│   │           │   │   ├── zone.tab
│   │           │   │   └── zone1970.tab
│   │           │   └── zones
│   │           ├── tzdata-2021.5.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── LICENSE_APACHE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── tzlocal
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── unix.cpython-36.pyc
│   │           │   │   ├── utils.cpython-36.pyc
│   │           │   │   ├── win32.cpython-36.pyc
│   │           │   │   └── windows_tz.cpython-36.pyc
│   │           │   ├── unix.py
│   │           │   ├── utils.py
│   │           │   ├── win32.py
│   │           │   └── windows_tz.py
│   │           ├── tzlocal-2.0.0.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.txt
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── top_level.txt
│   │           │   └── zip-safe
│   │           ├── urllib3
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── _collections.cpython-36.pyc
│   │           │   │   ├── _version.cpython-36.pyc
│   │           │   │   ├── connection.cpython-36.pyc
│   │           │   │   ├── connectionpool.cpython-36.pyc
│   │           │   │   ├── exceptions.cpython-36.pyc
│   │           │   │   ├── fields.cpython-36.pyc
│   │           │   │   ├── filepost.cpython-36.pyc
│   │           │   │   ├── poolmanager.cpython-36.pyc
│   │           │   │   ├── request.cpython-36.pyc
│   │           │   │   └── response.cpython-36.pyc
│   │           │   ├── _collections.py
│   │           │   ├── _version.py
│   │           │   ├── connection.py
│   │           │   ├── connectionpool.py
│   │           │   ├── contrib
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── _appengine_environ.py
│   │           │   │   ├── _securetransport
│   │           │   │   ├── appengine.py
│   │           │   │   ├── ntlmpool.py
│   │           │   │   ├── pyopenssl.py
│   │           │   │   ├── securetransport.py
│   │           │   │   └── socks.py
│   │           │   ├── exceptions.py
│   │           │   ├── fields.py
│   │           │   ├── filepost.py
│   │           │   ├── packages
│   │           │   │   ├── __init__.py
│   │           │   │   ├── __pycache__
│   │           │   │   ├── backports
│   │           │   │   ├── six.py
│   │           │   │   └── ssl_match_hostname
│   │           │   ├── poolmanager.py
│   │           │   ├── request.py
│   │           │   ├── response.py
│   │           │   └── util
│   │           │       ├── __init__.py
│   │           │       ├── __pycache__
│   │           │       ├── connection.py
│   │           │       ├── proxy.py
│   │           │       ├── queue.py
│   │           │       ├── request.py
│   │           │       ├── response.py
│   │           │       ├── retry.py
│   │           │       ├── ssl_.py
│   │           │       ├── ssltransport.py
│   │           │       ├── timeout.py
│   │           │       ├── url.py
│   │           │       └── wait.py
│   │           ├── urllib3-1.26.7.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE.txt
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── xlrd
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── biffh.cpython-36.pyc
│   │           │   │   ├── book.cpython-36.pyc
│   │           │   │   ├── compdoc.cpython-36.pyc
│   │           │   │   ├── formatting.cpython-36.pyc
│   │           │   │   ├── formula.cpython-36.pyc
│   │           │   │   ├── info.cpython-36.pyc
│   │           │   │   ├── sheet.cpython-36.pyc
│   │           │   │   ├── timemachine.cpython-36.pyc
│   │           │   │   ├── xldate.cpython-36.pyc
│   │           │   │   └── xlsx.cpython-36.pyc
│   │           │   ├── biffh.py
│   │           │   ├── book.py
│   │           │   ├── compdoc.py
│   │           │   ├── formatting.py
│   │           │   ├── formula.py
│   │           │   ├── info.py
│   │           │   ├── sheet.py
│   │           │   ├── timemachine.py
│   │           │   ├── xldate.py
│   │           │   └── xlsx.py
│   │           ├── xlrd-1.2.0.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           ├── xlsxwriter
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── app.cpython-36.pyc
│   │           │   │   ├── chart.cpython-36.pyc
│   │           │   │   ├── chart_area.cpython-36.pyc
│   │           │   │   ├── chart_bar.cpython-36.pyc
│   │           │   │   ├── chart_column.cpython-36.pyc
│   │           │   │   ├── chart_doughnut.cpython-36.pyc
│   │           │   │   ├── chart_line.cpython-36.pyc
│   │           │   │   ├── chart_pie.cpython-36.pyc
│   │           │   │   ├── chart_radar.cpython-36.pyc
│   │           │   │   ├── chart_scatter.cpython-36.pyc
│   │           │   │   ├── chart_stock.cpython-36.pyc
│   │           │   │   ├── chartsheet.cpython-36.pyc
│   │           │   │   ├── comments.cpython-36.pyc
│   │           │   │   ├── contenttypes.cpython-36.pyc
│   │           │   │   ├── core.cpython-36.pyc
│   │           │   │   ├── custom.cpython-36.pyc
│   │           │   │   ├── drawing.cpython-36.pyc
│   │           │   │   ├── exceptions.cpython-36.pyc
│   │           │   │   ├── format.cpython-36.pyc
│   │           │   │   ├── metadata.cpython-36.pyc
│   │           │   │   ├── packager.cpython-36.pyc
│   │           │   │   ├── relationships.cpython-36.pyc
│   │           │   │   ├── shape.cpython-36.pyc
│   │           │   │   ├── sharedstrings.cpython-36.pyc
│   │           │   │   ├── styles.cpython-36.pyc
│   │           │   │   ├── table.cpython-36.pyc
│   │           │   │   ├── theme.cpython-36.pyc
│   │           │   │   ├── utility.cpython-36.pyc
│   │           │   │   ├── vml.cpython-36.pyc
│   │           │   │   ├── workbook.cpython-36.pyc
│   │           │   │   ├── worksheet.cpython-36.pyc
│   │           │   │   └── xmlwriter.cpython-36.pyc
│   │           │   ├── app.py
│   │           │   ├── chart.py
│   │           │   ├── chart_area.py
│   │           │   ├── chart_bar.py
│   │           │   ├── chart_column.py
│   │           │   ├── chart_doughnut.py
│   │           │   ├── chart_line.py
│   │           │   ├── chart_pie.py
│   │           │   ├── chart_radar.py
│   │           │   ├── chart_scatter.py
│   │           │   ├── chart_stock.py
│   │           │   ├── chartsheet.py
│   │           │   ├── comments.py
│   │           │   ├── contenttypes.py
│   │           │   ├── core.py
│   │           │   ├── custom.py
│   │           │   ├── drawing.py
│   │           │   ├── exceptions.py
│   │           │   ├── format.py
│   │           │   ├── metadata.py
│   │           │   ├── packager.py
│   │           │   ├── relationships.py
│   │           │   ├── shape.py
│   │           │   ├── sharedstrings.py
│   │           │   ├── styles.py
│   │           │   ├── table.py
│   │           │   ├── theme.py
│   │           │   ├── utility.py
│   │           │   ├── vml.py
│   │           │   ├── workbook.py
│   │           │   ├── worksheet.py
│   │           │   └── xmlwriter.py
│   │           ├── xlwt
│   │           │   ├── BIFFRecords.py
│   │           │   ├── Bitmap.py
│   │           │   ├── Cell.py
│   │           │   ├── Column.py
│   │           │   ├── CompoundDoc.py
│   │           │   ├── ExcelFormula.py
│   │           │   ├── ExcelFormulaLexer.py
│   │           │   ├── ExcelFormulaParser.py
│   │           │   ├── ExcelMagic.py
│   │           │   ├── Formatting.py
│   │           │   ├── Row.py
│   │           │   ├── Style.py
│   │           │   ├── UnicodeUtils.py
│   │           │   ├── Utils.py
│   │           │   ├── Workbook.py
│   │           │   ├── Worksheet.py
│   │           │   ├── __init__.py
│   │           │   ├── __pycache__
│   │           │   │   ├── BIFFRecords.cpython-36.pyc
│   │           │   │   ├── Bitmap.cpython-36.pyc
│   │           │   │   ├── Cell.cpython-36.pyc
│   │           │   │   ├── Column.cpython-36.pyc
│   │           │   │   ├── CompoundDoc.cpython-36.pyc
│   │           │   │   ├── ExcelFormula.cpython-36.pyc
│   │           │   │   ├── ExcelFormulaLexer.cpython-36.pyc
│   │           │   │   ├── ExcelFormulaParser.cpython-36.pyc
│   │           │   │   ├── ExcelMagic.cpython-36.pyc
│   │           │   │   ├── Formatting.cpython-36.pyc
│   │           │   │   ├── Row.cpython-36.pyc
│   │           │   │   ├── Style.cpython-36.pyc
│   │           │   │   ├── UnicodeUtils.cpython-36.pyc
│   │           │   │   ├── Utils.cpython-36.pyc
│   │           │   │   ├── Workbook.cpython-36.pyc
│   │           │   │   ├── Worksheet.cpython-36.pyc
│   │           │   │   ├── __init__.cpython-36.pyc
│   │           │   │   ├── antlr.cpython-36.pyc
│   │           │   │   └── compat.cpython-36.pyc
│   │           │   ├── antlr.py
│   │           │   ├── compat.py
│   │           │   └── excel-formula.g
│   │           ├── xlwt-1.3.0.dist-info
│   │           │   ├── DESCRIPTION.rst
│   │           │   ├── INSTALLER
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   ├── metadata.json
│   │           │   └── top_level.txt
│   │           ├── zipp-3.6.0.dist-info
│   │           │   ├── INSTALLER
│   │           │   ├── LICENSE
│   │           │   ├── METADATA
│   │           │   ├── RECORD
│   │           │   ├── WHEEL
│   │           │   └── top_level.txt
│   │           └── zipp.py
│   ├── login
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── admin.cpython-36.pyc
│   │   │   ├── apps.cpython-36.pyc
│   │   │   ├── forms.cpython-36.pyc
│   │   │   ├── models.cpython-36.pyc
│   │   │   └── views.cpython-36.pyc
│   │   ├── admin.py
│   │   ├── apps.py
│   │   ├── forms.py
│   │   ├── migrations
│   │   │   ├── 0001_initial.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │       ├── 0001_initial.cpython-36.pyc
│   │   │       └── __init__.cpython-36.pyc
│   │   ├── models.py
│   │   ├── templates
│   │   │   ├── __init__.py
│   │   │   └── login
│   │   │       ├── __init__.py
│   │   │       ├── base.html
│   │   │       ├── index.html
│   │   │       ├── index2.html
│   │   │       ├── login.html
│   │   │       └── register.html
│   │   ├── tests.py
│   │   └── views.py
│   ├── manage.py
│   ├── pip-selfcheck.json
│   ├── pyvenv.cfg
│   ├── requirements.txt
│   ├── sms
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── admin.cpython-36.pyc
│   │   │   ├── apps.cpython-36.pyc
│   │   │   ├── models.cpython-36.pyc
│   │   │   ├── urls.cpython-36.pyc
│   │   │   └── views.cpython-36.pyc
│   │   ├── admin.py
│   │   ├── apps.py
│   │   ├── migrations
│   │   │   ├── 0001_initial.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │       ├── 0001_initial.cpython-36.pyc
│   │   │       └── __init__.cpython-36.pyc
│   │   ├── models.py
│   │   ├── tests.py
│   │   ├── urls.py
│   │   └── views.py
│   ├── static
│   │   ├── __init__.py
│   │   ├── bootstrap-3.4.1-dist
│   │   │   ├── css
│   │   │   │   ├── bootstrap-theme.css
│   │   │   │   ├── bootstrap-theme.css.map
│   │   │   │   ├── bootstrap-theme.min.css
│   │   │   │   ├── bootstrap-theme.min.css.map
│   │   │   │   ├── bootstrap.css
│   │   │   │   ├── bootstrap.css.map
│   │   │   │   ├── bootstrap.min.css
│   │   │   │   └── bootstrap.min.css.map
│   │   │   ├── fonts
│   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   │   └── glyphicons-halflings-regular.woff2
│   │   │   └── js
│   │   │       ├── bootstrap.js
│   │   │       ├── bootstrap.min.js
│   │   │       └── npm.js
│   │   ├── css
│   │   │   ├── __init__.py
│   │   │   └── login.css
│   │   ├── imgs
│   │   │   ├── HRBB_logo.jpg
│   │   │   └── __init__.py
│   │   └── js
│   │       ├── __init__.py
│   │       └── jquery-3.2.1
│   │           ├── jquery-3.2.1.js
│   │           ├── jquery-3.2.1.min.js
│   │           ├── jquery插件库.url
│   │           └── www.jq22.com.txt
│   ├── templates
│   │   ├── base.html
│   │   ├── base2.html
│   │   ├── list.html
│   │   └── sms
│   │       ├── __init__.py
│   │       ├── add.html
│   │       ├── edit.html
│   │       ├── search_index.html
│   │       └── searchedit.html
│   └── utils
│       ├── Logger.py
│       ├── __init__.py
│       ├── __pycache__
│       │   ├── Logger.cpython-36.pyc
│       │   ├── __init__.cpython-36.pyc
│       │   ├── get_config.cpython-36.pyc
│       │   └── pager.cpython-36.pyc
│       ├── all.log
│       ├── error.log
│       ├── get_config.py
│       └── pager.py
└── python django实现周报管理系统.zip

318 directories, 1265 files


实例下载地址

python django实现周报管理系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警