Contents Menu Expand Light mode Dark mode Auto light/dark mode
yxr-codeforces-core 0.0.2.3 documentation
yxr-codeforces-core 0.0.2.3 documentation

Contents:

  • User
    • Install
    • Examples
    • About
  • Developer
    • Install
    • Doc
    • Debug
    • Lint
    • Auto Test
    • Publish
  • yxr-codeforces-core
    • codeforces_core package
      • codeforces_core.interfaces package
Back to top

Developer#

Menu#

  • Install
    • Clone
    • Setup venv
    • Enable venv
    • Install dependencies
    • Build
    • .vscode config
  • Doc
    • Generate static html doc
    • Live doc
    • rst Examples
  • Debug
  • Lint
  • Auto Test
    • Coverage test
    • Static type test
    • Static gen
  • Publish

Lib in use#

  • requests for simulation of the request

  • BeatufulSoup4 and lxml for parse html

  • yapf for code linting

  • dataclasses and dataclasses-json for transform between class and dict

  • Sphinx for automatically generate documentation

Next
Install
Previous
About
Copyright © 2023, YeXiaoRain
Made with Sphinx and @pradyunsg's Furo
On this page
  • Developer
    • Menu
    • Lib in use