You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1538 lines
74 KiB

  1. [[package]]
  2. name = "alabaster"
  3. version = "0.7.12"
  4. description = "A configurable sidebar-enabled Sphinx theme"
  5. category = "main"
  6. optional = true
  7. python-versions = "*"
  8. [[package]]
  9. name = "argcomplete"
  10. version = "1.12.3"
  11. description = "Bash tab completion for argparse"
  12. category = "dev"
  13. optional = false
  14. python-versions = "*"
  15. [package.dependencies]
  16. importlib-metadata = {version = ">=0.23,<5", markers = "python_version == \"3.7\""}
  17. [package.extras]
  18. test = ["coverage", "flake8", "pexpect", "wheel"]
  19. [[package]]
  20. name = "astroid"
  21. version = "2.11.7"
  22. description = "An abstract syntax tree for Python with inference support."
  23. category = "main"
  24. optional = true
  25. python-versions = ">=3.6.2"
  26. [package.dependencies]
  27. lazy-object-proxy = ">=1.4.0"
  28. typed-ast = {version = ">=1.4.0,<2.0", markers = "implementation_name == \"cpython\" and python_version < \"3.8\""}
  29. typing-extensions = {version = ">=3.10", markers = "python_version < \"3.10\""}
  30. wrapt = ">=1.11,<2"
  31. [[package]]
  32. name = "atomicwrites"
  33. version = "1.4.1"
  34. description = "Atomic file writes."
  35. category = "dev"
  36. optional = false
  37. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  38. [[package]]
  39. name = "attrs"
  40. version = "21.4.0"
  41. description = "Classes Without Boilerplate"
  42. category = "dev"
  43. optional = false
  44. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  45. [package.extras]
  46. dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit", "cloudpickle"]
  47. docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"]
  48. tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "cloudpickle"]
  49. tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "cloudpickle"]
  50. [[package]]
  51. name = "babel"
  52. version = "2.10.3"
  53. description = "Internationalization utilities"
  54. category = "main"
  55. optional = true
  56. python-versions = ">=3.6"
  57. [package.dependencies]
  58. pytz = ">=2015.7"
  59. [[package]]
  60. name = "black"
  61. version = "22.6.0"
  62. description = "The uncompromising code formatter."
  63. category = "dev"
  64. optional = false
  65. python-versions = ">=3.6.2"
  66. [package.dependencies]
  67. click = ">=8.0.0"
  68. mypy-extensions = ">=0.4.3"
  69. pathspec = ">=0.9.0"
  70. platformdirs = ">=2"
  71. tomli = {version = ">=1.1.0", markers = "python_full_version < \"3.11.0a7\""}
  72. typed-ast = {version = ">=1.4.2", markers = "python_version < \"3.8\" and implementation_name == \"cpython\""}
  73. typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\""}
  74. [package.extras]
  75. colorama = ["colorama (>=0.4.3)"]
  76. d = ["aiohttp (>=3.7.4)"]
  77. jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
  78. uvloop = ["uvloop (>=0.15.2)"]
  79. [[package]]
  80. name = "certifi"
  81. version = "2022.6.15"
  82. description = "Python package for providing Mozilla's CA Bundle."
  83. category = "main"
  84. optional = false
  85. python-versions = ">=3.6"
  86. [[package]]
  87. name = "cffi"
  88. version = "1.15.1"
  89. description = "Foreign Function Interface for Python calling C code."
  90. category = "dev"
  91. optional = false
  92. python-versions = "*"
  93. [package.dependencies]
  94. pycparser = "*"
  95. [[package]]
  96. name = "cfgv"
  97. version = "3.3.1"
  98. description = "Validate configuration and produce human readable error messages."
  99. category = "dev"
  100. optional = false
  101. python-versions = ">=3.6.1"
  102. [[package]]
  103. name = "charset-normalizer"
  104. version = "2.1.0"
  105. description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
  106. category = "main"
  107. optional = false
  108. python-versions = ">=3.6.0"
  109. [package.extras]
  110. unicode_backport = ["unicodedata2"]
  111. [[package]]
  112. name = "click"
  113. version = "8.1.3"
  114. description = "Composable command line interface toolkit"
  115. category = "dev"
  116. optional = false
  117. python-versions = ">=3.7"
  118. [package.dependencies]
  119. colorama = {version = "*", markers = "platform_system == \"Windows\""}
  120. importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
  121. [[package]]
  122. name = "codespell"
  123. version = "2.1.0"
  124. description = "Codespell"
  125. category = "dev"
  126. optional = false
  127. python-versions = ">=3.5"
  128. [package.extras]
  129. dev = ["check-manifest", "flake8", "pytest", "pytest-cov", "pytest-dependency"]
  130. hard-encoding-detection = ["chardet"]
  131. [[package]]
  132. name = "colorama"
  133. version = "0.4.5"
  134. description = "Cross-platform colored terminal text."
  135. category = "main"
  136. optional = false
  137. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  138. [[package]]
  139. name = "commitizen"
  140. version = "2.28.0"
  141. description = "Python commitizen client tool"
  142. category = "dev"
  143. optional = false
  144. python-versions = ">=3.6.2,<4.0.0"
  145. [package.dependencies]
  146. argcomplete = ">=1.12.1,<2.0.0"
  147. colorama = ">=0.4.1,<0.5.0"
  148. decli = ">=0.5.2,<0.6.0"
  149. jinja2 = ">=2.10.3"
  150. packaging = ">=19,<22"
  151. pyyaml = ">=3.08"
  152. questionary = ">=1.4.0,<2.0.0"
  153. termcolor = ">=1.1,<2.0"
  154. tomlkit = ">=0.5.3,<1.0.0"
  155. typing-extensions = ">=4.0.1,<5.0.0"
  156. [[package]]
  157. name = "commonmark"
  158. version = "0.9.1"
  159. description = "Python parser for the CommonMark Markdown spec"
  160. category = "main"
  161. optional = true
  162. python-versions = "*"
  163. [package.extras]
  164. test = ["flake8 (==3.7.8)", "hypothesis (==3.55.3)"]
  165. [[package]]
  166. name = "coverage"
  167. version = "6.4.2"
  168. description = "Code coverage measurement for Python"
  169. category = "dev"
  170. optional = false
  171. python-versions = ">=3.7"
  172. [package.dependencies]
  173. tomli = {version = "*", optional = true, markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\""}
  174. [package.extras]
  175. toml = ["tomli"]
  176. [[package]]
  177. name = "cryptography"
  178. version = "37.0.4"
  179. description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
  180. category = "dev"
  181. optional = false
  182. python-versions = ">=3.6"
  183. [package.dependencies]
  184. cffi = ">=1.12"
  185. [package.extras]
  186. docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"]
  187. docstest = ["pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"]
  188. pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"]
  189. sdist = ["setuptools_rust (>=0.11.4)"]
  190. ssh = ["bcrypt (>=3.1.5)"]
  191. test = ["pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests", "pytest-xdist", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,!=3.79.2)"]
  192. [[package]]
  193. name = "darglint"
  194. version = "1.8.1"
  195. description = "A utility for ensuring Google-style docstrings stay up to date with the source code."
  196. category = "dev"
  197. optional = false
  198. python-versions = ">=3.6,<4.0"
  199. [[package]]
  200. name = "decli"
  201. version = "0.5.2"
  202. description = "Minimal, easy-to-use, declarative cli tool"
  203. category = "dev"
  204. optional = false
  205. python-versions = ">=3.6"
  206. [[package]]
  207. name = "distlib"
  208. version = "0.3.5"
  209. description = "Distribution utilities"
  210. category = "dev"
  211. optional = false
  212. python-versions = "*"
  213. [[package]]
  214. name = "docutils"
  215. version = "0.17.1"
  216. description = "Docutils -- Python Documentation Utilities"
  217. category = "main"
  218. optional = true
  219. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  220. [[package]]
  221. name = "ecdsa"
  222. version = "0.18.0"
  223. description = "ECDSA cryptographic signature library (pure python)"
  224. category = "main"
  225. optional = false
  226. python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
  227. [package.dependencies]
  228. six = ">=1.9.0"
  229. [package.extras]
  230. gmpy = ["gmpy"]
  231. gmpy2 = ["gmpy2"]
  232. [[package]]
  233. name = "filelock"
  234. version = "3.7.1"
  235. description = "A platform independent file lock."
  236. category = "dev"
  237. optional = false
  238. python-versions = ">=3.7"
  239. [package.extras]
  240. docs = ["furo (>=2021.8.17b43)", "sphinx (>=4.1)", "sphinx-autodoc-typehints (>=1.12)"]
  241. testing = ["covdefaults (>=1.2.0)", "coverage (>=4)", "pytest (>=4)", "pytest-cov", "pytest-timeout (>=1.4.2)"]
  242. [[package]]
  243. name = "flake8"
  244. version = "3.9.2"
  245. description = "the modular source code checker: pep8 pyflakes and co"
  246. category = "dev"
  247. optional = false
  248. python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
  249. [package.dependencies]
  250. importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
  251. mccabe = ">=0.6.0,<0.7.0"
  252. pycodestyle = ">=2.7.0,<2.8.0"
  253. pyflakes = ">=2.3.0,<2.4.0"
  254. [[package]]
  255. name = "flake8-docstrings"
  256. version = "1.6.0"
  257. description = "Extension for flake8 which uses pydocstyle to check docstrings"
  258. category = "dev"
  259. optional = false
  260. python-versions = "*"
  261. [package.dependencies]
  262. flake8 = ">=3"
  263. pydocstyle = ">=2.1"
  264. [[package]]
  265. name = "identify"
  266. version = "2.5.2"
  267. description = "File identification library for Python"
  268. category = "dev"
  269. optional = false
  270. python-versions = ">=3.7"
  271. [package.extras]
  272. license = ["ukkonen"]
  273. [[package]]
  274. name = "idna"
  275. version = "3.3"
  276. description = "Internationalized Domain Names in Applications (IDNA)"
  277. category = "main"
  278. optional = false
  279. python-versions = ">=3.5"
  280. [[package]]
  281. name = "imagesize"
  282. version = "1.4.1"
  283. description = "Getting image size from png/jpeg/jpeg2000/gif file"
  284. category = "main"
  285. optional = true
  286. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  287. [[package]]
  288. name = "importlib-metadata"
  289. version = "4.12.0"
  290. description = "Read metadata from Python packages"
  291. category = "main"
  292. optional = false
  293. python-versions = ">=3.7"
  294. [package.dependencies]
  295. typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""}
  296. zipp = ">=0.5"
  297. [package.extras]
  298. docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"]
  299. perf = ["ipython"]
  300. testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "importlib-resources (>=1.3)"]
  301. [[package]]
  302. name = "iniconfig"
  303. version = "1.1.1"
  304. description = "iniconfig: brain-dead simple config-ini parsing"
  305. category = "dev"
  306. optional = false
  307. python-versions = "*"
  308. [[package]]
  309. name = "isort"
  310. version = "5.10.1"
  311. description = "A Python utility / library to sort Python imports."
  312. category = "dev"
  313. optional = false
  314. python-versions = ">=3.6.1,<4.0"
  315. [package.extras]
  316. pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
  317. requirements_deprecated_finder = ["pipreqs", "pip-api"]
  318. colors = ["colorama (>=0.4.3,<0.5.0)"]
  319. plugins = ["setuptools"]
  320. [[package]]
  321. name = "jinja2"
  322. version = "3.1.2"
  323. description = "A very fast and expressive template engine."
  324. category = "main"
  325. optional = false
  326. python-versions = ">=3.7"
  327. [package.dependencies]
  328. MarkupSafe = ">=2.0"
  329. [package.extras]
  330. i18n = ["Babel (>=2.7)"]
  331. [[package]]
  332. name = "lazy-object-proxy"
  333. version = "1.7.1"
  334. description = "A fast and thorough lazy object proxy."
  335. category = "main"
  336. optional = true
  337. python-versions = ">=3.6"
  338. [[package]]
  339. name = "m2r2"
  340. version = "0.3.2"
  341. description = "Markdown and reStructuredText in a single file."
  342. category = "main"
  343. optional = true
  344. python-versions = "*"
  345. [package.dependencies]
  346. docutils = "*"
  347. mistune = "0.8.4"
  348. [[package]]
  349. name = "markupsafe"
  350. version = "2.1.1"
  351. description = "Safely add untrusted strings to HTML/XML markup."
  352. category = "main"
  353. optional = false
  354. python-versions = ">=3.7"
  355. [[package]]
  356. name = "mccabe"
  357. version = "0.6.1"
  358. description = "McCabe checker, plugin for flake8"
  359. category = "dev"
  360. optional = false
  361. python-versions = "*"
  362. [[package]]
  363. name = "mistune"
  364. version = "0.8.4"
  365. description = "The fastest markdown parser in pure Python"
  366. category = "main"
  367. optional = true
  368. python-versions = "*"
  369. [[package]]
  370. name = "mock"
  371. version = "4.0.3"
  372. description = "Rolling backport of unittest.mock for all Pythons"
  373. category = "main"
  374. optional = true
  375. python-versions = ">=3.6"
  376. [package.extras]
  377. build = ["twine", "wheel", "blurb"]
  378. docs = ["sphinx"]
  379. test = ["pytest (<5.4)", "pytest-cov"]
  380. [[package]]
  381. name = "mypy-extensions"
  382. version = "0.4.3"
  383. description = "Experimental type system extensions for programs checked with the mypy typechecker."
  384. category = "dev"
  385. optional = false
  386. python-versions = "*"
  387. [[package]]
  388. name = "nodeenv"
  389. version = "1.7.0"
  390. description = "Node.js virtual environment builder"
  391. category = "dev"
  392. optional = false
  393. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
  394. [[package]]
  395. name = "packaging"
  396. version = "21.3"
  397. description = "Core utilities for Python packages"
  398. category = "main"
  399. optional = false
  400. python-versions = ">=3.6"
  401. [package.dependencies]
  402. pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
  403. [[package]]
  404. name = "pathspec"
  405. version = "0.9.0"
  406. description = "Utility library for gitignore style pattern matching of file paths."
  407. category = "dev"
  408. optional = false
  409. python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
  410. [[package]]
  411. name = "platformdirs"
  412. version = "2.5.2"
  413. description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
  414. category = "dev"
  415. optional = false
  416. python-versions = ">=3.7"
  417. [package.extras]
  418. docs = ["furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)", "sphinx (>=4)"]
  419. test = ["appdirs (==1.4.4)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)", "pytest (>=6)"]
  420. [[package]]
  421. name = "pluggy"
  422. version = "1.0.0"
  423. description = "plugin and hook calling mechanisms for python"
  424. category = "dev"
  425. optional = false
  426. python-versions = ">=3.6"
  427. [package.dependencies]
  428. importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
  429. [package.extras]
  430. dev = ["pre-commit", "tox"]
  431. testing = ["pytest", "pytest-benchmark"]
  432. [[package]]
  433. name = "pre-commit"
  434. version = "2.20.0"
  435. description = "A framework for managing and maintaining multi-language pre-commit hooks."
  436. category = "dev"
  437. optional = false
  438. python-versions = ">=3.7"
  439. [package.dependencies]
  440. cfgv = ">=2.0.0"
  441. identify = ">=1.0.0"
  442. importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
  443. nodeenv = ">=0.11.1"
  444. pyyaml = ">=5.1"
  445. toml = "*"
  446. virtualenv = ">=20.0.8"
  447. [[package]]
  448. name = "prompt-toolkit"
  449. version = "3.0.30"
  450. description = "Library for building powerful interactive command lines in Python"
  451. category = "dev"
  452. optional = false
  453. python-versions = ">=3.6.2"
  454. [package.dependencies]
  455. wcwidth = "*"
  456. [[package]]
  457. name = "py"
  458. version = "1.11.0"
  459. description = "library with cross-python path, ini-parsing, io, code, log facilities"
  460. category = "dev"
  461. optional = false
  462. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  463. [[package]]
  464. name = "pyasn1"
  465. version = "0.4.8"
  466. description = "ASN.1 types and codecs"
  467. category = "main"
  468. optional = false
  469. python-versions = "*"
  470. [[package]]
  471. name = "pycodestyle"
  472. version = "2.7.0"
  473. description = "Python style guide checker"
  474. category = "dev"
  475. optional = false
  476. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  477. [[package]]
  478. name = "pycparser"
  479. version = "2.21"
  480. description = "C parser in Python"
  481. category = "dev"
  482. optional = false
  483. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  484. [[package]]
  485. name = "pydocstyle"
  486. version = "6.1.1"
  487. description = "Python docstring style checker"
  488. category = "dev"
  489. optional = false
  490. python-versions = ">=3.6"
  491. [package.dependencies]
  492. snowballstemmer = "*"
  493. [package.extras]
  494. toml = ["toml"]
  495. [[package]]
  496. name = "pyflakes"
  497. version = "2.3.1"
  498. description = "passive checker of Python programs"
  499. category = "dev"
  500. optional = false
  501. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  502. [[package]]
  503. name = "pygments"
  504. version = "2.12.0"
  505. description = "Pygments is a syntax highlighting package written in Python."
  506. category = "main"
  507. optional = true
  508. python-versions = ">=3.6"
  509. [[package]]
  510. name = "pyparsing"
  511. version = "3.0.9"
  512. description = "pyparsing module - Classes and methods to define and execute parsing grammars"
  513. category = "main"
  514. optional = false
  515. python-versions = ">=3.6.8"
  516. [package.extras]
  517. diagrams = ["railroad-diagrams", "jinja2"]
  518. [[package]]
  519. name = "pytest"
  520. version = "7.1.2"
  521. description = "pytest: simple powerful testing with Python"
  522. category = "dev"
  523. optional = false
  524. python-versions = ">=3.7"
  525. [package.dependencies]
  526. atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
  527. attrs = ">=19.2.0"
  528. colorama = {version = "*", markers = "sys_platform == \"win32\""}
  529. importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
  530. iniconfig = "*"
  531. packaging = "*"
  532. pluggy = ">=0.12,<2.0"
  533. py = ">=1.8.2"
  534. tomli = ">=1.0.0"
  535. [package.extras]
  536. testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"]
  537. [[package]]
  538. name = "pytest-cov"
  539. version = "3.0.0"
  540. description = "Pytest plugin for measuring coverage."
  541. category = "dev"
  542. optional = false
  543. python-versions = ">=3.6"
  544. [package.dependencies]
  545. coverage = {version = ">=5.2.1", extras = ["toml"]}
  546. pytest = ">=4.6"
  547. [package.extras]
  548. testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"]
  549. [[package]]
  550. name = "python-jose"
  551. version = "3.3.0"
  552. description = "JOSE implementation in Python"
  553. category = "main"
  554. optional = false
  555. python-versions = "*"
  556. [package.dependencies]
  557. ecdsa = "!=0.15"
  558. pyasn1 = "*"
  559. rsa = "*"
  560. [package.extras]
  561. cryptography = ["cryptography (>=3.4.0)"]
  562. pycrypto = ["pycrypto (>=2.6.0,<2.7.0)", "pyasn1"]
  563. pycryptodome = ["pycryptodome (>=3.3.1,<4.0.0)", "pyasn1"]
  564. [[package]]
  565. name = "pytz"
  566. version = "2022.1"
  567. description = "World timezone definitions, modern and historical"
  568. category = "main"
  569. optional = true
  570. python-versions = "*"
  571. [[package]]
  572. name = "pyyaml"
  573. version = "6.0"
  574. description = "YAML parser and emitter for Python"
  575. category = "main"
  576. optional = false
  577. python-versions = ">=3.6"
  578. [[package]]
  579. name = "questionary"
  580. version = "1.10.0"
  581. description = "Python library to build pretty command line user prompts ⭐️"
  582. category = "dev"
  583. optional = false
  584. python-versions = ">=3.6,<4.0"
  585. [package.dependencies]
  586. prompt_toolkit = ">=2.0,<4.0"
  587. [package.extras]
  588. docs = ["Sphinx (>=3.3,<4.0)", "sphinx-rtd-theme (>=0.5.0,<0.6.0)", "sphinx-autobuild (>=2020.9.1,<2021.0.0)", "sphinx-copybutton (>=0.3.1,<0.4.0)", "sphinx-autodoc-typehints (>=1.11.1,<2.0.0)"]
  589. [[package]]
  590. name = "readthedocs-sphinx-ext"
  591. version = "2.1.8"
  592. description = "Sphinx extension for Read the Docs overrides"
  593. category = "main"
  594. optional = true
  595. python-versions = "*"
  596. [package.dependencies]
  597. Jinja2 = ">=2.9"
  598. packaging = "*"
  599. requests = "*"
  600. [[package]]
  601. name = "recommonmark"
  602. version = "0.7.1"
  603. description = "A docutils-compatibility bridge to CommonMark, enabling you to write CommonMark inside of Docutils & Sphinx projects."
  604. category = "main"
  605. optional = true
  606. python-versions = "*"
  607. [package.dependencies]
  608. commonmark = ">=0.8.1"
  609. docutils = ">=0.11"
  610. sphinx = ">=1.3.1"
  611. [[package]]
  612. name = "requests"
  613. version = "2.28.1"
  614. description = "Python HTTP for Humans."
  615. category = "main"
  616. optional = false
  617. python-versions = ">=3.7, <4"
  618. [package.dependencies]
  619. certifi = ">=2017.4.17"
  620. charset-normalizer = ">=2,<3"
  621. idna = ">=2.5,<4"
  622. urllib3 = ">=1.21.1,<1.27"
  623. [package.extras]
  624. socks = ["PySocks (>=1.5.6,!=1.5.7)"]
  625. use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"]
  626. [[package]]
  627. name = "requests-toolbelt"
  628. version = "0.9.1"
  629. description = "A utility belt for advanced users of python-requests"
  630. category = "main"
  631. optional = false
  632. python-versions = "*"
  633. [package.dependencies]
  634. requests = ">=2.0.1,<3.0.0"
  635. [[package]]
  636. name = "rsa"
  637. version = "4.9"
  638. description = "Pure-Python RSA implementation"
  639. category = "main"
  640. optional = false
  641. python-versions = ">=3.6,<4"
  642. [package.dependencies]
  643. pyasn1 = ">=0.1.3"
  644. [[package]]
  645. name = "six"
  646. version = "1.16.0"
  647. description = "Python 2 and 3 compatibility utilities"
  648. category = "main"
  649. optional = false
  650. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
  651. [[package]]
  652. name = "snowballstemmer"
  653. version = "2.2.0"
  654. description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
  655. category = "main"
  656. optional = false
  657. python-versions = "*"
  658. [[package]]
  659. name = "sphinx"
  660. version = "5.0.2"
  661. description = "Python documentation generator"
  662. category = "main"
  663. optional = true
  664. python-versions = ">=3.6"
  665. [package.dependencies]
  666. alabaster = ">=0.7,<0.8"
  667. babel = ">=1.3"
  668. colorama = {version = ">=0.3.5", markers = "sys_platform == \"win32\""}
  669. docutils = ">=0.14,<0.19"
  670. imagesize = "*"
  671. importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""}
  672. Jinja2 = ">=2.3"
  673. packaging = "*"
  674. Pygments = ">=2.0"
  675. requests = ">=2.5.0"
  676. snowballstemmer = ">=1.1"
  677. sphinxcontrib-applehelp = "*"
  678. sphinxcontrib-devhelp = "*"
  679. sphinxcontrib-htmlhelp = ">=2.0.0"
  680. sphinxcontrib-jsmath = "*"
  681. sphinxcontrib-qthelp = "*"
  682. sphinxcontrib-serializinghtml = ">=1.1.5"
  683. [package.extras]
  684. docs = ["sphinxcontrib-websupport"]
  685. lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.950)", "docutils-stubs", "types-typed-ast", "types-requests"]
  686. test = ["pytest (>=4.6)", "html5lib", "cython", "typed-ast"]
  687. [[package]]
  688. name = "sphinx-autoapi"
  689. version = "1.8.4"
  690. description = "Sphinx API documentation generator"
  691. category = "main"
  692. optional = true
  693. python-versions = ">=3.6"
  694. [package.dependencies]
  695. astroid = ">=2.7"
  696. Jinja2 = "*"
  697. PyYAML = "*"
  698. sphinx = ">=3.0"
  699. unidecode = "*"
  700. [package.extras]
  701. docs = ["sphinx", "sphinx-rtd-theme"]
  702. dotnet = ["sphinxcontrib-dotnetdomain"]
  703. go = ["sphinxcontrib-golangdomain"]
  704. [[package]]
  705. name = "sphinx-rtd-theme"
  706. version = "1.0.0"
  707. description = "Read the Docs theme for Sphinx"
  708. category = "main"
  709. optional = true
  710. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
  711. [package.dependencies]
  712. docutils = "<0.18"
  713. sphinx = ">=1.6"
  714. [package.extras]
  715. dev = ["transifex-client", "sphinxcontrib-httpdomain", "bump2version"]
  716. [[package]]
  717. name = "sphinxcontrib-applehelp"
  718. version = "1.0.2"
  719. description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
  720. category = "main"
  721. optional = true
  722. python-versions = ">=3.5"
  723. [package.extras]
  724. lint = ["flake8", "mypy", "docutils-stubs"]
  725. test = ["pytest"]
  726. [[package]]
  727. name = "sphinxcontrib-devhelp"
  728. version = "1.0.2"
  729. description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
  730. category = "main"
  731. optional = true
  732. python-versions = ">=3.5"
  733. [package.extras]
  734. lint = ["flake8", "mypy", "docutils-stubs"]
  735. test = ["pytest"]
  736. [[package]]
  737. name = "sphinxcontrib-htmlhelp"
  738. version = "2.0.0"
  739. description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
  740. category = "main"
  741. optional = true
  742. python-versions = ">=3.6"
  743. [package.extras]
  744. lint = ["flake8", "mypy", "docutils-stubs"]
  745. test = ["pytest", "html5lib"]
  746. [[package]]
  747. name = "sphinxcontrib-jsmath"
  748. version = "1.0.1"
  749. description = "A sphinx extension which renders display math in HTML via JavaScript"
  750. category = "main"
  751. optional = true
  752. python-versions = ">=3.5"
  753. [package.extras]
  754. test = ["pytest", "flake8", "mypy"]
  755. [[package]]
  756. name = "sphinxcontrib-qthelp"
  757. version = "1.0.3"
  758. description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
  759. category = "main"
  760. optional = true
  761. python-versions = ">=3.5"
  762. [package.extras]
  763. lint = ["flake8", "mypy", "docutils-stubs"]
  764. test = ["pytest"]
  765. [[package]]
  766. name = "sphinxcontrib-serializinghtml"
  767. version = "1.1.5"
  768. description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
  769. category = "main"
  770. optional = true
  771. python-versions = ">=3.5"
  772. [package.extras]
  773. lint = ["flake8", "mypy", "docutils-stubs"]
  774. test = ["pytest"]
  775. [[package]]
  776. name = "termcolor"
  777. version = "1.1.0"
  778. description = "ANSII Color formatting for output in terminal."
  779. category = "dev"
  780. optional = false
  781. python-versions = "*"
  782. [[package]]
  783. name = "toml"
  784. version = "0.10.2"
  785. description = "Python Library for Tom's Obvious, Minimal Language"
  786. category = "dev"
  787. optional = false
  788. python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
  789. [[package]]
  790. name = "tomli"
  791. version = "2.0.1"
  792. description = "A lil' TOML parser"
  793. category = "dev"
  794. optional = false
  795. python-versions = ">=3.7"
  796. [[package]]
  797. name = "tomlkit"
  798. version = "0.11.1"
  799. description = "Style preserving TOML library"
  800. category = "dev"
  801. optional = false
  802. python-versions = ">=3.6,<4.0"
  803. [[package]]
  804. name = "tox"
  805. version = "3.25.1"
  806. description = "tox is a generic virtualenv management and test command line tool"
  807. category = "dev"
  808. optional = false
  809. python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
  810. [package.dependencies]
  811. colorama = {version = ">=0.4.1", markers = "platform_system == \"Windows\""}
  812. filelock = ">=3.0.0"
  813. importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
  814. packaging = ">=14"
  815. pluggy = ">=0.12.0"
  816. py = ">=1.4.17"
  817. six = ">=1.14.0"
  818. toml = ">=0.9.4"
  819. virtualenv = ">=16.0.0,<20.0.0 || >20.0.0,<20.0.1 || >20.0.1,<20.0.2 || >20.0.2,<20.0.3 || >20.0.3,<20.0.4 || >20.0.4,<20.0.5 || >20.0.5,<20.0.6 || >20.0.6,<20.0.7 || >20.0.7"
  820. [package.extras]
  821. docs = ["pygments-github-lexers (>=0.0.5)", "sphinx (>=2.0.0)", "sphinxcontrib-autoprogram (>=0.1.5)", "towncrier (>=18.5.0)"]
  822. testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "pytest (>=4.0.0)", "pytest-cov (>=2.5.1)", "pytest-mock (>=1.10.0)", "pytest-randomly (>=1.0.0)", "psutil (>=5.6.1)", "pathlib2 (>=2.3.3)"]
  823. [[package]]
  824. name = "typed-ast"
  825. version = "1.5.4"
  826. description = "a fork of Python 2 and 3 ast modules with type comment support"
  827. category = "main"
  828. optional = false
  829. python-versions = ">=3.6"
  830. [[package]]
  831. name = "typing-extensions"
  832. version = "4.3.0"
  833. description = "Backported and Experimental Type Hints for Python 3.7+"
  834. category = "main"
  835. optional = false
  836. python-versions = ">=3.7"
  837. [[package]]
  838. name = "unidecode"
  839. version = "1.3.4"
  840. description = "ASCII transliterations of Unicode text"
  841. category = "main"
  842. optional = true
  843. python-versions = ">=3.5"
  844. [[package]]
  845. name = "urllib3"
  846. version = "1.26.10"
  847. description = "HTTP library with thread-safe connection pooling, file post, and more."
  848. category = "main"
  849. optional = false
  850. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
  851. [package.extras]
  852. brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
  853. secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
  854. socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
  855. [[package]]
  856. name = "virtualenv"
  857. version = "20.15.1"
  858. description = "Virtual Python Environment builder"
  859. category = "dev"
  860. optional = false
  861. python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
  862. [package.dependencies]
  863. distlib = ">=0.3.1,<1"
  864. filelock = ">=3.2,<4"
  865. importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
  866. platformdirs = ">=2,<3"
  867. six = ">=1.9.0,<2"
  868. [package.extras]
  869. docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=21.3)"]
  870. testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", "pytest (>=4)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.1)", "pytest-mock (>=2)", "pytest-randomly (>=1)", "pytest-timeout (>=1)", "packaging (>=20.0)"]
  871. [[package]]
  872. name = "wcwidth"
  873. version = "0.2.5"
  874. description = "Measures the displayed width of unicode strings in a terminal"
  875. category = "dev"
  876. optional = false
  877. python-versions = "*"
  878. [[package]]
  879. name = "wrapt"
  880. version = "1.14.1"
  881. description = "Module for decorators, wrappers and monkey patching."
  882. category = "main"
  883. optional = true
  884. python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
  885. [[package]]
  886. name = "zipp"
  887. version = "3.8.1"
  888. description = "Backport of pathlib-compatible object wrapper for zip files"
  889. category = "main"
  890. optional = false
  891. python-versions = ">=3.7"
  892. [package.extras]
  893. docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
  894. testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"]
  895. [extras]
  896. docs = ["mock", "alabaster", "commonmark", "recommonmark", "Sphinx", "sphinx-rtd-theme", "readthedocs-sphinx-ext", "m2r2", "sphinx-autoapi"]
  897. [metadata]
  898. lock-version = "1.1"
  899. python-versions = "^3.7"
  900. content-hash = "5d740e81a3604cb20ca85945c2fc134f6373f599315992afb50284f1f993c1d0"
  901. [metadata.files]
  902. alabaster = [
  903. {file = "alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"},
  904. {file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"},
  905. ]
  906. argcomplete = [
  907. {file = "argcomplete-1.12.3-py2.py3-none-any.whl", hash = "sha256:291f0beca7fd49ce285d2f10e4c1c77e9460cf823eef2de54df0c0fec88b0d81"},
  908. {file = "argcomplete-1.12.3.tar.gz", hash = "sha256:2c7dbffd8c045ea534921e63b0be6fe65e88599990d8dc408ac8c542b72a5445"},
  909. ]
  910. astroid = []
  911. atomicwrites = []
  912. attrs = [
  913. {file = "attrs-21.4.0-py2.py3-none-any.whl", hash = "sha256:2d27e3784d7a565d36ab851fe94887c5eccd6a463168875832a1be79c82828b4"},
  914. {file = "attrs-21.4.0.tar.gz", hash = "sha256:626ba8234211db98e869df76230a137c4c40a12d72445c45d5f5b716f076e2fd"},
  915. ]
  916. babel = [
  917. {file = "Babel-2.10.3-py3-none-any.whl", hash = "sha256:ff56f4892c1c4bf0d814575ea23471c230d544203c7748e8c68f0089478d48eb"},
  918. {file = "Babel-2.10.3.tar.gz", hash = "sha256:7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51"},
  919. ]
  920. black = []
  921. certifi = [
  922. {file = "certifi-2022.6.15-py3-none-any.whl", hash = "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412"},
  923. {file = "certifi-2022.6.15.tar.gz", hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d"},
  924. ]
  925. cffi = []
  926. cfgv = [
  927. {file = "cfgv-3.3.1-py2.py3-none-any.whl", hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426"},
  928. {file = "cfgv-3.3.1.tar.gz", hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736"},
  929. ]
  930. charset-normalizer = []
  931. click = [
  932. {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
  933. {file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
  934. ]
  935. codespell = []
  936. colorama = [
  937. {file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
  938. {file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
  939. ]
  940. commitizen = []
  941. commonmark = [
  942. {file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"},
  943. {file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"},
  944. ]
  945. coverage = []
  946. cryptography = []
  947. darglint = []
  948. decli = [
  949. {file = "decli-0.5.2-py3-none-any.whl", hash = "sha256:d3207bc02d0169bf6ed74ccca09ce62edca0eb25b0ebf8bf4ae3fb8333e15ca0"},
  950. {file = "decli-0.5.2.tar.gz", hash = "sha256:f2cde55034a75c819c630c7655a844c612f2598c42c21299160465df6ad463ad"},
  951. ]
  952. distlib = []
  953. docutils = [
  954. {file = "docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"},
  955. {file = "docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"},
  956. ]
  957. ecdsa = []
  958. filelock = [
  959. {file = "filelock-3.7.1-py3-none-any.whl", hash = "sha256:37def7b658813cda163b56fc564cdc75e86d338246458c4c28ae84cabefa2404"},
  960. {file = "filelock-3.7.1.tar.gz", hash = "sha256:3a0fd85166ad9dbab54c9aec96737b744106dc5f15c0b09a6744a445299fcf04"},
  961. ]
  962. flake8 = [
  963. {file = "flake8-3.9.2-py2.py3-none-any.whl", hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907"},
  964. {file = "flake8-3.9.2.tar.gz", hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b"},
  965. ]
  966. flake8-docstrings = []
  967. identify = []
  968. idna = [
  969. {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
  970. {file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
  971. ]
  972. imagesize = []
  973. importlib-metadata = [
  974. {file = "importlib_metadata-4.12.0-py3-none-any.whl", hash = "sha256:7401a975809ea1fdc658c3aa4f78cc2195a0e019c5cbc4c06122884e9ae80c23"},
  975. {file = "importlib_metadata-4.12.0.tar.gz", hash = "sha256:637245b8bab2b6502fcbc752cc4b7a6f6243bb02b31c5c26156ad103d3d45670"},
  976. ]
  977. iniconfig = [
  978. {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
  979. {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
  980. ]
  981. isort = [
  982. {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"},
  983. {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"},
  984. ]
  985. jinja2 = [
  986. {file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"},
  987. {file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
  988. ]
  989. lazy-object-proxy = [
  990. {file = "lazy-object-proxy-1.7.1.tar.gz", hash = "sha256:d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4"},
  991. {file = "lazy_object_proxy-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bb8c5fd1684d60a9902c60ebe276da1f2281a318ca16c1d0a96db28f62e9166b"},
  992. {file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a57d51ed2997e97f3b8e3500c984db50a554bb5db56c50b5dab1b41339b37e36"},
  993. {file = "lazy_object_proxy-1.7.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd45683c3caddf83abbb1249b653a266e7069a09f486daa8863fb0e7496a9fdb"},
  994. {file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:8561da8b3dd22d696244d6d0d5330618c993a215070f473b699e00cf1f3f6443"},
  995. {file = "lazy_object_proxy-1.7.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fccdf7c2c5821a8cbd0a9440a456f5050492f2270bd54e94360cac663398739b"},
  996. {file = "lazy_object_proxy-1.7.1-cp310-cp310-win32.whl", hash = "sha256:898322f8d078f2654d275124a8dd19b079080ae977033b713f677afcfc88e2b9"},
  997. {file = "lazy_object_proxy-1.7.1-cp310-cp310-win_amd64.whl", hash = "sha256:85b232e791f2229a4f55840ed54706110c80c0a210d076eee093f2b2e33e1bfd"},
  998. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:46ff647e76f106bb444b4533bb4153c7370cdf52efc62ccfc1a28bdb3cc95442"},
  999. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:12f3bb77efe1367b2515f8cb4790a11cffae889148ad33adad07b9b55e0ab22c"},
  1000. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c19814163728941bb871240d45c4c30d33b8a2e85972c44d4e63dd7107faba44"},
  1001. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:e40f2013d96d30217a51eeb1db28c9ac41e9d0ee915ef9d00da639c5b63f01a1"},
  1002. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:2052837718516a94940867e16b1bb10edb069ab475c3ad84fd1e1a6dd2c0fcfc"},
  1003. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-win32.whl", hash = "sha256:6a24357267aa976abab660b1d47a34aaf07259a0c3859a34e536f1ee6e76b5bb"},
  1004. {file = "lazy_object_proxy-1.7.1-cp36-cp36m-win_amd64.whl", hash = "sha256:6aff3fe5de0831867092e017cf67e2750c6a1c7d88d84d2481bd84a2e019ec35"},
  1005. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6a6e94c7b02641d1311228a102607ecd576f70734dc3d5e22610111aeacba8a0"},
  1006. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c4ce15276a1a14549d7e81c243b887293904ad2d94ad767f42df91e75fd7b5b6"},
  1007. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e368b7f7eac182a59ff1f81d5f3802161932a41dc1b1cc45c1f757dc876b5d2c"},
  1008. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:6ecbb350991d6434e1388bee761ece3260e5228952b1f0c46ffc800eb313ff42"},
  1009. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:553b0f0d8dbf21890dd66edd771f9b1b5f51bd912fa5f26de4449bfc5af5e029"},
  1010. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-win32.whl", hash = "sha256:c7a683c37a8a24f6428c28c561c80d5f4fd316ddcf0c7cab999b15ab3f5c5c69"},
  1011. {file = "lazy_object_proxy-1.7.1-cp37-cp37m-win_amd64.whl", hash = "sha256:df2631f9d67259dc9620d831384ed7732a198eb434eadf69aea95ad18c587a28"},
  1012. {file = "lazy_object_proxy-1.7.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:07fa44286cda977bd4803b656ffc1c9b7e3bc7dff7d34263446aec8f8c96f88a"},
  1013. {file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4dca6244e4121c74cc20542c2ca39e5c4a5027c81d112bfb893cf0790f96f57e"},
  1014. {file = "lazy_object_proxy-1.7.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:91ba172fc5b03978764d1df5144b4ba4ab13290d7bab7a50f12d8117f8630c38"},
  1015. {file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:043651b6cb706eee4f91854da4a089816a6606c1428fd391573ef8cb642ae4f7"},
  1016. {file = "lazy_object_proxy-1.7.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:b9e89b87c707dd769c4ea91f7a31538888aad05c116a59820f28d59b3ebfe25a"},
  1017. {file = "lazy_object_proxy-1.7.1-cp38-cp38-win32.whl", hash = "sha256:9d166602b525bf54ac994cf833c385bfcc341b364e3ee71e3bf5a1336e677b55"},
  1018. {file = "lazy_object_proxy-1.7.1-cp38-cp38-win_amd64.whl", hash = "sha256:8f3953eb575b45480db6568306893f0bd9d8dfeeebd46812aa09ca9579595148"},
  1019. {file = "lazy_object_proxy-1.7.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:dd7ed7429dbb6c494aa9bc4e09d94b778a3579be699f9d67da7e6804c422d3de"},
  1020. {file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:70ed0c2b380eb6248abdef3cd425fc52f0abd92d2b07ce26359fcbc399f636ad"},
  1021. {file = "lazy_object_proxy-1.7.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7096a5e0c1115ec82641afbdd70451a144558ea5cf564a896294e346eb611be1"},
  1022. {file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:f769457a639403073968d118bc70110e7dce294688009f5c24ab78800ae56dc8"},
  1023. {file = "lazy_object_proxy-1.7.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:39b0e26725c5023757fc1ab2a89ef9d7ab23b84f9251e28f9cc114d5b59c1b09"},
  1024. {file = "lazy_object_proxy-1.7.1-cp39-cp39-win32.whl", hash = "sha256:2130db8ed69a48a3440103d4a520b89d8a9405f1b06e2cc81640509e8bf6548f"},
  1025. {file = "lazy_object_proxy-1.7.1-cp39-cp39-win_amd64.whl", hash = "sha256:677ea950bef409b47e51e733283544ac3d660b709cfce7b187f5ace137960d61"},
  1026. {file = "lazy_object_proxy-1.7.1-pp37.pp38-none-any.whl", hash = "sha256:d66906d5785da8e0be7360912e99c9188b70f52c422f9fc18223347235691a84"},
  1027. ]
  1028. m2r2 = [
  1029. {file = "m2r2-0.3.2-py3-none-any.whl", hash = "sha256:d3684086b61b4bebe2307f15189495360f05a123c9bda2a66462649b7ca236aa"},
  1030. {file = "m2r2-0.3.2.tar.gz", hash = "sha256:ccd95b052dcd1ac7442ecb3111262b2001c10e4119b459c34c93ac7a5c2c7868"},
  1031. ]
  1032. markupsafe = [
  1033. {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"},
  1034. {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a"},
  1035. {file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e"},
  1036. {file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5"},
  1037. {file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4"},
  1038. {file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f"},
  1039. {file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e"},
  1040. {file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933"},
  1041. {file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl", hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6"},
  1042. {file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417"},
  1043. {file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02"},
  1044. {file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a"},
  1045. {file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37"},
  1046. {file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980"},
  1047. {file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a"},
  1048. {file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3"},
  1049. {file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a"},
  1050. {file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl", hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff"},
  1051. {file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a"},
  1052. {file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452"},
  1053. {file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003"},
  1054. {file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1"},
  1055. {file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601"},
  1056. {file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925"},
  1057. {file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f"},
  1058. {file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88"},
  1059. {file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63"},
  1060. {file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl", hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1"},
  1061. {file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7"},
  1062. {file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a"},
  1063. {file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f"},
  1064. {file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6"},
  1065. {file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77"},
  1066. {file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603"},
  1067. {file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7"},
  1068. {file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135"},
  1069. {file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96"},
  1070. {file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl", hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c"},
  1071. {file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl", hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247"},
  1072. {file = "MarkupSafe-2.1.1.tar.gz", hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"},
  1073. ]
  1074. mccabe = [
  1075. {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"},
  1076. {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
  1077. ]
  1078. mistune = [
  1079. {file = "mistune-0.8.4-py2.py3-none-any.whl", hash = "sha256:88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4"},
  1080. {file = "mistune-0.8.4.tar.gz", hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e"},
  1081. ]
  1082. mock = [
  1083. {file = "mock-4.0.3-py3-none-any.whl", hash = "sha256:122fcb64ee37cfad5b3f48d7a7d51875d7031aaf3d8be7c42e2bee25044eee62"},
  1084. {file = "mock-4.0.3.tar.gz", hash = "sha256:7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc"},
  1085. ]
  1086. mypy-extensions = [
  1087. {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
  1088. {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
  1089. ]
  1090. nodeenv = [
  1091. {file = "nodeenv-1.7.0-py2.py3-none-any.whl", hash = "sha256:27083a7b96a25f2f5e1d8cb4b6317ee8aeda3bdd121394e5ac54e498028a042e"},
  1092. {file = "nodeenv-1.7.0.tar.gz", hash = "sha256:e0e7f7dfb85fc5394c6fe1e8fa98131a2473e04311a45afb6508f7cf1836fa2b"},
  1093. ]
  1094. packaging = [
  1095. {file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
  1096. {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
  1097. ]
  1098. pathspec = [
  1099. {file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"},
  1100. {file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"},
  1101. ]
  1102. platformdirs = [
  1103. {file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"},
  1104. {file = "platformdirs-2.5.2.tar.gz", hash = "sha256:58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"},
  1105. ]
  1106. pluggy = [
  1107. {file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"},
  1108. {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"},
  1109. ]
  1110. pre-commit = []
  1111. prompt-toolkit = []
  1112. py = [
  1113. {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"},
  1114. {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"},
  1115. ]
  1116. pyasn1 = [
  1117. {file = "pyasn1-0.4.8-py2.4.egg", hash = "sha256:fec3e9d8e36808a28efb59b489e4528c10ad0f480e57dcc32b4de5c9d8c9fdf3"},
  1118. {file = "pyasn1-0.4.8-py2.5.egg", hash = "sha256:0458773cfe65b153891ac249bcf1b5f8f320b7c2ce462151f8fa74de8934becf"},
  1119. {file = "pyasn1-0.4.8-py2.6.egg", hash = "sha256:5c9414dcfede6e441f7e8f81b43b34e834731003427e5b09e4e00e3172a10f00"},
  1120. {file = "pyasn1-0.4.8-py2.7.egg", hash = "sha256:6e7545f1a61025a4e58bb336952c5061697da694db1cae97b116e9c46abcf7c8"},
  1121. {file = "pyasn1-0.4.8-py2.py3-none-any.whl", hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d"},
  1122. {file = "pyasn1-0.4.8-py3.1.egg", hash = "sha256:78fa6da68ed2727915c4767bb386ab32cdba863caa7dbe473eaae45f9959da86"},
  1123. {file = "pyasn1-0.4.8-py3.2.egg", hash = "sha256:08c3c53b75eaa48d71cf8c710312316392ed40899cb34710d092e96745a358b7"},
  1124. {file = "pyasn1-0.4.8-py3.3.egg", hash = "sha256:03840c999ba71680a131cfaee6fab142e1ed9bbd9c693e285cc6aca0d555e576"},
  1125. {file = "pyasn1-0.4.8-py3.4.egg", hash = "sha256:7ab8a544af125fb704feadb008c99a88805126fb525280b2270bb25cc1d78a12"},
  1126. {file = "pyasn1-0.4.8-py3.5.egg", hash = "sha256:e89bf84b5437b532b0803ba5c9a5e054d21fec423a89952a74f87fa2c9b7bce2"},
  1127. {file = "pyasn1-0.4.8-py3.6.egg", hash = "sha256:014c0e9976956a08139dc0712ae195324a75e142284d5f87f1a87ee1b068a359"},
  1128. {file = "pyasn1-0.4.8-py3.7.egg", hash = "sha256:99fcc3c8d804d1bc6d9a099921e39d827026409a58f2a720dcdb89374ea0c776"},
  1129. {file = "pyasn1-0.4.8.tar.gz", hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"},
  1130. ]
  1131. pycodestyle = [
  1132. {file = "pycodestyle-2.7.0-py2.py3-none-any.whl", hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068"},
  1133. {file = "pycodestyle-2.7.0.tar.gz", hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef"},
  1134. ]
  1135. pycparser = []
  1136. pydocstyle = []
  1137. pyflakes = [
  1138. {file = "pyflakes-2.3.1-py2.py3-none-any.whl", hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3"},
  1139. {file = "pyflakes-2.3.1.tar.gz", hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"},
  1140. ]
  1141. pygments = [
  1142. {file = "Pygments-2.12.0-py3-none-any.whl", hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519"},
  1143. {file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"},
  1144. ]
  1145. pyparsing = [
  1146. {file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"},
  1147. {file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"},
  1148. ]
  1149. pytest = [
  1150. {file = "pytest-7.1.2-py3-none-any.whl", hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c"},
  1151. {file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"},
  1152. ]
  1153. pytest-cov = [
  1154. {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"},
  1155. {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"},
  1156. ]
  1157. python-jose = [
  1158. {file = "python-jose-3.3.0.tar.gz", hash = "sha256:55779b5e6ad599c6336191246e95eb2293a9ddebd555f796a65f838f07e5d78a"},
  1159. {file = "python_jose-3.3.0-py2.py3-none-any.whl", hash = "sha256:9b1376b023f8b298536eedd47ae1089bcdb848f1535ab30555cd92002d78923a"},
  1160. ]
  1161. pytz = [
  1162. {file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"},
  1163. {file = "pytz-2022.1.tar.gz", hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"},
  1164. ]
  1165. pyyaml = [
  1166. {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
  1167. {file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"},
  1168. {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"},
  1169. {file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"},
  1170. {file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"},
  1171. {file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"},
  1172. {file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"},
  1173. {file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"},
  1174. {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"},
  1175. {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"},
  1176. {file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"},
  1177. {file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"},
  1178. {file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"},
  1179. {file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"},
  1180. {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"},
  1181. {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"},
  1182. {file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"},
  1183. {file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"},
  1184. {file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"},
  1185. {file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"},
  1186. {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"},
  1187. {file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"},
  1188. {file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"},
  1189. {file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"},
  1190. {file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"},
  1191. {file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"},
  1192. {file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"},
  1193. {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"},
  1194. {file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"},
  1195. {file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"},
  1196. {file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"},
  1197. {file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
  1198. {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
  1199. ]
  1200. questionary = [
  1201. {file = "questionary-1.10.0-py3-none-any.whl", hash = "sha256:fecfcc8cca110fda9d561cb83f1e97ecbb93c613ff857f655818839dac74ce90"},
  1202. {file = "questionary-1.10.0.tar.gz", hash = "sha256:600d3aefecce26d48d97eee936fdb66e4bc27f934c3ab6dd1e292c4f43946d90"},
  1203. ]
  1204. readthedocs-sphinx-ext = [
  1205. {file = "readthedocs-sphinx-ext-2.1.8.tar.gz", hash = "sha256:a57e3713daf77bf91d1ba19e4b9888a47c0abfeb63ecf02e3ac77fcfd99bfe69"},
  1206. {file = "readthedocs_sphinx_ext-2.1.8-py2.py3-none-any.whl", hash = "sha256:5ab5875993191e5e526ca196a1082b73116b0cefd79073ab25367ba0458fffe9"},
  1207. ]
  1208. recommonmark = [
  1209. {file = "recommonmark-0.7.1-py2.py3-none-any.whl", hash = "sha256:1b1db69af0231efce3fa21b94ff627ea33dee7079a01dd0a7f8482c3da148b3f"},
  1210. {file = "recommonmark-0.7.1.tar.gz", hash = "sha256:bdb4db649f2222dcd8d2d844f0006b958d627f732415d399791ee436a3686d67"},
  1211. ]
  1212. requests = []
  1213. requests-toolbelt = []
  1214. rsa = []
  1215. six = [
  1216. {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
  1217. {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
  1218. ]
  1219. snowballstemmer = [
  1220. {file = "snowballstemmer-2.2.0-py2.py3-none-any.whl", hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"},
  1221. {file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"},
  1222. ]
  1223. sphinx = [
  1224. {file = "Sphinx-5.0.2-py3-none-any.whl", hash = "sha256:d3e57663eed1d7c5c50895d191fdeda0b54ded6f44d5621b50709466c338d1e8"},
  1225. {file = "Sphinx-5.0.2.tar.gz", hash = "sha256:b18e978ea7565720f26019c702cd85c84376e948370f1cd43d60265010e1c7b0"},
  1226. ]
  1227. sphinx-autoapi = [
  1228. {file = "sphinx-autoapi-1.8.4.tar.gz", hash = "sha256:8c4ec5fbedc1e6e8f4692bcc4fcd1abcfb9e8dfca8a4ded60ad811a743c22ccc"},
  1229. {file = "sphinx_autoapi-1.8.4-py2.py3-none-any.whl", hash = "sha256:007bf9e24cd2aa0ac0561f67e8bcd6a6e2e8911ef4b4fd54aaba799d8832c8d0"},
  1230. ]
  1231. sphinx-rtd-theme = [
  1232. {file = "sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl", hash = "sha256:4d35a56f4508cfee4c4fb604373ede6feae2a306731d533f409ef5c3496fdbd8"},
  1233. {file = "sphinx_rtd_theme-1.0.0.tar.gz", hash = "sha256:eec6d497e4c2195fa0e8b2016b337532b8a699a68bcb22a512870e16925c6a5c"},
  1234. ]
  1235. sphinxcontrib-applehelp = [
  1236. {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"},
  1237. {file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a"},
  1238. ]
  1239. sphinxcontrib-devhelp = [
  1240. {file = "sphinxcontrib-devhelp-1.0.2.tar.gz", hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"},
  1241. {file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e"},
  1242. ]
  1243. sphinxcontrib-htmlhelp = [
  1244. {file = "sphinxcontrib-htmlhelp-2.0.0.tar.gz", hash = "sha256:f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2"},
  1245. {file = "sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl", hash = "sha256:d412243dfb797ae3ec2b59eca0e52dac12e75a241bf0e4eb861e450d06c6ed07"},
  1246. ]
  1247. sphinxcontrib-jsmath = [
  1248. {file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"},
  1249. {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"},
  1250. ]
  1251. sphinxcontrib-qthelp = [
  1252. {file = "sphinxcontrib-qthelp-1.0.3.tar.gz", hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"},
  1253. {file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6"},
  1254. ]
  1255. sphinxcontrib-serializinghtml = [
  1256. {file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz", hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952"},
  1257. {file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl", hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd"},
  1258. ]
  1259. termcolor = [
  1260. {file = "termcolor-1.1.0.tar.gz", hash = "sha256:1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"},
  1261. ]
  1262. toml = [
  1263. {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
  1264. {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
  1265. ]
  1266. tomli = [
  1267. {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
  1268. {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
  1269. ]
  1270. tomlkit = []
  1271. tox = []
  1272. typed-ast = [
  1273. {file = "typed_ast-1.5.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:669dd0c4167f6f2cd9f57041e03c3c2ebf9063d0757dc89f79ba1daa2bfca9d4"},
  1274. {file = "typed_ast-1.5.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:211260621ab1cd7324e0798d6be953d00b74e0428382991adfddb352252f1d62"},
  1275. {file = "typed_ast-1.5.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:267e3f78697a6c00c689c03db4876dd1efdfea2f251a5ad6555e82a26847b4ac"},
  1276. {file = "typed_ast-1.5.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c542eeda69212fa10a7ada75e668876fdec5f856cd3d06829e6aa64ad17c8dfe"},
  1277. {file = "typed_ast-1.5.4-cp310-cp310-win_amd64.whl", hash = "sha256:a9916d2bb8865f973824fb47436fa45e1ebf2efd920f2b9f99342cb7fab93f72"},
  1278. {file = "typed_ast-1.5.4-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:79b1e0869db7c830ba6a981d58711c88b6677506e648496b1f64ac7d15633aec"},
  1279. {file = "typed_ast-1.5.4-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a94d55d142c9265f4ea46fab70977a1944ecae359ae867397757d836ea5a3f47"},
  1280. {file = "typed_ast-1.5.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:183afdf0ec5b1b211724dfef3d2cad2d767cbefac291f24d69b00546c1837fb6"},
  1281. {file = "typed_ast-1.5.4-cp36-cp36m-win_amd64.whl", hash = "sha256:639c5f0b21776605dd6c9dbe592d5228f021404dafd377e2b7ac046b0349b1a1"},
  1282. {file = "typed_ast-1.5.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:cf4afcfac006ece570e32d6fa90ab74a17245b83dfd6655a6f68568098345ff6"},
  1283. {file = "typed_ast-1.5.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ed855bbe3eb3715fca349c80174cfcfd699c2f9de574d40527b8429acae23a66"},
  1284. {file = "typed_ast-1.5.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6778e1b2f81dfc7bc58e4b259363b83d2e509a65198e85d5700dfae4c6c8ff1c"},
  1285. {file = "typed_ast-1.5.4-cp37-cp37m-win_amd64.whl", hash = "sha256:0261195c2062caf107831e92a76764c81227dae162c4f75192c0d489faf751a2"},
  1286. {file = "typed_ast-1.5.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2efae9db7a8c05ad5547d522e7dbe62c83d838d3906a3716d1478b6c1d61388d"},
  1287. {file = "typed_ast-1.5.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:7d5d014b7daa8b0bf2eaef684295acae12b036d79f54178b92a2b6a56f92278f"},
  1288. {file = "typed_ast-1.5.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:370788a63915e82fd6f212865a596a0fefcbb7d408bbbb13dea723d971ed8bdc"},
  1289. {file = "typed_ast-1.5.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:4e964b4ff86550a7a7d56345c7864b18f403f5bd7380edf44a3c1fb4ee7ac6c6"},
  1290. {file = "typed_ast-1.5.4-cp38-cp38-win_amd64.whl", hash = "sha256:683407d92dc953c8a7347119596f0b0e6c55eb98ebebd9b23437501b28dcbb8e"},
  1291. {file = "typed_ast-1.5.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4879da6c9b73443f97e731b617184a596ac1235fe91f98d279a7af36c796da35"},
  1292. {file = "typed_ast-1.5.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3e123d878ba170397916557d31c8f589951e353cc95fb7f24f6bb69adc1a8a97"},
  1293. {file = "typed_ast-1.5.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ebd9d7f80ccf7a82ac5f88c521115cc55d84e35bf8b446fcd7836eb6b98929a3"},
  1294. {file = "typed_ast-1.5.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98f80dee3c03455e92796b58b98ff6ca0b2a6f652120c263efdba4d6c5e58f72"},
  1295. {file = "typed_ast-1.5.4-cp39-cp39-win_amd64.whl", hash = "sha256:0fdbcf2fef0ca421a3f5912555804296f0b0960f0418c440f5d6d3abb549f3e1"},
  1296. {file = "typed_ast-1.5.4.tar.gz", hash = "sha256:39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2"},
  1297. ]
  1298. typing-extensions = []
  1299. unidecode = [
  1300. {file = "Unidecode-1.3.4-py3-none-any.whl", hash = "sha256:afa04efcdd818a93237574791be9b2817d7077c25a068b00f8cff7baa4e59257"},
  1301. {file = "Unidecode-1.3.4.tar.gz", hash = "sha256:8e4352fb93d5a735c788110d2e7ac8e8031eb06ccbfe8d324ab71735015f9342"},
  1302. ]
  1303. urllib3 = []
  1304. virtualenv = []
  1305. wcwidth = [
  1306. {file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
  1307. {file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"},
  1308. ]
  1309. wrapt = [
  1310. {file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"},
  1311. {file = "wrapt-1.14.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:903500616422a40a98a5a3c4ff4ed9d0066f3b4c951fa286018ecdf0750194ef"},
  1312. {file = "wrapt-1.14.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5a9a0d155deafd9448baff28c08e150d9b24ff010e899311ddd63c45c2445e28"},
  1313. {file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:ddaea91abf8b0d13443f6dac52e89051a5063c7d014710dcb4d4abb2ff811a59"},
  1314. {file = "wrapt-1.14.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:36f582d0c6bc99d5f39cd3ac2a9062e57f3cf606ade29a0a0d6b323462f4dd87"},
  1315. {file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:7ef58fb89674095bfc57c4069e95d7a31cfdc0939e2a579882ac7d55aadfd2a1"},
  1316. {file = "wrapt-1.14.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:e2f83e18fe2f4c9e7db597e988f72712c0c3676d337d8b101f6758107c42425b"},
  1317. {file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:ee2b1b1769f6707a8a445162ea16dddf74285c3964f605877a20e38545c3c462"},
  1318. {file = "wrapt-1.14.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:833b58d5d0b7e5b9832869f039203389ac7cbf01765639c7309fd50ef619e0b1"},
  1319. {file = "wrapt-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:80bb5c256f1415f747011dc3604b59bc1f91c6e7150bd7db03b19170ee06b320"},
  1320. {file = "wrapt-1.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:07f7a7d0f388028b2df1d916e94bbb40624c59b48ecc6cbc232546706fac74c2"},
  1321. {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:02b41b633c6261feff8ddd8d11c711df6842aba629fdd3da10249a53211a72c4"},
  1322. {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2fe803deacd09a233e4762a1adcea5db5d31e6be577a43352936179d14d90069"},
  1323. {file = "wrapt-1.14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:257fd78c513e0fb5cdbe058c27a0624c9884e735bbd131935fd49e9fe719d310"},
  1324. {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4fcc4649dc762cddacd193e6b55bc02edca674067f5f98166d7713b193932b7f"},
  1325. {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:11871514607b15cfeb87c547a49bca19fde402f32e2b1c24a632506c0a756656"},
  1326. {file = "wrapt-1.14.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8ad85f7f4e20964db4daadcab70b47ab05c7c1cf2a7c1e51087bfaa83831854c"},
  1327. {file = "wrapt-1.14.1-cp310-cp310-win32.whl", hash = "sha256:a9a52172be0b5aae932bef82a79ec0a0ce87288c7d132946d645eba03f0ad8a8"},
  1328. {file = "wrapt-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:6d323e1554b3d22cfc03cd3243b5bb815a51f5249fdcbb86fda4bf62bab9e164"},
  1329. {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:43ca3bbbe97af00f49efb06e352eae40434ca9d915906f77def219b88e85d907"},
  1330. {file = "wrapt-1.14.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6b1a564e6cb69922c7fe3a678b9f9a3c54e72b469875aa8018f18b4d1dd1adf3"},
  1331. {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:00b6d4ea20a906c0ca56d84f93065b398ab74b927a7a3dbd470f6fc503f95dc3"},
  1332. {file = "wrapt-1.14.1-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:a85d2b46be66a71bedde836d9e41859879cc54a2a04fad1191eb50c2066f6e9d"},
  1333. {file = "wrapt-1.14.1-cp35-cp35m-win32.whl", hash = "sha256:dbcda74c67263139358f4d188ae5faae95c30929281bc6866d00573783c422b7"},
  1334. {file = "wrapt-1.14.1-cp35-cp35m-win_amd64.whl", hash = "sha256:b21bb4c09ffabfa0e85e3a6b623e19b80e7acd709b9f91452b8297ace2a8ab00"},
  1335. {file = "wrapt-1.14.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9e0fd32e0148dd5dea6af5fee42beb949098564cc23211a88d799e434255a1f4"},
  1336. {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9736af4641846491aedb3c3f56b9bc5568d92b0692303b5a305301a95dfd38b1"},
  1337. {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b02d65b9ccf0ef6c34cba6cf5bf2aab1bb2f49c6090bafeecc9cd81ad4ea1c1"},
  1338. {file = "wrapt-1.14.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21ac0156c4b089b330b7666db40feee30a5d52634cc4560e1905d6529a3897ff"},
  1339. {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:9f3e6f9e05148ff90002b884fbc2a86bd303ae847e472f44ecc06c2cd2fcdb2d"},
  1340. {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:6e743de5e9c3d1b7185870f480587b75b1cb604832e380d64f9504a0535912d1"},
  1341. {file = "wrapt-1.14.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:d79d7d5dc8a32b7093e81e97dad755127ff77bcc899e845f41bf71747af0c569"},
  1342. {file = "wrapt-1.14.1-cp36-cp36m-win32.whl", hash = "sha256:81b19725065dcb43df02b37e03278c011a09e49757287dca60c5aecdd5a0b8ed"},
  1343. {file = "wrapt-1.14.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b014c23646a467558be7da3d6b9fa409b2c567d2110599b7cf9a0c5992b3b471"},
  1344. {file = "wrapt-1.14.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:88bd7b6bd70a5b6803c1abf6bca012f7ed963e58c68d76ee20b9d751c74a3248"},
  1345. {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5901a312f4d14c59918c221323068fad0540e34324925c8475263841dbdfe68"},
  1346. {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d77c85fedff92cf788face9bfa3ebaa364448ebb1d765302e9af11bf449ca36d"},
  1347. {file = "wrapt-1.14.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d649d616e5c6a678b26d15ece345354f7c2286acd6db868e65fcc5ff7c24a77"},
  1348. {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7d2872609603cb35ca513d7404a94d6d608fc13211563571117046c9d2bcc3d7"},
  1349. {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:ee6acae74a2b91865910eef5e7de37dc6895ad96fa23603d1d27ea69df545015"},
  1350. {file = "wrapt-1.14.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2b39d38039a1fdad98c87279b48bc5dce2c0ca0d73483b12cb72aa9609278e8a"},
  1351. {file = "wrapt-1.14.1-cp37-cp37m-win32.whl", hash = "sha256:60db23fa423575eeb65ea430cee741acb7c26a1365d103f7b0f6ec412b893853"},
  1352. {file = "wrapt-1.14.1-cp37-cp37m-win_amd64.whl", hash = "sha256:709fe01086a55cf79d20f741f39325018f4df051ef39fe921b1ebe780a66184c"},
  1353. {file = "wrapt-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:8c0ce1e99116d5ab21355d8ebe53d9460366704ea38ae4d9f6933188f327b456"},
  1354. {file = "wrapt-1.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:e3fb1677c720409d5f671e39bac6c9e0e422584e5f518bfd50aa4cbbea02433f"},
  1355. {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:642c2e7a804fcf18c222e1060df25fc210b9c58db7c91416fb055897fc27e8cc"},
  1356. {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b7c050ae976e286906dd3f26009e117eb000fb2cf3533398c5ad9ccc86867b1"},
  1357. {file = "wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef3f72c9666bba2bab70d2a8b79f2c6d2c1a42a7f7e2b0ec83bb2f9e383950af"},
  1358. {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:01c205616a89d09827986bc4e859bcabd64f5a0662a7fe95e0d359424e0e071b"},
  1359. {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:5a0f54ce2c092aaf439813735584b9537cad479575a09892b8352fea5e988dc0"},
  1360. {file = "wrapt-1.14.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:2cf71233a0ed05ccdabe209c606fe0bac7379fdcf687f39b944420d2a09fdb57"},
  1361. {file = "wrapt-1.14.1-cp38-cp38-win32.whl", hash = "sha256:aa31fdcc33fef9eb2552cbcbfee7773d5a6792c137b359e82879c101e98584c5"},
  1362. {file = "wrapt-1.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:d1967f46ea8f2db647c786e78d8cc7e4313dbd1b0aca360592d8027b8508e24d"},
  1363. {file = "wrapt-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3232822c7d98d23895ccc443bbdf57c7412c5a65996c30442ebe6ed3df335383"},
  1364. {file = "wrapt-1.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:988635d122aaf2bdcef9e795435662bcd65b02f4f4c1ae37fbee7401c440b3a7"},
  1365. {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9cca3c2cdadb362116235fdbd411735de4328c61425b0aa9f872fd76d02c4e86"},
  1366. {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d52a25136894c63de15a35bc0bdc5adb4b0e173b9c0d07a2be9d3ca64a332735"},
  1367. {file = "wrapt-1.14.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40e7bc81c9e2b2734ea4bc1aceb8a8f0ceaac7c5299bc5d69e37c44d9081d43b"},
  1368. {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:b9b7a708dd92306328117d8c4b62e2194d00c365f18eff11a9b53c6f923b01e3"},
  1369. {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:6a9a25751acb379b466ff6be78a315e2b439d4c94c1e99cb7266d40a537995d3"},
  1370. {file = "wrapt-1.14.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:34aa51c45f28ba7f12accd624225e2b1e5a3a45206aa191f6f9aac931d9d56fe"},
  1371. {file = "wrapt-1.14.1-cp39-cp39-win32.whl", hash = "sha256:dee0ce50c6a2dd9056c20db781e9c1cfd33e77d2d569f5d1d9321c641bb903d5"},
  1372. {file = "wrapt-1.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:dee60e1de1898bde3b238f18340eec6148986da0455d8ba7848d50470a7a32fb"},
  1373. {file = "wrapt-1.14.1.tar.gz", hash = "sha256:380a85cf89e0e69b7cfbe2ea9f765f004ff419f34194018a6827ac0e3edfed4d"},
  1374. ]
  1375. zipp = []