@@ -99,12 +99,15 @@ Main Functions
99
99
``ean13(isbnlike) ``
100
100
Transforms an `isbnlike ` string into an EAN13 number (validated canonical ISBN-13).
101
101
102
- ``info (isbn) ``
103
- Gets the language or country assigned to this ISBN.
102
+ ``doi (isbn) ``
103
+ Returns a DOI's ISBN-A from a ISBN-13 .
104
104
105
105
``mask(isbn, separator='-') ``
106
106
`Mask ` (hyphenate) a canonical ISBN.
107
107
108
+ ``info(isbn) ``
109
+ Gets the language or country assigned to this ISBN.
110
+
108
111
``meta(isbn, service='default') ``
109
112
Gives you the main metadata associated with the ISBN. As `service ` parameter you can use:
110
113
``'goob' `` uses the **Google Books service ** (**no key is needed **) and
@@ -136,15 +139,6 @@ Main Functions
136
139
Returns a dictionary of **classifiers ** for a canonical ISBN. For the meaning of these classifiers see OCLC _.
137
140
Most of the data in the underlying service are for books in english.
138
141
139
- ``doi(isbn) ``
140
- Returns a DOI's ISBN-A from a ISBN-13.
141
-
142
- ``doi2tex(DOI) ``
143
- Returns metadata formatted as BibTeX for a given DOI.
144
-
145
- ``ren(filename) ``
146
- Renames a file using metadata from an ISBN in his filename.
147
-
148
142
``desc(isbn) ``
149
143
Returns a small description of the book.
150
144
*Almost all data available are for US books! *
@@ -153,6 +147,12 @@ Main Functions
153
147
Returns a dictionary with the url for cover.
154
148
*Almost all data available are for US books! *
155
149
150
+ ``doi2tex(DOI) ``
151
+ Returns metadata formatted as BibTeX for a given DOI.
152
+
153
+ ``ren(filename) ``
154
+ Renames a file using metadata from an ISBN in his filename.
155
+
156
156
157
157
See files test_core _ and test_ext _ for **a lot of examples **.
158
158
0 commit comments