ezbilling 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
@@ -0,0 +1,2 @@
1
+ include README.md
2
+ include LICENSE
@@ -0,0 +1,40 @@
1
+ Metadata-Version: 2.4
2
+ Name: ezbilling
3
+ Version: 0.1.0
4
+ Summary: A small Python package that says hello.
5
+ Home-page: https://github.com/Ezbillpay
6
+ Author: Nithesh
7
+ Author-email: Your Name <your.email@example.com>
8
+ License: MIT
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.7
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Dynamic: author
16
+ Dynamic: home-page
17
+ Dynamic: license-file
18
+ Dynamic: requires-python
19
+
20
+ <!--
21
+ python -m build
22
+
23
+ twine upload dist/*
24
+
25
+ pypi-AgEIcHlwaS5vcmcCJDI1ZmI2MTUyLWI0MGQtNDExZi1iMzFhLWFhOTIwY2E0MjdkNgACKlszLCI5YjczMWU2MS1mZjg3LTQyNmYtYWZlYy02ZDc1MzNjNThkZmIiXQAABiAEzDCORZ0kqvuZMC-mk0xycE_Ba7V_vQHzlooQ0nJKYA
26
+
27
+ pypi-AgEIcHlwaS5vcmcCJGE1MjE4MDNiLTVlNTYtNDg4Yy1hN2I5LTM2MjQ3NzQ1ZGFkZQACKlszLCI5YjczMWU2MS1mZjg3LTQyNmYtYWZlYy02ZDc1MzNjNThkZmIiXQAABiCEbEqPgAplNqAYIu49wvkt2NGXS3UzCKQjMcrpX7eUMA
28
+
29
+
30
+ -->
31
+
32
+
33
+ # Your Package
34
+
35
+ A small Python package that says hello.
36
+
37
+ ## Installation
38
+
39
+ ```bash
40
+ pip install ezbillpg
@@ -0,0 +1,21 @@
1
+ <!--
2
+ python -m build
3
+
4
+ twine upload dist/*
5
+
6
+ pypi-AgEIcHlwaS5vcmcCJDI1ZmI2MTUyLWI0MGQtNDExZi1iMzFhLWFhOTIwY2E0MjdkNgACKlszLCI5YjczMWU2MS1mZjg3LTQyNmYtYWZlYy02ZDc1MzNjNThkZmIiXQAABiAEzDCORZ0kqvuZMC-mk0xycE_Ba7V_vQHzlooQ0nJKYA
7
+
8
+ pypi-AgEIcHlwaS5vcmcCJGE1MjE4MDNiLTVlNTYtNDg4Yy1hN2I5LTM2MjQ3NzQ1ZGFkZQACKlszLCI5YjczMWU2MS1mZjg3LTQyNmYtYWZlYy02ZDc1MzNjNThkZmIiXQAABiCEbEqPgAplNqAYIu49wvkt2NGXS3UzCKQjMcrpX7eUMA
9
+
10
+
11
+ -->
12
+
13
+
14
+ # Your Package
15
+
16
+ A small Python package that says hello.
17
+
18
+ ## Installation
19
+
20
+ ```bash
21
+ pip install ezbillpg
@@ -0,0 +1,40 @@
1
+ Metadata-Version: 2.4
2
+ Name: ezbilling
3
+ Version: 0.1.0
4
+ Summary: A small Python package that says hello.
5
+ Home-page: https://github.com/Ezbillpay
6
+ Author: Nithesh
7
+ Author-email: Your Name <your.email@example.com>
8
+ License: MIT
9
+ Classifier: Programming Language :: Python :: 3
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Operating System :: OS Independent
12
+ Requires-Python: >=3.7
13
+ Description-Content-Type: text/markdown
14
+ License-File: LICENSE
15
+ Dynamic: author
16
+ Dynamic: home-page
17
+ Dynamic: license-file
18
+ Dynamic: requires-python
19
+
20
+ <!--
21
+ python -m build
22
+
23
+ twine upload dist/*
24
+
25
+ pypi-AgEIcHlwaS5vcmcCJDI1ZmI2MTUyLWI0MGQtNDExZi1iMzFhLWFhOTIwY2E0MjdkNgACKlszLCI5YjczMWU2MS1mZjg3LTQyNmYtYWZlYy02ZDc1MzNjNThkZmIiXQAABiAEzDCORZ0kqvuZMC-mk0xycE_Ba7V_vQHzlooQ0nJKYA
26
+
27
+ pypi-AgEIcHlwaS5vcmcCJGE1MjE4MDNiLTVlNTYtNDg4Yy1hN2I5LTM2MjQ3NzQ1ZGFkZQACKlszLCI5YjczMWU2MS1mZjg3LTQyNmYtYWZlYy02ZDc1MzNjNThkZmIiXQAABiCEbEqPgAplNqAYIu49wvkt2NGXS3UzCKQjMcrpX7eUMA
28
+
29
+
30
+ -->
31
+
32
+
33
+ # Your Package
34
+
35
+ A small Python package that says hello.
36
+
37
+ ## Installation
38
+
39
+ ```bash
40
+ pip install ezbillpg
@@ -0,0 +1,12 @@
1
+ LICENSE
2
+ MANIFEST.in
3
+ README.md
4
+ pyproject.toml
5
+ setup.cfg
6
+ setup.py
7
+ ezbilling.egg-info/PKG-INFO
8
+ ezbilling.egg-info/SOURCES.txt
9
+ ezbilling.egg-info/dependency_links.txt
10
+ ezbilling.egg-info/top_level.txt
11
+ ezbillpg/__init__.py
12
+ ezbillpg/payment_gateway.py
@@ -0,0 +1 @@
1
+ ezbillpg
@@ -0,0 +1 @@
1
+ from .payment_gateway import hello
@@ -0,0 +1,5 @@
1
+ def hello(name):
2
+ return f"Hello, {name}!"
3
+
4
+ def api_call():
5
+ return "this function will process and genrate link for you"
@@ -0,0 +1,20 @@
1
+ [build-system]
2
+ requires = ["setuptools>=42", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "ezbilling"
7
+ version = "0.1.0"
8
+ description = "A small Python package that says hello."
9
+ readme = "README.md"
10
+ requires-python = ">=3.7"
11
+ license = { text = "MIT" }
12
+ authors = [
13
+ { name = "Your Name", email = "your.email@example.com" }
14
+ ]
15
+ classifiers = [
16
+ "Programming Language :: Python :: 3",
17
+ "License :: OSI Approved :: MIT License",
18
+ "Operating System :: OS Independent"
19
+ ]
20
+ dependencies = []
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,19 @@
1
+ from setuptools import setup, find_packages
2
+
3
+ setup(
4
+ name="ezbilling", # Must be unique on PyPI
5
+ version="0.1.0",
6
+ author="Nithesh",
7
+ author_email="nithish@dreaminfinity.com",
8
+ description="Make payment gatway integration easy",
9
+ long_description=open("README.md").read(),
10
+ long_description_content_type="text/markdown",
11
+ url="https://github.com/Ezbillpay",
12
+ packages=find_packages(),
13
+ classifiers=[
14
+ "Programming Language :: Python :: 3",
15
+ "License :: OSI Approved :: MIT License",
16
+ "Operating System :: OS Independent",
17
+ ],
18
+ python_requires=">=3.7",
19
+ )