Skip to content

dialoget/py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install dialoget

License

dialoget is distributed under the terms of the MIT license.

Version

hatch version

CONTRIBUTION

hatch new dialoget
hatch version minor
python -m build

Publish

After the build completes successfully, upload the new distribution files to the Python Package Index (PyPI). Upload your package to PyPI using twine

twine upload dist/*

How to start with hatch Introduction - Hatch

hatch new dialoget
dialoget
├── src
│   └── dialoget
│       ├── __about__.py
│       └── __init__.py
├── tests
│   └── __init__.py
├── LICENSE.txt
├── README.md
└── pyproject.toml