Metadata-Version: 2.2
Name: python-core-utils
Version: 0.5.0
Summary: Python core utility functions
Home-page: https://github.com/ajaniv/python-core-utils
Author: Amnon Janiv
Author-email: amnon.janiv@ondalear.com
License: MIT
Keywords: python core utility functions
Classifier: Development Status :: 4 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
License-File: LICENSE.txt
Requires-Dist: Pillow>=4.1.1
Requires-Dist: docutils>=0.14
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

Python utitilies project
========================

The *python-core-utils* project intent is to help development of python and 
Django applications.  It was initially derived from a collection of 
code snippets used across several projects.

It was developed for both python 2.7, 3.5, 3.6, and 3.7

Dependencies
------------

Runtime
^^^^^^^^^^^

* Pillow

Development
^^^^^^^^^^^

* coverage
* flake8
* tox
* virtualenv

Notes
^^^^^

* pandoc can be used to convert from .rst to .md:

  ``pandoc -f rst -t markdown_github -o README.md README.rst``
  
* check-manifest was run from the command line.  Could not get it
  to work from within tox.  There was an error in handling '~'
  with gitconfig when running:
  
  ``git ls-files -z``
