1,863 captures
21 Apr 2013 - 27 Mar 2026
Dec JAN Feb
02
2021 2022 2023
success
fail

About this capture

COLLECTED BY

Organization: Archive Team

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.

The main site for Archive Team is at archiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.

This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by the Wayback Machine, providing a path back to lost websites and work.

Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.

The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.

Collection: ArchiveBot: The Archive Team Crowdsourced Crawler

ArchiveBot is an IRC bot designed to automate the archival of smaller websites (e.g. up to a few hundred thousand URLs). You give it a URL to start at, and it grabs all content under that URL, records it in a WARC, and then uploads that WARC to ArchiveTeam servers for eventual injection into the Internet Archive (or other archive sites).

To use ArchiveBot, drop by #archivebot on EFNet. To interact with ArchiveBot, you issue commands by typing it into the channel. Note you will need channel operator permissions in order to issue archiving jobs. The dashboard shows the sites being downloaded currently.

There is a dashboard running for the archivebot process at http://www.archivebot.com.

ArchiveBot's source code can be found at https://github.com/ArchiveTeam/ArchiveBot.

TIMESTAMPS
The Wayback Machine - http://web.archive.org/web/20220102150332/https://www.pylint.org/

 

Read the doc Install it Contribute Get support

Coding Standard

  • checking if variable names are well-formed according to your coding standard
  • checking if imported modules are used
  • Python's PEP8 style guide

    Error detection

    Full list of codes (wiki)

    Refactoring help

    Pylint detects duplicated code

    About Refactoring (on wikipedia)

    Fully customizable

    Modify your pylintrc to customize which errors or conventions are important to you. The big advantage with Pylint is that it is highly configurable, customizable, and you can easily write a small plugin to add a personal feature.

    More about message control (FAQ)

    Editor integration

    Run it in emacs , vim (pylint.vim, syntastic), eclipse, etc.


    List of supported editors

    IDE integration

    Pylint is integrated into various IDEs:

    List of supported IDEs

    UML diagrams

    Pylint is shipped with Pyreverse which creates UML diagrams for python code.

    Pyreverse: UML Diagrams for Python

    Continuous integration

    Running Pylint on your project's code can be automated using Apycot, HudsonorJenkins.

    Extensibility

    The underlying Astroid library doesn't understand your code? Contribute a patch to pylint-brain


  • running in Eclipse with Pydev
    continuous integration with Apycot
    UML diagrams with pyreverse

    Debian

    sudo apt-get install pylint


    Ubuntu

    sudo apt-get install pylint


    Fedora

    sudo dnf install pylint


    Gentoo

    emerge pylint


    openSUSE

    sudo zypper install pylint  # python2.7
    sudo zypper install python3-pylint 
    


    FreeBSD

    portmaster devel/pylint


    Arch Linux

    pacman -S python2-pylint # if you live in the past
    pacman -S python-pylint  # if you live in the future
    


    OS X

    pip install pylint


    Windows

    pip install pylint # see note


    From source using Git

    git clone https://github.com/PyCQA/pylint
    git clone https://github.com/PyCQA/astroid


    Community

  • Mailing list (user related questions and general topics)
  • Developers mailing list
  • IRC (#pylint@freenode)
  • xmpp jabber in public@conference.jabber.logilab.org
  • Twitter
  • StackOverflow
  • Commercial Services

    Contact Logilab for commercial services about Pylint

    https://www.logilab.fr/contact

    You have a company providing services with Pylint? Contact us to get listed here.