PyDL  Version: 0.0.1
Project: MovieDL

Introduction

This is a practice project that downloads files from a file/movie storage site

Motivation

The intention is to write a full fledged python pogramming project from scratch that includes a full development lifecycle.

Example Usage

1 pydl.py

Requirements

  • Python 3

Recommended Modules

  • None

Installation

  • None

Configuration

  • Edit dl.input

Troubleshooting

  • None

Running Tests

  • runng ctags
1 ctags --list-kinds=python -x *.py

Questions and Issues

Please read the FAQ.md (currently None)

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

This project uses Semantic Versioning 2.0.0

Acknowledgments

  • None

Changelog

Please read the CHANGELOG

Repository commits

Read git commits from within a git project clone

1 # monotone commits
2 git log --oneline --decorate
3 
4 # color output for terminal
5 git log --oneline --decorate --color --graph

Authors

Please read the AUTHORS.md file.

License

Please read License.md