Skip to content

This repo is for testing crawlers' ability to archive GitHub repos

License

Notifications You must be signed in to change notification settings

tna-webarchive/github-archive-test-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-template

This is a template for Python projects.

Simply add your Python script(s), modules, tests etc. and you're all good!

A note on requirements.txt

requirements.txt is a file to help other developers know what dependencies your application has.

Basically it is a list of Python modules, one per line. It is mostly for external modules (e.g. things you install with pip) so if you used pip install flask then you're requirements.txt should have flask on one line.

Collaborators can then run pip install -r requirements.txt and automatically have all the dependencies installed in their environment.

About

This repo is for testing crawlers' ability to archive GitHub repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published