Metadata-Version: 2.1
Name: edx-argoutils
Version: 1.0.8
Summary: Utility code to assist in writing Argo Flows.
Home-page: https://github.com/2uinc/edx-argoutils
Author: Abdul Rafey
Author-email: arafey@2u.com
License: AGPL
Keywords: edx_argoutils
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
License-File: LICENSE.txt
License-File: AUTHORS.rst

================
edx-argoutils
================






A utility code written by edX specifically for edX Argo Flows. It assists writing in edX Argo Flows.



Features
--------

* TODO

PyPI Package Release
--------------------
- This repository publishes packages on PyPI, when you update this repository make sure to create a new release so latest changes would be published on PyPI and become available for use.
- Bump the `version`_ to match the version that will be released. Once the pull request with the updated version is merged into master, create a new release from GitHub Web UI, using the same version number. You can refer to `How to create GitHub release`_ for more information on this process.


.. _`version`: https://github.com/2uinc/edx-argoutils/blob/master/edx_argoutils/__init__.py#L5
.. _`How to create GitHub release`: https://docs.github.com/en/github/administering-a-repository/releasing-projects-on-github/managing-releases-in-a-repository
.. _`edx-argoutils PyPI`: https://pypi.org/project/edx-argoutils/


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
