Metadata-Version: 2.1
Name: spotify-playlist
Version: 0.3.2
Summary: My short description for my project.
Author-email: T Lan <t.lan@uq.edu.au>
License: MIT
Project-URL: homepage, https://github.com/387809109/spotify-playlist
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: spotipy
Requires-Dist: unidecode

# spotify playlist

## Setup

After cloning this repo, run the commands below to install this package.

```bash
# create a virtual env before installing if you prefer
(virtualenv env)
(source env/bin/activate)
cd path/to/package
pip install -e .
```

## Packaging

Ensure `setuptool`, `pip`, `wheel` and `build` are up to date.
To build source and wheel package use `python -m build`.
To upload package to PyPi use `twine`.

## Contributing

- Fork the project and clone locally.
- Create a new branch for what you're going to work on.
- Push to your origin repository.
- Create a new pull request in GitHub.
