-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
88 lines (85 loc) · 2.42 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[metadata]
name = fstorage
version = attr: fstorage.__version__
author = Ilya Antonov
author_email = ispanelki@gmail.com
description = Fstorage, Secure file storage, SYNC/ASYNC clients, easy to learn, fast to code.
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
file
files
storage
security
sync
synch
async
asynch
server
client
fastapi
aiohttp
requests
# license = MIT License
license_files = LICENSE
url = https://github.com/ispaneli/fstorage
project_urls =
Issue Tracker = https://github.com/ispaneli/fstorage/issues
Source = https://github.com/ispaneli/fstorage/tree/master/src/fstorage
Say Thanks! = http://saythanks.io/to/ispanelki
Documentation = https://github.com/ispaneli/fstorage
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
Framework :: AnyIO
Framework :: FastAPI
Framework :: aiohttp
Intended Audience :: Customer Service
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Natural Language :: English
Natural Language :: Russian
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Communications :: File Sharing
Topic :: Database
Topic :: Database :: Database Engines/Servers
Topic :: Internet
Topic :: Internet :: File Transfer Protocol (FTP)
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: HTTP Servers
Topic :: Security
Topic :: Security :: Cryptography
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System
Topic :: System :: Filesystems
Typing :: Typed
[options]
package_dir =
=src
packages = find:
python_requires = >=3.8, <4
# install_requires =
[options.extras_require]
server =
python-multipart >= 0.0.6
uvicorn >= 0.21.0
fastapi >= 0.94.0
sqlmodel >= 0.0.8
asyncpg >= 0.27.0
greenlet >= 2.0.2
sync_client =
requests >= 2.28.2
async_client =
aiohttp >= 3.8.4
[options.packages.find]
where = src