Skip to content

Commit

Permalink
Merge pull request #8 from MartinBarker/v1.0.5
Browse files Browse the repository at this point in the history
V1.0.5
  • Loading branch information
MartinBarker authored Mar 24, 2023
2 parents 2c7bdf5 + 240e99c commit 8ea8e57
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 371 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build/*
dist/*
vinyl2digital.egg-info/*
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
vinyl2digital - PyPi Package
<h1>Vinyl2Digital - PyPi Package</h1>
==================================

**[Vinyl2Digital](https://pypi.org/project/vinyl2digital/) is a Python3 Pip Package for batch rendering multiple audio files using the [Audacity](https://www.audacityteam.org/download/) mod-script-pipe.**

Install with `pip install vinyl2digital`

Update with `pip install --upgrade vinyl2digital`


[![PyPi version](https://badgen.net/pypi/v/vinyl2digital/)](https://pypi.org/project/vinyl2digital) ![PyPI - Downloads](https://img.shields.io/pypi/dm/vinyl2digital) ![PyPI - License](https://img.shields.io/pypi/l/vinyl2digital) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/vinyl2digital)

<img src="readme-gif-1.gif" alt="Demonstration gif" width="950"/>
Expand Down
247 changes: 0 additions & 247 deletions build/lib/vinyl2digital/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion build/lib/vinyl2digital/__main__.py

This file was deleted.

Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="vinyl2digital",
version="1.0.3",
version="1.0.5",
author="Martin Barker",
author_email="[email protected]",
description="Batch render an audacity recording",
Expand Down
104 changes: 0 additions & 104 deletions vinyl2digital.egg-info/PKG-INFO

This file was deleted.

10 changes: 0 additions & 10 deletions vinyl2digital.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion vinyl2digital.egg-info/dependency_links.txt

This file was deleted.

Loading

0 comments on commit 8ea8e57

Please sign in to comment.