renamed the package for import purposes
This commit is contained in:
parent
cba554561f
commit
d29ebeb7d6
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = webutils-df
|
name = webutils-df
|
||||||
version = 0.0.6
|
version = 0.1.1
|
||||||
author = Daniil F.
|
author = Daniil F.
|
||||||
author_email = mail@placeholder123.to
|
author_email = mail@placeholder123.to
|
||||||
description = Miscellaneous web utilities
|
description = Miscellaneous web utilities
|
||||||
@ -8,7 +8,7 @@ long_description = file: README.md
|
|||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
url = https://git.fajnberg.de/daniil/webutils-df
|
url = https://git.fajnberg.de/daniil/webutils-df
|
||||||
project_urls =
|
project_urls =
|
||||||
Bug Tracker = https://github.com/daniil-berg/webutils-df/issues
|
Bug Tracker = https://git.fajnberg.de/daniil/webutils-df/issues
|
||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
License :: OSI Approved :: MIT License
|
License :: OSI Approved :: MIT License
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
from .util import (
|
from .util import (
|
||||||
in_async_session,
|
in_async_session,
|
||||||
|
attempt,
|
||||||
gather_in_batches
|
gather_in_batches
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user