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
Type
/
to 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 }}
iCodeTechnologies
/
shopify_python_api
Public
forked from
Shopify/shopify_python_api
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
shopify_python_api
setup.py
on
patch-1
User selector
All users
All time
Commit history
Commits on Oct 15, 2021
Drop Python 2 support
andyw8
committed
4991e6c
View commit details
Copy full SHA for 4991e6c
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
Add shopify/utils to setup.py
NabeelAhsen
committed
e270654
View commit details
Copy full SHA for e270654
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
Create SessionTokenUtility object to decode a session token
Show description for e5e522e
NabeelAhsen
committed
e5e522e
View commit details
Copy full SHA for e5e522e
View code at this point
Browse repository at this point
Commits on Mar 1, 2021
Run black to format all quotes
Paulinakhew
committed
7aa4b4b
View commit details
Copy full SHA for 7aa4b4b
View code at this point
Browse repository at this point
Commits on Feb 24, 2021
Add black hook and run on all files
Paulinakhew
committed
1642f2b
View commit details
Copy full SHA for 1642f2b
View code at this point
Browse repository at this point
Commits on Feb 22, 2021
Run autopep8 on all files
Paulinakhew
committed
4875ddc
View commit details
Copy full SHA for 4875ddc
View code at this point
Browse repository at this point
Commits on Feb 10, 2021
Add in 3.8
Melanie Wang
committed
5095cad
View commit details
Copy full SHA for 5095cad
View code at this point
Browse repository at this point
Commits on Feb 5, 2021
Add python 3.9 support
Melanie Wang
committed
7a26197
View commit details
Copy full SHA for 7a26197
View code at this point
Browse repository at this point
Commits on Jan 21, 2020
Cursor Pagination
emdemir
authored and
Tim Anema
committed
164c7e2
View commit details
Copy full SHA for 164c7e2
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
Add collection listing resource
Show description for 8dd2409
jamiemtdwyer
committed
8dd2409
View commit details
Copy full SHA for 8dd2409
View code at this point
Browse repository at this point
Commits on Jul 6, 2017
Add support for Python 3.6 in setup.py
Ismael Serratos
committed
2af9437
View commit details
Copy full SHA for 2af9437
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
Add tox for testing and Python 3.5 test support
Show description for 1c69b32
bennylope
committed
1c69b32
View commit details
Copy full SHA for 1c69b32
View code at this point
Browse repository at this point
Commits on Aug 4, 2015
Release v2.1.5
Kevin Hughes
committed
ff18a26
View commit details
Copy full SHA for ff18a26
View code at this point
Browse repository at this point
Commits on Mar 2, 2015
Update pyactiveresource dependency to v2.1.1
gavinballard
committed
df93d33
View commit details
Copy full SHA for df93d33
View code at this point
Browse repository at this point
Commits on Jul 17, 2014
Add python 3.4 to travis CI configuration.
dylanahsmith
committed
738064c
View commit details
Copy full SHA for 738064c
View code at this point
Browse repository at this point
Commits on Jun 27, 2014
Update documentation and package metadata to indicate python 3 support.
dylanahsmith
committed
e475eb0
View commit details
Copy full SHA for e475eb0
View code at this point
Browse repository at this point
Use six module to support python 3 urllib refactor.
dylanahsmith
committed
cec27e0
View commit details
Copy full SHA for cec27e0
View code at this point
Browse repository at this point
Avoid using execfile which was removed in python 3.
dylanahsmith
committed
53150af
View commit details
Copy full SHA for 53150af
View code at this point
Browse repository at this point
Commits on Jan 17, 2014
fix a bug in the package
Kevin Hughes
committed
b0c2cef
View commit details
Copy full SHA for b0c2cef
View code at this point
Browse repository at this point
Commits on Jan 9, 2014
added the tests to setup.py and fixed some small bugs in the test suite
Kevin Hughes
committed
e3deb0f
View commit details
Copy full SHA for e3deb0f
View code at this point
Browse repository at this point
Commits on Jan 8, 2014
changed setup to use setuptools which uses install_requires properly
Kevin Hughes
committed
8430fbc
View commit details
Copy full SHA for 8430fbc
View code at this point
Browse repository at this point
added base_test (shopify resource test)
Kevin Hughes
committed
9fefe90
View commit details
Copy full SHA for 9fefe90
View code at this point
Browse repository at this point
Commits on Dec 16, 2013
updated to the new pyactiveresource, removed duplicate code that is in pyactive resource, updated changelog
Kevin Hughes
committed
376296b
View commit details
Copy full SHA for 376296b
View code at this point
Browse repository at this point
Commits on Nov 29, 2012
Release v1.0.3
dylanahsmith
committed
91f5dcb
View commit details
Copy full SHA for 91f5dcb
View code at this point
Browse repository at this point
Commits on Sep 22, 2012
update pyactiveresource to 1.0.2 to avoid unicode encoding issues
deniszgonjanin
committed
192498e
View commit details
Copy full SHA for 192498e
View code at this point
Browse repository at this point
Commits on Apr 1, 2012
Fixing pip install when activeresource is missing
lpetre
committed
005a703
View commit details
Copy full SHA for 005a703
View code at this point
Browse repository at this point
Commits on Mar 20, 2012
Provide library versions in User-Agent header.
dylanahsmith
committed
de3582c
View commit details
Copy full SHA for de3582c
View code at this point
Browse repository at this point
Move ./lib/shopify to ./shopify to remove the unnecessary lib directory.
dylanahsmith
committed
6c78ac8
View commit details
Copy full SHA for 6c78ac8
View code at this point
Browse repository at this point
Commits on Feb 21, 2012
Release v0.3.0
dylanahsmith
committed
1163b69
View commit details
Copy full SHA for 1163b69
View code at this point
Browse repository at this point
Commits on Feb 12, 2012
Release v0.2.1
dylanahsmith
committed
485ff96
View commit details
Copy full SHA for 485ff96
View code at this point
Browse repository at this point
Commits on Jan 31, 2012
Release v0.2.0
dylanahsmith
committed
8da3fa2
View commit details
Copy full SHA for 8da3fa2
View code at this point
Browse repository at this point
Commits on Jan 14, 2012
Add Metafields mixin to Customer resource.
Show description for ad45ada
dylanahsmith
committed
ad45ada
View commit details
Copy full SHA for ad45ada
View code at this point
Browse repository at this point
Commits on Dec 10, 2011
Release v0.1.7
dylanahsmith
committed
91262e6
View commit details
Copy full SHA for 91262e6
View code at this point
Browse repository at this point
Commits on Dec 9, 2011
Release v0.1.6
dylanahsmith
committed
184a079
View commit details
Copy full SHA for 184a079
View code at this point
Browse repository at this point
Commits on Nov 14, 2011
Release v0.1.5
dylanahsmith
committed
32ccf0a
View commit details
Copy full SHA for 32ccf0a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.