Metadata-Version: 2.1
Name: pyaromatics
Version: 0.0.2
Summary: Testing installation of Package
Home-page: https://github.com/lucehe/pyaromatics
Author: Luca Herrtti
Author-email: luca.herrtti@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/lucehe/pyaromatics/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pyaromatics

This is a collection of tools I use for several of my projects, but could be helpful for somebody else. Some are functions that I've written from scratch, 
but many are collected from other projects, but it was helpful for me to have them centralized. If they were collected from another project, the original
is referenced close to the function or at the beginning of the script. If I forgot to reference any that was not mine, let me know! The author has to be recognized.

It can be installed by 

```pip install pyaromatics```
