Skip to content

mkalitka/movees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movees

A cli database of movies with cli.

This project was created for extended Python course subject.

Screenshots

TO-DO

Features

  • Command line interface
  • 2 types of data: movies and people
  • Restful API

Compatibility

This package was tested on Python 3.11, but it should work on Python ^3.8.

Installation and usage

Please install it with:

pip3 install -e .
python3 -m movees

or use poetry:

poetry install
poetry run python3 -m movees

you can also specify database file path:

MOVEES_DB_PATH="database.db" python3 -m movees

About

A database of movies with cli.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages