1
- # python-codeforces
2
1
3
- [ ![ Documentation Status] ( https://readthedocs.org/projects/python-codeforces/badge/?version=latest )] ( https://python-codeforces.readthedocs.io/en/latest/?badge=latest )
4
- [ ![ Build Status] ( https://travis-ci.com/Mukundan314/python-codeforces.svg?branch=master )] ( https://travis-ci.com/Mukundan314/python-codeforces )
5
- [ ![ Supported Python
6
- versions] ( https://img.shields.io/pypi/pyversions/python-codeforces.svg )] ( https://pypi.org/project/tox/ )
2
+ <h1 align =" center " > python-codeforces</h1 >
7
3
8
- Codeforces API wrapper for python
4
+ <div align =" center " >
5
+ <strong >Codeforces API wrapper for python</strong >
6
+ </div >
9
7
10
- ## Installation
8
+ <br />
9
+
10
+ <div align =" center " >
11
+ <a href =" https://python-codeforces.readthedocs.io/en/latest/?badge=latest " >
12
+ <img alt="Documentation Status" src="https://readthedocs.org/projects/python-codeforces/badge/?version=latest" />
13
+ </a >
14
+ <a href =" https://travis-ci.com/Mukundan314/python-codeforces " >
15
+ <img alt="Build Status" src="https://travis-ci.com/Mukundan314/python-codeforces.svg?branch=master" />
16
+ </a >
17
+ <a href =" https://pypi.org/project/python-codeforces/ " >
18
+ <img alt="Supported Python versions" src="https://img.shields.io/pypi/pyversions/python-codeforces.svg" />
19
+ </a >
20
+ </div >
21
+
22
+ ---
23
+
24
+ ### Installation
11
25
12
26
#### Using ` pip `
13
27
@@ -31,7 +45,7 @@ cd python-codeforces
31
45
pip install -e .
32
46
```
33
47
34
- ## Using ` cf-run `
48
+ ### Using ` cf-run `
35
49
36
50
``` shell
37
51
cf-run [contestId] [index] [program]
@@ -46,7 +60,7 @@ A. Roman and Browser
46
60
time limit per test: 1 second
47
61
memory limit per test: 256 megabytes
48
62
49
- --------------------------------------------------------------------------------
63
+ --------------------------------------------------------------------------------
50
64
51
65
Time: 16 ms
52
66
@@ -60,7 +74,7 @@ Participant's output
60
74
Jury's answer
61
75
2
62
76
63
- --------------------------------------------------------------------------------
77
+ --------------------------------------------------------------------------------
64
78
65
79
Time: 19 ms
66
80
@@ -75,10 +89,10 @@ Jury's answer
75
89
9
76
90
```
77
91
78
- ## Documentation
92
+ ### Documentation
79
93
80
94
Documentation can be found at https://python-codeforces.readthedocs.io/en/latest/
81
95
82
- ## License
96
+ ### License
83
97
84
98
See [ LICENSE] ( LICENSE ) .
0 commit comments