Skip to main content

Music file hasher

Project description

[’# -- coding: utf-8 --n’, ‘n’, ‘import osn’, ‘n’, ‘from setuptools import setup, find_packagesn’, ‘n’, ‘here = os.path.realpath(__file__)n’, “readme = os.path.dirname(os.path.join(here, ‘README.rst’))n”, ‘n’, ‘setup(n’, “ name=’mp3hash’,n”, “ version=’0.0.2’,n”, “ description=’Music file hasher’,n”, ‘ long_description=open(readme).readlines(),n’, “ author=’Javier Santacruz’,n”, “ author_email=’javier.santacruz.lc@gmail.com’,n”, “ url=’http://github.com/jvrsantacruz/mp3hash’,n”, ‘ packages=find_packages(),n’, ‘ install_requires=[],n’, ‘ classifiers=[n’, “ ‘Development Status :: 3 - Alpha’,n”, “ ‘License :: OSI Approved :: GNU General Public License v3 (GPLv3)’,n”, “ ‘Programming Language :: Python’,n”, “ ‘Programming Language :: Python :: 2’,n”, “ ‘Programming Language :: Python :: 2.7’,n”, ‘ ],n’, “ platforms=[‘Any’],n”, “ scripts=[‘scripts/mp3hash’],n”, ‘)n’]

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

mp3hash-0.0.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

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