husio / python-sqlite3-backup

Sqlite3 online API CPython implementation module
http://pypi.python.org/pypi/sqlitebck/
42 stars 9 forks source link

Access on pypi #1

Closed aghozlane closed 12 years ago

aghozlane commented 12 years ago

Hello, I am using your great plugin to sqlite3 and I would like to known if it could be possible that you install it on pypi. Your app could be available with setuptools and it will be easier for me to spread my application. thanks !

husio commented 12 years ago

Sure, I'll try to register it later. Didn't know someone is using this, because this functionality was introduced in another library http://apidoc.apsw.googlecode.com/hg/backup.html

aghozlane commented 12 years ago

great :) Your app works fine for me, so I don't find any reason to change, unless you think I should ?

husio commented 12 years ago

Hard to say. I've never use apsw. Anyway, here it is. http://pypi.python.org/pypi?:action=display&name=sqlitebck

I've also updated C headers to cPython 2.7. Now it may throw different errors on older versions.