Metadata-Version: 2.1
Name: pyprojectify
Version: 0.3.1
Summary: pyprojectify is a utility allowing python package authors/maintainers/packagers to painlessly migrate their package from setup.py to the new pyproject.toml.
License: MIT
Author: Sekou Diao
Author-email: diao.sekou.nlp@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Click (>=8.0.3,<9.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Description-Content-Type: text/x-rst

============
pyprojectify
============


.. image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
        :target: https://GitHub.com/SekouDiaoNlp/pyprojectify/graphs/commit-activity
        :alt: Package Maintenance Status

.. image:: https://img.shields.io/badge/maintainer-SekouDiaoNlp-blue
        :target: https://GitHub.com/SekouDiaoNlp/pyprojectify
        :alt: Package Maintener

.. image:: https://img.shields.io/github/checks-status/SekouDiaoNlp/mlconjug3/master?label=Build%20status%20on%20Windows%2C%20MacOs%20and%20Linux
        :target: https://github.com/SekouDiaoNlp/pyprojectify/actions/workflows/main.yml
        :alt: Build status on Windows, MacOs and Linux

.. image:: https://img.shields.io/pypi/v/pyprojectify.svg
        :target: https://pypi.python.org/pypi/pyprojectify
        :alt: Pypi Python Package Index Status

..
    image:: https://anaconda.org/conda-forge/pyprojectify/badges/version.svg
        :target: https://anaconda.org/conda-forge/pyprojectify
        :alt: Anaconda Package Index Status

.. image:: https://img.shields.io/pypi/pyversions/pyprojectify
        :target: https://pypi.python.org/pypi/pyprojectify
        :alt: Compatible Python versions

..
    image:: https://img.shields.io/conda/pn/conda-forge/pyprojectify?color=dark%20green&label=Supported%20platforms
        :target: https://anaconda.org/conda-forge/pyprojectify
        :alt: Supported platforms

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

.. image:: https://pyup.io/repos/github/SekouDiaoNlp/pyprojectify/shield.svg
        :target: https://pyup.io/repos/github/SekouDiaoNlp/pyprojectify/
        :alt: Dependencies status

.. image:: https://codecov.io/gh/SekouDiaoNlp/pyprojectify/branch/master/graph/badge.svg?token=EiEXyUJGpF
        :target: https://codecov.io/gh/SekouDiaoNlp/pyprojectify
        :alt: Code Coverage Status

.. image:: https://snyk-widget.herokuapp.com/badge/pip/pyprojectify/badge.svg
        :target: https://snyk.io/test/github/SekouDiaoNlp/pyprojectify?targetFile=requirements.txt
        :alt: Code Vulnerability Status

.. image:: https://img.shields.io/pypi/dm/pyprojectify?label=PyPi%20Downloads
        :target: https://pypi.org/project/pyprojectify/
        :alt: PyPI Downloads

..
    image:: https://img.shields.io/conda/dn/conda-forge/pyprojectify?label=Anaconda%20Total%20Downloads
        :target: https://anaconda.org/conda-forge/pyprojectify
        :alt: Conda






pyprojectify is a utility allowing python package authors/maintainers/packagers to painlessly migrate their package from setup.py to the new pyproject.toml.


* Free software: MIT license
* Documentation: https://pyprojectify.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

