Skip to main content

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 version in setup.py file 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-pypi build using git 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

unigen-1.4.4.1.tar.gz (22.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

unigen-1.4.4.1-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

File details

Details for the file unigen-1.4.4.1.tar.gz.

File metadata

  • Download URL: unigen-1.4.4.1.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

Hashes for unigen-1.4.4.1.tar.gz
Algorithm Hash digest
SHA256 78bbe81758dc5da5cbb62a54e8de36f1bb0b7c417250d22f2295d0a9bd1c7d5c
MD5 4a4bdfa3252e05174c5595214635c4b6
BLAKE2b-256 de4db98bc5e75669949b6a47cef68eb3d0106e7fd0580ff27485af61de1f3bc1

See more details on using hashes here.

File details

Details for the file unigen-1.4.4.1-py3-none-any.whl.

File metadata

  • Download URL: unigen-1.4.4.1-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

Hashes for unigen-1.4.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 490d642648133a37c481f8562a27ecce56bdcc57e53dd7674760a71c276db501
MD5 f12e5b05cf540cf4313af41952c9e60b
BLAKE2b-256 b529d84e5c9973fedfdc08d51834df0651caae3cec48e97d06e9d0ecb1e26874

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page