Metadata-Version: 2.1
Name: nr-crucible
Version: 1.0.0
Summary: Crucible tools
Home-page: https://github.com/johnnyrockets/crucible
Author: John Bisignano
Author-email: jbiz@pm.me
License: MIT license
Keywords: crucible
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst

========
Crucible
========

This library was created by the News & Review for The Crucible.  This set of tools currently consists of one command - a calendar command to convert CSV data of Crucible course schedules into an InDesign compatible, docx styled listing.  Perhaps there will be more to come one day.


Installation and Usage
----------------------
::

    pip install nr-crucible

    # To see command line options
    $ crucible -h

    # To generate a calendar from a CSV file
    $ crucible calendar -i infile.csv -o outfile.docx


=======
History
=======

1.0.0 (2022-01-16)
------------------

* First release on PyPI.


