Metadata-Version: 2.1
Name: source-optimizer
Version: 0.1.0
Summary: A python source code optimizer
Home-page: https://github.com/vMarcelino/source_optimizer
Author: Victor Fernandes Mariano Marcelino
Author-email: victor.fmarcelino@gmail.com
License: MIT license
Keywords: source_optimizer
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: Click (>=7.0)

================
source-optimizer
================


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

.. image:: https://img.shields.io/travis/vMarcelino/source_optimizer.svg
        :target: https://travis-ci.com/vMarcelino/source_optimizer

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


.. image:: https://pyup.io/repos/github/vMarcelino/source_optimizer/shield.svg
     :target: https://pyup.io/repos/github/vMarcelino/source_optimizer/
     :alt: Updates



A python source code optimizer


* Free software: MIT license
* Documentation: https://source-optimizer.readthedocs.io.


Features
--------

* TODO

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


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

0.1.0 (2020-05-10)
------------------

* First release on PyPI.


