2021-03-23 22:46:23 +00:00
<!DOCTYPE html>
2022-08-26 19:34:19 +01:00
< html lang = "en" >
2021-03-23 22:46:23 +00:00
< head >
< meta charset = "utf-8" / >
2022-08-26 19:34:19 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / > < meta name = "generator" content = "Docutils 0.19: https://docutils.sourceforge.io/" / >
< title > Mixonomer — Mixonomer documentation< / title >
< link rel = "stylesheet" type = "text/css" href = "_static/pygments.css" / >
< link rel = "stylesheet" type = "text/css" href = "_static/alabaster.css" / >
< script data-url_root = "./" id = "documentation_options" src = "_static/documentation_options.js" > < / script >
2021-03-23 22:46:23 +00:00
< script src = "_static/jquery.js" > < / script >
< script src = "_static/underscore.js" > < / script >
2022-08-26 19:34:19 +01:00
< script src = "_static/_sphinx_javascript_frameworks_compat.js" > < / script >
2021-03-23 22:46:23 +00:00
< script src = "_static/doctools.js" > < / script >
< link rel = "index" title = "Index" href = "genindex.html" / >
< link rel = "search" title = "Search" href = "search.html" / >
2021-06-12 14:00:38 +01:00
< link rel = "next" title = "Flask Backend" href = "src/music.html" / >
2021-03-23 22:46:23 +00:00
< link rel = "stylesheet" href = "_static/custom.css" type = "text/css" / >
< meta name = "viewport" content = "width=device-width, initial-scale=0.9, maximum-scale=0.9" / >
< / head > < body >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
2022-08-26 19:34:19 +01:00
< section id = "mixonomer" >
< h1 > Mixonomer< a class = "headerlink" href = "#mixonomer" title = "Permalink to this heading" > ¶< / a > < / h1 >
2021-03-23 22:46:23 +00:00
< div class = "toctree-wrapper compound" >
2022-08-26 19:34:19 +01:00
< p class = "caption" role = "heading" > < span class = "caption-text" > Contents:< / span > < / p >
2021-03-23 22:46:23 +00:00
< ul >
2021-06-12 14:00:38 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "src/music.html" > Py< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "src/music.api.html" > music.api< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "src/music.auth.html" > music.auth< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "src/music.cloud.html" > music.cloud< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "src/music.db.html" > music.db< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "src/music.model.html" > music.model< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "src/music.tasks.html" > music.tasks< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "src/music.html#module-music" > music Root Module< / a > < / li >
< / ul >
< / li >
2021-06-19 13:01:25 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "src/admin.html" > Admin Script< / a > < / li >
2021-06-12 14:00:38 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "src/modules.html" > All Modules< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "src/music.html" > Flask Backend< / a > < / li >
< / ul >
< / li >
2021-03-23 22:46:23 +00:00
< / ul >
< / div >
2022-08-26 19:34:19 +01:00
< section id = "id2" >
< h2 > < a class = "reference external" href = "https://mixonomer.sarsoo.xyz" > Mixonomer< / a > < a class = "headerlink" href = "#id2" title = "Permalink to this heading" > ¶< / a > < / h2 >
< img alt = "https://github.com/sarsoo/Mixonomer/workflows/test%20and%20deploy/badge.svg" src = "https://github.com/sarsoo/Mixonomer/workflows/test%20and%20deploy/badge.svg" / > < p > Mixonomer is a web app for creating smart Spotify playlists. The app is based on < a class = "reference external" href = "https://github.com/Sarsoo/spotframework" > spotframework< / a > and < a class = "reference external" href = "https://github.com/Sarsoo/pyfmframework" > fmframework< / a > for interfacing with Spotify and Last.fm. The app is currently hosted on Google’ s Cloud Platform.< / p >
2021-06-12 14:00:38 +01:00
< p > The backend is composed of a Flask web server with a Fireo ORM layer and longer tasks dispatched to Cloud Tasks or Functions. The frontend is a React app with material UI components and Axios for HTTP requests.< / p >
2021-03-24 10:15:52 +00:00
< img alt = "_images/Playlists.png" src = "_images/Playlists.png" / >
2022-08-26 19:34:19 +01:00
< / section >
< / section >
< section id = "indices-and-tables" >
< h1 > Indices and tables< a class = "headerlink" href = "#indices-and-tables" title = "Permalink to this heading" > ¶< / a > < / h1 >
2021-03-23 22:46:23 +00:00
< ul class = "simple" >
< li > < p > < a class = "reference internal" href = "genindex.html" > < span class = "std std-ref" > Index< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "py-modindex.html" > < span class = "std std-ref" > Module Index< / span > < / a > < / p > < / li >
< li > < p > < a class = "reference internal" href = "search.html" > < span class = "std std-ref" > Search Page< / span > < / a > < / p > < / li >
< / ul >
2022-08-26 19:34:19 +01:00
< / section >
2021-03-23 22:46:23 +00:00
< / div >
< / div >
< / div >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
2022-08-26 19:34:19 +01:00
< h1 class = "logo" > < a href = "#" > Mixonomer< / a > < / h1 >
2021-03-23 22:46:23 +00:00
< h3 > Navigation< / h3 >
2022-08-26 19:34:19 +01:00
< p class = "caption" role = "heading" > < span class = "caption-text" > Contents:< / span > < / p >
2021-03-23 22:46:23 +00:00
< ul >
2021-06-12 14:00:38 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "src/music.html" > Py< / a > < / li >
2021-06-19 13:01:25 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "src/admin.html" > Admin Script< / a > < / li >
2021-06-12 14:00:38 +01:00
< li class = "toctree-l1" > < a class = "reference internal" href = "src/modules.html" > All Modules< / a > < / li >
2021-03-23 22:46:23 +00:00
< / ul >
< div class = "relations" >
< h3 > Related Topics< / h3 >
< ul >
< li > < a href = "#" > Documentation overview< / a > < ul >
2021-06-12 14:00:38 +01:00
< li > Next: < a href = "src/music.html" title = "next chapter" > Flask Backend< / a > < / li >
2021-03-23 22:46:23 +00:00
< / ul > < / li >
< / ul >
< / div >
< div id = "searchbox" style = "display: none" role = "search" >
< h3 id = "searchlabel" > Quick search< / h3 >
< div class = "searchformwrapper" >
< form class = "search" action = "search.html" method = "get" >
2022-08-26 19:34:19 +01:00
< input type = "text" name = "q" aria-labelledby = "searchlabel" autocomplete = "off" autocorrect = "off" autocapitalize = "off" spellcheck = "false" / >
2021-03-23 22:46:23 +00:00
< input type = "submit" value = "Go" / >
< / form >
< / div >
< / div >
2022-08-26 19:34:19 +01:00
< script > document . getElementById ( 'searchbox' ) . style . display = "block" < / script >
2021-03-23 22:46:23 +00:00
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "footer" >
© 2021, Sarsoo.
|
2022-08-26 19:34:19 +01:00
Powered by < a href = "http://sphinx-doc.org/" > Sphinx 5.1.1< / a >
2021-03-23 22:46:23 +00:00
& < a href = "https://github.com/bitprophet/alabaster" > Alabaster 0.7.12< / a >
|
< a href = "_sources/index.rst.txt"
rel="nofollow">Page source< / a >
< / div >
< / body >
< / html >