jsongit.

GIT für JSON
Jetzt downloaden

jsongit. Ranking & Zusammenfassung

Anzeige

  • Rating:
  • Lizenz:
  • BSD License
  • Preis:
  • FREE
  • Name des Herausgebers:
  • John Krauss
  • Website des Verlags:
  • https://github.com/talos/

jsongit. Stichworte


jsongit. Beschreibung

jsongit ist ein Python-Modul, um Ihren DICTI-Git als Schlüssel-Value-Speicher aufzunehmen, der willkürliche Daten in Python verfolgen und zusammenführen kann: >>> r = jsongit.init ('repo') >>> foo = r.commit ( 'foo', {}) >>> bar = r.merge ('bar', 'foo'). Ergebnis >>> foo = 'rot' >>> bar = ' Blau '>>> foo.commit () >>> bar.commit () >>> foo.merge (bar) .messageu'Auto-Merge aus EE0Badced484570B36BB219Ad81567098E9995A7' >>> Foo.Value {U'Roses ': u' rot ', u'violets': u'blue '} >>> log = foo.log () >>> PPRINT () ... InstallationLibgit2 wird verwendet Bauen und ändern Sie das GIT-Repository. Anweisungen zur Installation finden Sie hier.


jsongit. Zugehörige Software