edelooff / sqlalchemy-json

Full-featured JSON type with mutation tracking for SQLAlchemy
http://variable-scope.com/posts/mutation-tracking-in-nested-json-structures-using-sqlalchemy
BSD 2-Clause "Simplified" License
189 stars 34 forks source link

Package code and add setup.py #1

Closed ulope closed 9 years ago

ulope commented 9 years ago

I like having all my code dependencies be installable packages (preferably from PyPI), so I moved the code into a package and added a setup.py (and .cfg).

I would be happy if you would consider uploading this to PyPI.

For the license I guessed based on the contents of the LICENSE file. If it's incorrect please change it.

edelooff commented 9 years ago

Looks good, thanks.

Getting this on PyPI shouldn't be a problem, I'll have a look at getting that done soon.