No project description provided
Project description
Unigen
Wrapper around python's mutagen package which provides a single interface to interact with audio metadata of various formats
Dependencies installation
For installing dependencies:
pip install -r requirements.txt
To add a new dependency, add it to setup.py and requirements.in. Then:
pip install pip-tools
pip-compile --upgrade
pip-sync
This will update requirements.txt
For publishing latest update
- Bump up
versioninsetup.pyfile to$newVersion - Commit the change with something like:
release: bump up version to $newVersion - Tag the latest commit as the latest version using
git tag $newVersion - push the commit to origin using
git push origin main - push the tag to start
publish-to-pypibuild usinggit push $newVersion
example:
git add setup.py
git commit -m "release: bump up version to v1.4.1"
git tag v1.4.1
git push origin main
git push v1.4.1
Make sure to tag after bumping up the version since tag pushes are linked to their previous commits
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 unigen-1.4.4.2.tar.gz.
File metadata
- Download URL: unigen-1.4.4.2.tar.gz
- Upload date:
- Size: 22.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38f9d2396a80564bb1acdf7bbafb6a71b01e6e4ee347aa17a270ea4ae7b55bbb
|
|
| MD5 |
cbdecede036e5456228d6c0f24c65fcc
|
|
| BLAKE2b-256 |
6244388c23136223327d4c1eda2284ede58071314480ff317f92ab6570d790ed
|
File details
Details for the file unigen-1.4.4.2-py3-none-any.whl.
File metadata
- Download URL: unigen-1.4.4.2-py3-none-any.whl
- Upload date:
- Size: 26.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bdd0248c9fd09b22f3cd88aa85b72265134695185c13661151bc8b2a89b11d2
|
|
| MD5 |
958a72fd77f92c958d2162a51d40c05e
|
|
| BLAKE2b-256 |
79f70d6a03856734b0dff99a4684489fcf83a3607a5783e67d16201566bfe081
|