renamed the package for import purposes

This commit is contained in:
Daniil Fajnberg 2022-01-26 09:29:58 +01:00
parent cba554561f
commit d29ebeb7d6
4 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Daniil Fajnberg
Copyright (c) 2022 Daniil Fajnberg
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,6 +1,6 @@
[metadata]
name = webutils-df
version = 0.0.6
version = 0.1.1
author = Daniil F.
author_email = mail@placeholder123.to
description = Miscellaneous web utilities
@ -8,7 +8,7 @@ long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.fajnberg.de/daniil/webutils-df
project_urls =
Bug Tracker = https://github.com/daniil-berg/webutils-df/issues
Bug Tracker = https://git.fajnberg.de/daniil/webutils-df/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License

View File

@ -1,4 +1,5 @@
from .util import (
in_async_session,
attempt,
gather_in_batches
)