Metadata-Version: 2.1
Name: mechcite
Version: 0.2.4
Summary: Python package for decorating classes and functions with a citation and generating a bibliography when those are used
Home-page: https://github.com/mecheng/mechcite
Author: Jelle Spijker
Author-email: spijker.jelle@gmail.com
License: MIT license
Keywords: mechcite
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: pytablewriter
Requires-Dist: pybtex
Requires-Dist: dominate

========
mechcite
========


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

.. image:: https://img.shields.io/travis/jellespijker/mechcite.svg
        :target: https://travis-ci.org/jellespijker/mechcite

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


.. image:: https://pyup.io/repos/github/jellespijker/mechcite/shield.svg
     :target: https://pyup.io/repos/github/jellespijker/mechmat/
     :alt: Updates



Python package for the definition of materials used during mechanical engineering calculations


* Free software: MIT license
* Documentation: https://mechcite.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 (2019-05-24)
------------------

* First release on PyPI.

0.2.1 (2019-05-31)
------------------

* cite attribute for non-callable object

0.2.2 (2019-05-31)
------------------

* Append bib functionality works

0.2.3 (2019-06-01)
------------------

* Added bib concrete object
* Allows user to check if bibtex is loaded

0.2.4 (2019-06-01)
------------------

* bug fix in repr html/markdown/latex

