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.1.tar.gz
(1.9 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.1.tar.gz.
File metadata
- Download URL: movieback-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d4a8b7096d3cc7fc05173f4155c20ea4fd9c99612fbd901fc6d9a7ed4d574c2
|
|
| MD5 |
9a1fe2ad7f255724d64c84c8a6ddb93a
|
|
| BLAKE2b-256 |
8e9616c20e2d53b34523bea56d4bb9154edba1dfda4635fea452d1699c701861
|
File details
Details for the file movieback-0.1.1-py3-none-any.whl.
File metadata
- Download URL: movieback-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.3 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 |
f5647aa402a29629a255c0b87c9add7fe751929dcd02917e6f2e79096f563cd1
|
|
| MD5 |
7fd53e651845b6540e54abe2bc08a652
|
|
| BLAKE2b-256 |
23e0914d876004aa14cf6c06415ae27959f73cabae26f61ebf388f80b73abcff
|