Metadata-Version: 2.1
Name: pfshelper
Version: 0.0.7
Summary: A humble helper for time series panel data
Home-page: https://github.com/coffepowered/pfs-helper/
Author: Andrea
Author-email: nescio.adv@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/coffepowered/pfs-helper/labels/bug
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Packaging (temp notes)
- Writing [pyproject.toml](https://martin-thoma.com/pyproject-toml/)
- specifying [dependencies](https://www.python.org/dev/peps/pep-0631/)

 
Now run this command from the same directory where pyproject.toml is located:

> python3 -m build

To upload:
> python3 -m twine upload dist/*

# Developing
`.devcontainer` folder is provided for convenience.

# TODO
For better documentation 

- add a figure like this: https://www.researchgate.net/publication/327905081_Relative_Importance_of_Climatic_and_Anthropogenic_Drivers_on_the_Dynamics_of_Aboveground_Biomass_across_Agro-Ecological_Zones_on_the_Mongolian_Plateau/figures?lo=1
- link something like this: https://towardsdatascience.com/a-guide-to-panel-data-regression-theoretics-and-implementation-with-python-4c84c5055cf8

