Metadata-Version: 2.4
Name: atk_common
Version: 1.58.0
Summary: ATK common methods
Home-page: https://github.com/pypa/atk_common
Author: Roger
Author-email: roger@perspic.tech
Project-URL: Bug Reports, https://github.com/pypa/atk_common/issues
Project-URL: Funding, https://donate.pypi.org
Project-URL: Say Thanks!, http://saythanks.io/to/example
Project-URL: Source, https://github.com/pypa/atk_common/
Keywords: sample,setuptools,development
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: license.txt
Requires-Dist: kombu>=5.4.2
Requires-Dist: requests>=2.32.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# bo-atk-common

This package contains atk enforcement common entities and components

# Build procedure

Delete the files in the `dist` folder

Increment the version number in the `setup.py` file

Build the new wheel file:
```shell
python setup.py sdist bdist_wheel
```

Upload the new wheel file:
```shell
python -m twine upload dist/*
```



