All Projects → mtgjson → mtgsqlive

mtgjson / mtgsqlive

Licence: MIT license
MTGJSON build scripts to generate alternative data formats

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mtgsqlive

Js Quantities
JavaScript library for quantity calculation and unit conversion
Stars: ✭ 335 (+737.5%)
Mutual labels:  parse, conversion
mtgjson-website
MTGJSON Documentation Front-End Application built with Vuepress 1
Stars: ✭ 29 (-27.5%)
Mutual labels:  magic, mtgjson
Unitsnet
Makes life working with units of measurement just a little bit better.
Stars: ✭ 641 (+1502.5%)
Mutual labels:  parse, conversion
MTG-Card-Reader
Reads a Magic: The Gathering card in front of a webcam and identifies it in an existing database of cards of a user-specified set.
Stars: ✭ 32 (-20%)
Mutual labels:  card, mtgjson
Mage
Magic Another Game Engine
Stars: ✭ 1,180 (+2850%)
Mutual labels:  magic, card
hearthstats
Scrape Hearthstone decks from HearthPwn, then build a SQLite database of the results. Can also scrape card collection data from HearthPwn/Innkeeper, and integrates with omgvamp's Mashape Hearthstone API to build a table of card data that can be used to make more advanced queries.
Stars: ✭ 11 (-72.5%)
Mutual labels:  sqlite-database, card-data
abstract-syntax-tree
A library for working with abstract syntax trees.
Stars: ✭ 77 (+92.5%)
Mutual labels:  parse
Html2Pdf
Convert Html to Pdf in Android
Stars: ✭ 25 (-37.5%)
Mutual labels:  conversion
limelight
A php Japanese language text analyzer and parser.
Stars: ✭ 76 (+90%)
Mutual labels:  parse
ParseCareKit
Securely synchronize any CareKit 2.1+ based app to a Parse Server Cloud. Compatible with parse-hipaa.
Stars: ✭ 28 (-30%)
Mutual labels:  parse
retropixels
A cross platform tool to convert images to c64 format.
Stars: ✭ 78 (+95%)
Mutual labels:  conversion
fluent-plugin-http-pull
The input plugin of fluentd to pull log from rest api.
Stars: ✭ 19 (-52.5%)
Mutual labels:  parse
Astview
Astview is a graphical viewer for abstract syntax trees
Stars: ✭ 20 (-50%)
Mutual labels:  parse
android-tao-rest-data-processor
Android REST Data Processor library. Easy to build a REST request, to receive and processing data (XML, JSON, CSV and etc.) from REST requests, file system, assets.
Stars: ✭ 24 (-40%)
Mutual labels:  parse
krokus
A library to format numbers and a collection for localization patterns.
Stars: ✭ 16 (-60%)
Mutual labels:  parse
pngquant
A Python Wrapper of Pngquant
Stars: ✭ 27 (-32.5%)
Mutual labels:  conversion
HttpUtility
HttpUtility is an open source MIT license project which is helpful in making HTTP requests and returns a decoded object from server. Right now this utility only parses JSON.
Stars: ✭ 28 (-30%)
Mutual labels:  parse
elm-html-parser
Parse HTML in Elm!
Stars: ✭ 44 (+10%)
Mutual labels:  parse
tensorflow-tensorrt
Tensorflow to TensorRT Model Converter
Stars: ✭ 30 (-25%)
Mutual labels:  conversion
dicomifier
A medical image converter
Stars: ✭ 22 (-45%)
Mutual labels:  conversion

MTGSQLive

Connect With Us

Discord via Discord

Gitter via Gitter

Goals

The goals of this project are to extend the MTGJSONv5 protocols and give an option for pre-processed SQLite downloads. lly edit it to be correct. Once that is accomplished, we are then no longer dependent on them for card data, except for rullings.

About Us

MTGJSON and MTGSQlive are open sourced database creation and distribution tool for Magic: The Gathering cards, specifically in JSON and SQLite format.

You can find our documentation with all properties here.

To provide feedback and/or bug reports, please open a ticket as it is the best way for us to communicate with the public.

If you would like to join or assist the development of the project, you can join us on Discord to discuss things further.

How To Use

Note: These are the build directions to compile your own SQLite file.
If you are looking for the pre-compiled SQLite file, you can download it from MTGJSON.com.

This system was built using Python 3.7, so we can only guarantee proper functionality with this version.

# Install dependencies
$ pip3 install -r requirements.txt 

# usage: mtgsqlive [-h] -i file -o file 
$ python3 -m mtgsqlive -i /path/to/AllPrintings.json -o /path/to/output.sqlite
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].