Metadata-Version: 2.1
Name: print-ctf
Version: 1.0.3
Summary: Print recent CTF contests sourced by CTFTime.org
Home-page: https://github.com/deko2369
Author: deko2369
Author-email: deko2369@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Other Audience
Classifier: License :: Public Domain
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Requires-Dist: icalendar
Requires-Dist: pytz
Requires-Dist: requests

print_ctf
==============

Print recent CTF contests sourced by CTFTime.org
(from https://ctftime.org/calendar/)

THIS PACKAGE IS UNOFFICIAL

Usage
------

```
$ print_ctf --weeks=4
```

History
-------

* 1.0.3: Python 3 supported
* 1.0.2: Fixed module directory
* 1.0.1: Fixed installing script
* 1.0.0: First release



