Merge branch 'develop' into session_storage · NotFoundError/pyrogram@142d5ab · GitHub
Skip to content

Commit 142d5ab

Browse files
committed
Merge branch 'develop' into session_storage
# Conflicts: # pyrogram/client/client.py # pyrogram/client/ext/base_client.py # pyrogram/client/ext/syncer.py # pyrogram/client/methods/contacts/get_contacts.py
2 parents 952f062 + 80d8443 commit 142d5ab

313 files changed

Lines changed: 9181 additions & 4941 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODE_OF_CONDUCT.md

Lines changed: 76 additions & 0 deletions

.github/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# How to Contribute

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: delivrance
2+
custom: https://docs.pyrogram.org/support-pyrogram
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Bug Report
3+
about: Create a bug report affecting the library
4+
labels: "bug"
5+
---
6+
7+
<!-- WARNING: Ignoring this template could lead to the issue being closed as incomplete -->
8+
9+
## Checklist
10+
- [ ] I am sure the error is coming from Pyrogram's code and not elsewhere.
11+
- [ ] I have searched in the issue tracker for similar bug reports, including closed ones.
12+
- [ ] I ran `pip3 install -U https://github.com/pyrogram/pyrogram/archive/develop.zip` and reproduced the issue using the latest development version.
13+
14+
## Description
15+
A clear and concise description of the problem.
16+
17+
## Steps to Reproduce
18+
[A minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example).
19+
20+
## Traceback
21+
The full traceback (if applicable).
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Feature Request
3+
about: Suggest ideas, new features or enhancements
4+
labels: "enhancement"
5+
---
6+
7+
<!-- WARNING: Ignoring this template could lead to the issue being closed as incomplete -->
8+
9+
## Checklist
10+
- [ ] I believe the idea is awesome and would benefit the library.
11+
- [ ] I have searched in the issue tracker for similar requests, including closed ones.
12+
13+
## Description
14+
A detailed description of the request.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Ask Question
3+
about: Ask a Pyrogram related question
4+
title: For Q&A purposes, please read this template body
5+
labels: "question"
6+
---
7+
8+
<!-- WARNING: Ignoring this template could lead to the issue being closed as incomplete -->
9+
10+
# Important
11+
This place is for issues about Pyrogram, it's **not a forum**.
12+
13+
If you'd like to post a question, please move to https://stackoverflow.com or join the Telegram community at https://t.me/pyrogram. Useful information on how to ask good questions can be found here: https://stackoverflow.com/help/how-to-ask.
14+
15+
Thanks.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
config.ini
44

55
# Pyrogram generated code
6-
pyrogram/api/errors/exceptions/
6+
pyrogram/errors/exceptions/
77
pyrogram/api/functions/
88
pyrogram/api/types/
99
pyrogram/api/all.py

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Include
2-
include COPYING COPYING.lesser NOTICE requirements.txt
2+
include README.md COPYING COPYING.lesser NOTICE requirements.txt
33
recursive-include compiler *.py *.tl *.tsv *.txt
4+
recursive-include pyrogram mime.types
45

56
## Exclude
67
prune pyrogram/api/errors/exceptions

README.md

Lines changed: 85 additions & 0 deletions

README.rst

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)