BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etsy-python
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
etsy-python
Commits
7d74c72a
Commit
7d74c72a
authored
Jan 27, 2011
by
Dan McKinley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version bump, readme changes
parent
87f35cf0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
README.md
README.md
+6
-1
__init__.py
etsy/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
README.md
View file @
7d74c72a
...
...
@@ -132,7 +132,12 @@ api = Etsy(method_cache=None)
## Version History
### Version 0.2.1 - in progress
### Version 0.3
*
Support for Etsy API v2 thanks to Ben Dayan
*
Removed support for now-dead Etsy API v1.
### Version 0.2.1
*
Added a cache for the method table json.
*
Added a logging facility.
...
...
etsy/__init__.py
View file @
7d74c72a
...
...
@@ -2,7 +2,7 @@ from _v2 import EtsyV2 as Etsy
from
etsy_env
import
EtsyEnvSandbox
,
EtsyEnvProduction
__version__
=
'0.
2.1
'
__version__
=
'0.
3
'
__author__
=
'Dan McKinley'
__copyright__
=
'Copyright 2010, Etsy Inc.'
__license__
=
'GPL v3'
...
...
setup.py
View file @
7d74c72a
...
...
@@ -7,7 +7,7 @@ long_description = open(os.path.join(this_dir, 'README.md'), 'r').read()
setup
(
name
=
'etsy'
,
version
=
'0.
2.1
'
,
version
=
'0.
3
'
,
author
=
'Dan McKinley'
,
author_email
=
'dan@etsy.com'
,
description
=
'Python access to the Etsy API'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment