Metadata-Version: 2.1
Name: mimufs
Version: 0.0.26
Summary: Mim@uf Business Intelligence Library for Portuguese Primary Care
Home-page: https://github.com/DiogoCarapito/mimufs
Author: Diogo Carapito
Author-email: diogo.carapito@gmail.com
License: Apache License 2.0
Project-URL: Bug Reports, https://github.com/DiogoCarapito/mimufs/issues
Project-URL: Source, https://github.com/DiogoCarapito/mimufs
Keywords: business intelligence,primary care,data science,medicine
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7,<3.12
Description-Content-Type: text/markdown
License-File: LICENSE

[![Release](https://github.com/DiogoCarapito/mimufs/actions/workflows/release.yaml/badge.svg)](https://github.com/DiogoCarapito/mimufs/actions/workflows/release.yaml)

# mimufs

Mim@uf Business Intelligence Python Library for Portuguese Primary Care

## Cheatsheet

### venv
create venv
```bash
python3 -m venv .venv
```

activate venv
```bash
source .venv/bin/activate
```

### Build package

```bash
python3 setup.py sdist bdist_wheel
```

### Use twine to upload to PyPI
```bash
twine check dist/*
````
```bash
twine upload dist/*
```

## Useful links

PyPi
- [https://pypi.org/](https://pypi.org/)
- [https://test.pypi.org/](https://test.pypi.org)
- [https://pypi.org/classifiers/](https://pypi.org/classifiers/)

PyPA
- [https://packaging.python.org/en/latest/overview/](https://packaging.python.org/en/latest/overview/)
- [https://packaging.python.org/guides/distributing-packages-using-setuptools/](https://packaging.python.org/guides/distributing-packages-using-setuptools/)

Sample Project
- [https://github.com/pypa/sampleproject](https://github.com/pypa/sampleproject)

Twine
- [https://twine.readthedocs.io/en/stable/](https://twine.readthedocs.io/en/stable/)

Legal
- [https://www.tldrlegal.com/](https://www.tldrlegal.com/)
- [https://choosealicense.com/](https://choosealicense.com/)

Youtube tutorials
- [https://www.youtube.com/watch?v=v4bkJef4W94](https://www.youtube.com/watch?v=v4bkJef4W94)


Tutorials
- [https://www.youtube.com/watch?v=tEFkHEKypLI](https://www.youtube.com/watch?v=tEFkHEKypLI)
- [https://www.youtube.com/watch?v=WGsMydFFPMk](https://www.youtube.com/watch?v=WGsMydFFPMk)
- [https://www.youtube.com/watch?v=5KEObONUkik](https://www.youtube.com/watch?v=5KEObONUkik)
