Skip to content

Commit

Permalink
Uploaded to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulbindal committed Jan 12, 2024
1 parent 673563d commit 6427331
Show file tree
Hide file tree
Showing 34 changed files with 71 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
venv
session
session
.pypirc
3 changes: 3 additions & 0 deletions .pypirc_bkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pypi]
username = __token__
password = <token here>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Fishbowl app api
Binary file added dist/fishbowlpy-0.0.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/fishbowlpy-0.0.1.tar.gz
Binary file not shown.
Binary file removed fishbowlpy/__pycache__/config.cpython-312.pyc
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
24 changes: 24 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[metadata]
name = fishbowlpy
version = 0.0.1
author = Mukul Bindal
author_email = [email protected]
description = Python package to interact with fishbowlapp.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/mukulbindal/fishbowlpy
project_urls =
Bug Tracker = https://github.com/mukulbindal/fishbowlpy/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent

[options]
package_dir =
= src
packages = find:
python_requires = >=3.6

[options.packages.find]
where = src
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions src/fishbowlpy.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Metadata-Version: 2.1
Name: fishbowlpy
Version: 0.0.1
Summary: Python package to interact with fishbowlapp.
Home-page: https://github.com/mukulbindal/fishbowlpy
Author: Mukul Bindal
Author-email: [email protected]
Project-URL: Bug Tracker, https://github.com/mukulbindal/fishbowlpy/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Fishbowl app api
17 changes: 17 additions & 0 deletions src/fishbowlpy.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
LICENSE
README.md
pyproject.toml
setup.cfg
src/fishbowlpy/__init__.py
src/fishbowlpy/browserdriver.py
src/fishbowlpy/config.py
src/fishbowlpy/drivertype.py
src/fishbowlpy/fishbowlapi.py
src/fishbowlpy/fishbowlclient.py
src/fishbowlpy/fishbowldatatypes.py
src/fishbowlpy/fishbowlloginmanager.py
src/fishbowlpy/urlmanager.py
src/fishbowlpy.egg-info/PKG-INFO
src/fishbowlpy.egg-info/SOURCES.txt
src/fishbowlpy.egg-info/dependency_links.txt
src/fishbowlpy.egg-info/top_level.txt
1 change: 1 addition & 0 deletions src/fishbowlpy.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions src/fishbowlpy.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fishbowlpy
File renamed without changes.
Binary file added src/fishbowlpy/__pycache__/config.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6427331

Please sign in to comment.