-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
93 lines (79 loc) · 2.36 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
89
90
91
92
93
[metadata]
name = fedsim
description = Generic Federated Learning Simulator
long_description = file: README.rst
long_description_content_type = text/x-rst
url= http://fedsim.varnio.com
author = Farshid Varno
author_email = [email protected]
license= Apache-2.0,
license_files = LICENSE
# readme = README.rst
platforms = any
classifiers=[
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
Intended Audience :: Education
License :: OSI Approved :: Apache Software License
Operating System :: Unix
Operating System :: POSIX
Operating System :: Microsoft :: Windows
Intended Audience :: Science/Research
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Mathematics
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Software Development
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Distributed Computing
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
Topic :: Utilities,
]
project_urls =
Bug Tracker = https://github.com/varnio/fedism/issues
Documentation = https://fedsim.readthedocs.io
Source Code = https://github.com/varnio/fedsim
[options]
packages = find:
install_requires =
numpy
click
sklearn
scikit-optimize
tqdm
torch
torchvision
tensorboard
pyyaml
logall
python_requires = >=3.8
include_package_data = True
zip_safe = False
[options.entry_points]
console_scripts =
fedsim-cli = fedsim_cli.fedsim_cli:cli
[options.extras_require]
test =
pytest>=6.0
pytest-xdist>=1.31
[build_ext]
inplace = True
[options.packages.find]
include = fedism, fedsim_cli, fedism.*, fedsim_cli.*
[flake8]
max-line-length = 88
exclude = .tox,.eggs,ci/templates,build,dist,env
[tool:isort]
force_single_line = True
line_length = 88
known_first_party = fedsim
default_section = THIRDPARTY
forced_separate = test_fedsim
skip = .tox,.eggs,ci/templates,build,dist