Metadata-Version: 2.1
Name: agptools
Version: 0.1.161
Summary: Minimal Tools not found in python library
Home-page: https://github.com/asterio/agptools
Author: Asterio Gonzalez
Author-email: asterio.gonzalez@gmail.com
License: MIT license
Keywords: agptools
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Click>=7.1.2
Requires-Dist: colorama
Requires-Dist: et-xmlfile
Requires-Dist: glom
Requires-Dist: lxml
Requires-Dist: python-dateutil
Requires-Dist: python-magic
Requires-Dist: pyyaml
Requires-Dist: shapely

=========
agp Tools
=========


.. image:: https://img.shields.io/pypi/v/agptools.svg
        :target: https://pypi.python.org/pypi/agptools

.. image:: https://img.shields.io/travis/asterio/agptools.svg
        :target: https://travis-ci.com/asterio/agptools

.. image:: https://readthedocs.org/projects/agptools/badge/?version=latest
        :target: https://agptools.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Minimal Tools not found in python library


* Free software: MIT license
* Documentation: https://agptools.readthedocs.io.


Features
----------------

* TODO

Before Coding
----------------

* create a virtual env

::
	python3 -m venv venv
	source venv/bin/activate
	make install-testing-requisites



Credits
----------------

This package was created with Cookiecutter_ and the `cib_pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cib_pypackage`: https://git.spec-cibernos.com/spec/templates/cib_pypackage


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

0.1.0 (2024-01-15)
------------------

* First release on PyPI.
