Metadata-Version: 2.4
Name: dev-nectarpy
Version: 0.0.69
Summary: A Python API module designed to run queries on Nectar
Home-page: https://github.com/NectarProtocol/python-nectar-module
Author: Tamarin Health
Author-email: phil@tamarin.health
License: Apache License 2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11.6,<3.12
Description-Content-Type: text/markdown
Requires-Dist: web3<7.0.0
Requires-Dist: python-dotenv==1.1.0
Requires-Dist: hpke==0.3.2
Requires-Dist: dill==0.3.9
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# pipy_publish.py
- prepare/install package
    pip install setuptools wheel
    pip install twine

- update info, version, descriptions,... in [prod] setup.py or [dev] setup-dev.py
- create/get token publish pipy https://pypi.org/manage/account/token/
- run sh script publish pipy
    [prod] ./pipy_publish.sh setup.py
        prod token: create at https://pypi.org/manage/account/token/
    [dev]  ./pipy_publish.sh setup-dev.py
        dev token: pypi-AgEIcHlwaS5vcmcCJGQ2MzdhMjBiLTE3MjMtNGVjOC04NjI4LTBkMDc4NDM3ZTZlNgACKlszLCJmYmQzYjY2My0zYzBkLTQzMGItYTVjZi03OGExMjkxNmI5MzEiXQAABiBPQ_Y0NCkkoFXiqkGI57hzDca-ndEYk5LWMLjW7Ul6Dg

## Poetry install list packages
1. install poetry: curl -sSL https://install.python-poetry.org | python3 -
2. cd ~/root-directory/shared/nectarpy-publisher
3. run command:
    - poetry lock
    - poetry install
    - run py project
