No project description provided
Project description
movieback
A python library to manage your movies.
>>> import movieback
>>> mdb = movieback.movieback("test.db", columns=[("title", "TEXT"), ("year", "INTEGER")])
>>> mdb.add_movie(title="Test movie", year=2010)
>>> mdb.add_movie(title="2nd video", year=2014)
>>> mdb.list_movies()
[(1, 'Test movie', 2010), (2, '2nd video', 2014)]
>>> mdb.search_movies("movie", column="title")
[(1, 'Test movie', 2010)]
>>> mdb.edit_movie(1, title="Test movie 2.0", year=2022)
>>> mdb.remove_movie(2)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
movieback-0.1.0.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file movieback-0.1.0.tar.gz.
File metadata
- Download URL: movieback-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e32930f121110848f22fc484a6fb99d1e8bce5ac686a7482e99a97794e16b86a
|
|
| MD5 |
baa606dd88bd147309b4a902fa2b7b57
|
|
| BLAKE2b-256 |
e775fcd25b794804ae6b94a52f4f4952fbc7ffb3de476547e4164ec757cadb19
|
File details
Details for the file movieback-0.1.0-py3-none-any.whl.
File metadata
- Download URL: movieback-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4846b61fcd8d6b1e9a3ec754ae92d156c1f65584539b5434bf39201461285d80
|
|
| MD5 |
13a6912c3e4ef114c983d85634debacd
|
|
| BLAKE2b-256 |
5e41ad04c545d0071f7fccb743e80f85310fec4c9f392707b42168a44e0a10bf
|