Skip to content

Commit

Permalink
updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Aug 15, 2023
1 parent d579548 commit ac24569
Show file tree
Hide file tree
Showing 132 changed files with 8,474 additions and 8,427 deletions.
86 changes: 20 additions & 66 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,66 +1,20 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
venv/
.venv/
.python-version
.pytest_cache

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

#Ipython Notebook
.ipynb_checkpoints
/blib/
/.build/
_build/
cover_db/
inc/
Build
!Build/
Build.bat
.last_cover_stats
/Makefile
/Makefile.old
/MANIFEST.bak
/META.yml
/META.json
/MYMETA.*
nytprof.out
/pm_to_blib
*.o
*.bs
/_eumm/
109 changes: 47 additions & 62 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
.github/workflows/python.yml
.gitignore
.gitlab-ci.yml
.openapi-generator-ignore
.travis.yml
README.md
bin/autodoc
docs/BlockingApi.md
docs/DenyRuleNew.md
docs/DenyRuleRecord.md
docs/DenyRuleRecordAllOf.md
docs/EmailAddress.md
docs/EmailAddressName.md
docs/GenericResponse.md
docs/GetMailOrders401Response.md
docs/GetStats200ResponseInner.md
docs/HistoryApi.md
docs/MailAttachment.md
docs/MailBlockClickHouse.md
docs/MailBlockRspamd.md
docs/MailBlocks.md
Expand All @@ -26,61 +24,48 @@ docs/SendingApi.md
docs/ServicesApi.md
docs/StatusApi.md
git_push.sh
openapi_client/__init__.py
openapi_client/api/__init__.py
openapi_client/api/blocking_api.py
openapi_client/api/history_api.py
openapi_client/api/sending_api.py
openapi_client/api/services_api.py
openapi_client/api/status_api.py
openapi_client/api_client.py
openapi_client/api_response.py
openapi_client/configuration.py
openapi_client/exceptions.py
openapi_client/models/__init__.py
openapi_client/models/deny_rule_new.py
openapi_client/models/deny_rule_record.py
openapi_client/models/email_address.py
openapi_client/models/email_address_name.py
openapi_client/models/generic_response.py
openapi_client/models/get_mail_orders401_response.py
openapi_client/models/get_stats200_response_inner.py
openapi_client/models/mail_attachment.py
openapi_client/models/mail_block_click_house.py
openapi_client/models/mail_block_rspamd.py
openapi_client/models/mail_blocks.py
openapi_client/models/mail_log.py
openapi_client/models/mail_log_entry.py
openapi_client/models/mail_order.py
openapi_client/models/send_mail.py
openapi_client/models/send_mail_adv.py
openapi_client/py.typed
openapi_client/rest.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_blocking_api.py
test/test_deny_rule_new.py
test/test_deny_rule_record.py
test/test_email_address.py
test/test_email_address_name.py
test/test_generic_response.py
test/test_get_mail_orders401_response.py
test/test_get_stats200_response_inner.py
test/test_history_api.py
test/test_mail_attachment.py
test/test_mail_block_click_house.py
test/test_mail_block_rspamd.py
test/test_mail_blocks.py
test/test_mail_log.py
test/test_mail_log_entry.py
test/test_mail_order.py
test/test_send_mail.py
test/test_send_mail_adv.py
test/test_sending_api.py
test/test_services_api.py
test/test_status_api.py
tox.ini
lib/OpenAPIClient/ApiClient.pm
lib/OpenAPIClient/ApiFactory.pm
lib/OpenAPIClient/BlockingApi.pm
lib/OpenAPIClient/Configuration.pm
lib/OpenAPIClient/HistoryApi.pm
lib/OpenAPIClient/Object/DenyRuleNew.pm
lib/OpenAPIClient/Object/DenyRuleRecord.pm
lib/OpenAPIClient/Object/DenyRuleRecordAllOf.pm
lib/OpenAPIClient/Object/EmailAddress.pm
lib/OpenAPIClient/Object/GenericResponse.pm
lib/OpenAPIClient/Object/GetMailOrders401Response.pm
lib/OpenAPIClient/Object/GetStats200ResponseInner.pm
lib/OpenAPIClient/Object/MailBlockClickHouse.pm
lib/OpenAPIClient/Object/MailBlockRspamd.pm
lib/OpenAPIClient/Object/MailBlocks.pm
lib/OpenAPIClient/Object/MailLog.pm
lib/OpenAPIClient/Object/MailLogEntry.pm
lib/OpenAPIClient/Object/MailOrder.pm
lib/OpenAPIClient/Object/SendMail.pm
lib/OpenAPIClient/Object/SendMailAdv.pm
lib/OpenAPIClient/Role.pm
lib/OpenAPIClient/Role/AutoDoc.pm
lib/OpenAPIClient/SendingApi.pm
lib/OpenAPIClient/ServicesApi.pm
lib/OpenAPIClient/StatusApi.pm
t/BlockingApiTest.t
t/DenyRuleNewTest.t
t/DenyRuleRecordAllOfTest.t
t/DenyRuleRecordTest.t
t/EmailAddressTest.t
t/GenericResponseTest.t
t/GetMailOrders401ResponseTest.t
t/GetStats200ResponseInnerTest.t
t/HistoryApiTest.t
t/MailBlockClickHouseTest.t
t/MailBlockRspamdTest.t
t/MailBlocksTest.t
t/MailLogEntryTest.t
t/MailLogTest.t
t/MailOrderTest.t
t/SendMailAdvTest.t
t/SendMailTest.t
t/SendingApiTest.t
t/ServicesApiTest.t
t/StatusApiTest.t
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.0-SNAPSHOT
6.6.0
26 changes: 9 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# ref: https://docs.travis-ci.com/user/languages/python
language: python
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
# uncomment the following if needed
#- "3.11-dev" # 3.11 development branch
#- "nightly" # nightly build
# command to install dependencies
install:
- "pip install -r requirements.txt"
- "pip install -r test-requirements.txt"
# command to run tests
script: pytest --cov=openapi_client
# https://docs.travis-ci.com/user/languages/perl/
#

language: perl

perl:
- "5.28"

sudo: false
Loading

0 comments on commit ac24569

Please sign in to comment.