Skip to main content

fuckitdb is a Python ORM for Google Drive Spreadsheets.

Project description

fuckitdb
========

| Master: |Build Status|
| Develop: |Build Status|

`Documentation`_

fuckitdb is a Python ORM for Google Drive Spreadsheets. Yep. Sorry.
Never use this in production, ever (or at all).

Usage
-----

::

import fuckitdb

database = fuckitdb.Database('TestDatabase', google_username, google_password)

@fuckitdb.register(database)
class Foo(fuckitdb.Model):
def __init__(self, bar, id=None):
self.bar = self.field("bar", bar)

a = Foo('test')
a.commit()

Installation
------------

``pip install -r requirements.txt``

License
-------

MIT License. See LICENSE file for full text.

.. _Documentation: http://fuckitdb.readthedocs.org

.. |Build Status| image:: https://travis-ci.org/Widdershin/fuckitdb.png?branch=master
:target: https://travis-ci.org/Widdershin/fuckitdb
.. |Build Status| image:: https://travis-ci.org/Widdershin/fuckitdb.png?branch=develop
:target: https://travis-ci.org/Widdershin/fuckitdb

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fuckitdb-0.1.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page