Contents Menu Expand Light mode Dark mode Auto light/dark mode
yxr-atcoder-core 0.0.3.3 documentation
yxr-atcoder-core 0.0.3.3 documentation

Contents:

  • User
    • Install
    • http instance
    • Examples
  • Developer
    • Install
    • Doc
    • Debug
    • Lint
    • Auto Test
    • rst Examples
    • Publish
  • ac_core
    • ac_core package
      • ac_core.interfaces package
      • ac_core.modal package
      • ac_core.utils package
Back to top

Developer#

Menu#

  • Install
    • Clone
    • Setup venv
    • Enable venv
    • Install dependencies
    • Build
  • Doc
    • Generate static html doc
    • Live doc
  • Debug
  • Lint
  • Auto Test
    • Coverage test
    • Coverage report
    • Static type test
    • Static gen
  • rst Examples
  • 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
Examples
Copyright © 2023, Cro-Marmot
Made with Sphinx and @pradyunsg's Furo
On this page
  • Developer
    • Menu
    • Lib in use