Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dbluhm
/
openapi-python-client
Public
forked from
openapi-generators/openapi-python-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
openapi-python-client
openapi_python_client
__init__.py
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 16, 2021
fix: Prevent generating Python files named the same as reserved / key words.
dbanty
committed
a95fa64
View commit details
Copy full SHA for a95fa64
View code at this point
Browse repository at this point
feat: Expose `python_identifier` and `class_name` functions to custom templates to rename with the same behavior as the parser.
dbanty
committed
8b2849d
View commit details
Copy full SHA for 8b2849d
View code at this point
Browse repository at this point
ci: Add Pylint (#472)
Show description for fc39b40
dbanty
authored
fc39b40
View commit details
Copy full SHA for fc39b40
View code at this point
Browse repository at this point
Commits on Jun 28, 2021
feat: Allow custom templates for API and endpoint `__init__` files. [#442] Thanks @p1-ra!
Show description for 605c246
3 people
authored
605c246
View commit details
Copy full SHA for 605c246
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
style: Update Black (#394)
Show description for 1136487
dbanty
authored
1136487
View commit details
Copy full SHA for 1136487
View code at this point
Browse repository at this point
Commits on Apr 12, 2021
fix!: Change reference resolution to use reference path instead of class name (fixes #342) (#366)
Show description for b719316
dbanty
authored
b719316
View commit details
Copy full SHA for b719316
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
feat: Add --file-encoding CLI option (#330)
Show description for 7f8d10e
dongfangtianyu
and
emann
authored
7f8d10e
View commit details
Copy full SHA for 7f8d10e
View code at this point
Browse repository at this point
Commits on Feb 12, 2021
fix: Sanitize endpoint tags during parsing (#328)
Show description for d535bd0
3 people
authored
d535bd0
View commit details
Copy full SHA for d535bd0
View code at this point
Browse repository at this point
Commits on Feb 1, 2021
refactor: Renamed all templates to end in .jinja to resolve issues with latest mypy. (#320)
dbanty
authored
d76bae8
View commit details
Copy full SHA for d76bae8
View code at this point
Browse repository at this point
Commits on Jan 5, 2021
feat: Added ability to generate clients with no metadata or setup.py. Closes #120 (#275)
dbanty
authored
5625dde
View commit details
Copy full SHA for 5625dde
View code at this point
Browse repository at this point
Commits on Dec 21, 2020
Fix additionalProperty Union spacing and construction (#266) (#273)
Show description for 20eed9e
dbanty
and
packyg
authored
20eed9e
View commit details
Copy full SHA for 20eed9e
View code at this point
Browse repository at this point
Commits on Nov 20, 2020
Add `pascalcase` jinja filter (#246)
fyhertz
authored
d0c60f5
View commit details
Copy full SHA for d0c60f5
View code at this point
Browse repository at this point
Commits on Nov 10, 2020
Support inline object schemas (#236)
Show description for b3f13a0
dbanty
and
emann
authored
b3f13a0
View commit details
Copy full SHA for b3f13a0
View code at this point
Browse repository at this point
Commits on Nov 4, 2020
Added CHANGELOG entry for #231, updated formatting and fixed some typing errors.
dbanty
committed
b8f7722
View commit details
Copy full SHA for b8f7722
View code at this point
Browse repository at this point
Support custom templates (#231)
Show description for 3cd8a65
erichulburd
authored
3cd8a65
View commit details
Copy full SHA for 3cd8a65
View code at this point
Browse repository at this point
Commits on Nov 3, 2020
Prevent autoflake to clean imports in module init files (#233)
Show description for 381328f
dbanty
and
fyhertz
authored
381328f
View commit details
Copy full SHA for 381328f
View code at this point
Browse repository at this point
Add a setting to override the package version (#232)
Show description for ef04aa3
dbanty
and
fyhertz
authored
ef04aa3
View commit details
Copy full SHA for ef04aa3
View code at this point
Browse repository at this point
Commits on Sep 26, 2020
Added autoflake to generation and cleaned up a couple of flake8 issues. Closes #138
dbanty
committed
e8efab6
View commit details
Copy full SHA for e8efab6
View code at this point
Browse repository at this point
Commits on Sep 6, 2020
Add support for Python 3.6 (fixes #154 & #137). Also add support for IntEnum properties.
dbanty
committed
a0ba0e7
View commit details
Copy full SHA for a0ba0e7
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
Added detailed response functions, updated Black version.
dbanty
committed
f385be8
View commit details
Copy full SHA for f385be8
View code at this point
Browse repository at this point
Commits on Aug 24, 2020
Convert generated clients to new API.
dbanty
committed
94f6210
View commit details
Copy full SHA for 94f6210
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Merge pull request from GHSA-9x4c-63pf-525f
Show description for f7a56aa
emann
and
dbanty
authored
f7a56aa
View commit details
Copy full SHA for f7a56aa
View code at this point
Browse repository at this point
Merge pull request from GHSA-7wgr-7666-7pwj
Show description for 3e7dfae
dbanty
and
emann
authored
3e7dfae
View commit details
Copy full SHA for 3e7dfae
View code at this point
Browse repository at this point
Commits on Aug 11, 2020
Feature/support header parameters (#148)
Show description for 86c7de8
emann
authored
86c7de8
View commit details
Copy full SHA for 86c7de8
View code at this point
Browse repository at this point
Commits on Aug 6, 2020
Allow overriding generated package/project names (#133)
Show description for 3227f78
emann
authored
3227f78
View commit details
Copy full SHA for 3227f78
View code at this point
Browse repository at this point
Use OpenAPI doc version as generated client version (#135)
Show description for 9587f59
emann
authored
9587f59
View commit details
Copy full SHA for 9587f59
View code at this point
Browse repository at this point
Commits on Aug 5, 2020
Better error handling when fetching documents (#128)
dbanty
committed
3ecda49
View commit details
Copy full SHA for 3ecda49
View code at this point
Browse repository at this point
Improve error message when OpenAPI document fails validation (closes #129)
dbanty
committed
3cca302
View commit details
Copy full SHA for 3cca302
View code at this point
Browse repository at this point
Add support for YAML documents (#111)
dbanty
committed
8c44367
View commit details
Copy full SHA for 8c44367
View code at this point
Browse repository at this point
Commits on Aug 1, 2020
Make error handling more robust (#107).
Show description for 3afa089
dbanty
committed
3afa089
View commit details
Copy full SHA for 3afa089
View code at this point
Browse repository at this point
Commits on Jul 23, 2020
Rename Schema class to Model to disambiguate with OpenAPI term
dbanty
committed
faba196
View commit details
Copy full SHA for faba196
View code at this point
Browse repository at this point
Switch OpenAPI parsing to use openapi-schema-pydantic
dbanty
committed
c4bc824
View commit details
Copy full SHA for c4bc824
View code at this point
Browse repository at this point
Commits on Jul 10, 2020
Change raise -> elif to raise -> if
dbanty
committed
e578ed7
View commit details
Copy full SHA for e578ed7
View code at this point
Browse repository at this point
Commits on Jul 8, 2020
Bump isort from 4.3.21 to 5.0.5 (#78)
Show description for a37e97d
dependabot-preview[bot]
and
dbanty
authored
a37e97d
View commit details
Copy full SHA for a37e97d
View code at this point
Browse repository at this point
Commits on Jun 2, 2020
Add support & testing for Python 3.7
dbanty
committed
347cf10
View commit details
Copy full SHA for 347cf10
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.