Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

schema.py 316 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. """
  2. Data schema information for the book data tools.
  3. """
  4. "Bases for for numeric ID number spaces."
  5. numspaces = dict(work=100000000, edition=200000000, rec=300000000,
  6. gr_work=400000000, gr_book=500000000,
  7. loc_work=600000000, loc_instance=700000000,
  8. isbn=900000000)
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...