Coder Social home page Coder Social logo

martinnj / distro-dumper Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 80 KB

Overengineered Python script and Docker container to automatically dump Linux/BSD torrents from the internet.

License: MIT License

Dockerfile 1.59% Python 98.41%
linux-distribution python torrents

distro-dumper's People

Contributors

martinnj avatar

Watchers

 avatar  avatar

distro-dumper's Issues

Replace printing with a logger

Replace the console exclusive printing with a proper logger implementation.
For now we're still just logging to console, but it makes it easier to also add file logging in the future.

Finish Jenkinsfile

Create a Jenkinsfile that supports testing in several Python version, linting and similar goodies.

Move module interface-methods into a class

Moving them from the module into the an inherited class should make it easier to type-check everything.

Talking about:

  • verify_config
  • generate_from_environment
  • create_worker

If they're defined as static method we can ignore actually constructing the class.
It feels dirty, but if it works.

Create modular design to ease/compartmentalise distro handling

Instead of having a blob doing everything, create a way for distro (or just source) specific handling to be compartmentalised but handled with a consistent API.

For instance a module for Arch Linux and one for Debian, then the program can load them when they're configured and have them do all the specific work of getting the files from the websites.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.