Skip to content

Commit 436a966

Browse files
Dylan AnthonyDylan Anthony
Dylan Anthony
authored and
Dylan Anthony
committed
Add pepy download stats to README. Use Prettier to clean up MD files.
1 parent 381328f commit 436a966

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

CODE_OF_CONDUCT.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
30-
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
- Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
3333

3434
## Our Responsibilities
3535

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[![triaxtec](https://circleci.com/gh/triaxtec/openapi-python-client.svg?style=svg)](https://circleci.com/gh/triaxtec/openapi-python-client)
22
[![codecov](https://codecov.io/gh/triaxtec/openapi-python-client/branch/main/graph/badge.svg)](https://codecov.io/gh/triaxtec/openapi-python-client)
3-
[![PyPI version shields.io](https://img.shields.io/pypi/v/openapi-python-client.svg)](https://pypi.python.org/pypi/openapi-python-client/)
43
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
54
[![Generic badge](https://img.shields.io/badge/type_checked-mypy-informational.svg)](https://mypy.readthedocs.io/en/stable/introduction.html)
65
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
6+
[![PyPI version shields.io](https://img.shields.io/pypi/v/openapi-python-client.svg)](https://pypi.python.org/pypi/openapi-python-client/)
7+
[![Downloads](https://static.pepy.tech/personalized-badge/openapi-python-client?period=total&units=international_system&left_color=blue&right_color=green&left_text=Downloads)](https://pepy.tech/project/openapi-python-client)
78

89
# openapi-python-client
910

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Only the latest release is currently supported, we will not be backporting fixes
66

77
## Reporting a Vulnerability
88

9-
If you've discovered a vulnerability in this project, please report it to Dylan Anthony at [email protected]. I will create an advisory and add you
9+
If you've discovered a vulnerability in this project, please report it to Dylan Anthony at [email protected]. I will create an advisory and add you
1010
to the discussion / credit you with discovery.
1111

1212
It's better not to create an issue in the repository unless it's already actively being exploited.

usage.md

+16-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `openapi-python-client`
22

3-
Generate a Python client from an OpenAPI JSON document
3+
Generate a Python client from an OpenAPI JSON document
44

55
**Usage**:
66

@@ -10,20 +10,20 @@ $ openapi-python-client [OPTIONS] COMMAND [ARGS]...
1010

1111
**Options**:
1212

13-
* `--version`: Print the version and exit
14-
* `--config PATH`: Path to the config file to use
15-
* `--install-completion`: Install completion for the current shell.
16-
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
17-
* `--help`: Show this message and exit.
13+
- `--version`: Print the version and exit
14+
- `--config PATH`: Path to the config file to use
15+
- `--install-completion`: Install completion for the current shell.
16+
- `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
17+
- `--help`: Show this message and exit.
1818

1919
**Commands**:
2020

21-
* `generate`: Generate a new OpenAPI Client library
22-
* `update`: Update an existing OpenAPI Client library
21+
- `generate`: Generate a new OpenAPI Client library
22+
- `update`: Update an existing OpenAPI Client library
2323

2424
## `openapi-python-client generate`
2525

26-
Generate a new OpenAPI Client library
26+
Generate a new OpenAPI Client library
2727

2828
**Usage**:
2929

@@ -33,13 +33,13 @@ $ openapi-python-client generate [OPTIONS]
3333

3434
**Options**:
3535

36-
* `--url TEXT`: A URL to read the JSON from
37-
* `--path PATH`: A path to the JSON file
38-
* `--help`: Show this message and exit.
36+
- `--url TEXT`: A URL to read the JSON from
37+
- `--path PATH`: A path to the JSON file
38+
- `--help`: Show this message and exit.
3939

4040
## `openapi-python-client update`
4141

42-
Update an existing OpenAPI Client library
42+
Update an existing OpenAPI Client library
4343

4444
**Usage**:
4545

@@ -49,7 +49,6 @@ $ openapi-python-client update [OPTIONS]
4949

5050
**Options**:
5151

52-
* `--url TEXT`: A URL to read the JSON from
53-
* `--path PATH`: A path to the JSON file
54-
* `--help`: Show this message and exit.
55-
52+
- `--url TEXT`: A URL to read the JSON from
53+
- `--path PATH`: A path to the JSON file
54+
- `--help`: Show this message and exit.

0 commit comments

Comments
 (0)