Skip to main content

iTunes xml generator

Project description

# iTunes xml generator

Simple python package helps you generate xml file like "iTunes Library.xml" with random track and artist attributes.
Can be used e.g. for testing some software which needs differents iTunes Library.

## Usage
## Install via pip
```
pip install itunesxmlgen
```
### Generate
```
from itunesxmlgen import generate_xml

xml = generate_xml() # returns xml node (<lxml.etree.Element object>)
```

### Convert to string (if needed)
```
from itunesxmlgen.utils import tostring

string_xml = tostring(xml)
print(string_xml)
```

For more information see docstring.

## Run locally
### Clone repo
```
git clone git@github.com:perminovs/iTunesXmlGen.git
cd ./iTunesXmlGen
```
### Create & activate virtualenv (recommended)
```
virtualenv venv --python=/usr/bin/python3
source ./venv/bin/activate
```
### Install requirement
```
pip install -r requirements.txt
```
### Run tests
```
python -m unittest itunesxmlgen/tests/tests.py
```

## License
This repository uses the [MIT License](/LICENSE).

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

itunesxmlgen-0.1.2.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file itunesxmlgen-0.1.2.tar.gz.

File metadata

  • Download URL: itunesxmlgen-0.1.2.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for itunesxmlgen-0.1.2.tar.gz
Algorithm Hash digest
SHA256 851989246a2b630d4abd6bc5be8a8c82e2fe3e73fc6874b68f7157f48c2e3469
MD5 19395dbf72a558a69cfedce43551dbf4
BLAKE2b-256 073fac62cd316668e80500a541f2fb7158dc8d555c3882f9380de9881c7d4acd

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